Date: Tue, 30 Jan 1996 08:46:56 +0200 (IST) From: Eli Zaretskii To: Kevin Geiss Cc: djgpp AT delorie DOT com Subject: Re: help with C++ On Mon, 29 Jan 1996, Kevin Geiss wrote: > I ftp'd the files lgp262bn.zip, lgp262dc.zip, and gpp263.zip and unzipped > them into my djgpp directory. Then I tried to compile a C++ program which > compiles fine on the solaris version of g++ and got an ``undefined > reference to cout'' error. Do I need to update the djgpp.env file You need to append `-lgpp' to the end of your compilation command line. This is explained in the DJGPP FAQ list (faq102.zip from the same place you get DJGPP), section 8.8. Please be sure to search the FAQ before posting your problems here.