X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Thu, 9 Sep 1999 09:40:17 +0300 (WET) From: Andris Pavenis To: Josh Reed cc: djgpp AT delorie DOT com Subject: Re: DJGPP 2.81 In-Reply-To: <37D7162D.40C8ED7D@uswest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 8 Sep 1999, Josh Reed wrote: > Thank you. I downloaded version 2.95 but am having trouble getting it to > compile a simple c++ program. The program includes a cout << "Something > here"; and when I compile it, it says something along the line of invalid > reference to cout. I included the iostream.h header file and when I used > the -liostream switch, it gives me a ld.exe: iostream not found. > > I appreciate ny help you can give me. > Josh > there is no libiostream.a already for a long time. Use -lstdcxx instead. Cannot say anything about error message from C++ compiler as there is not enough information. As far as I understood this was fixed by #include Andris