Mail Archives: djgpp/1996/01/30/02:06:41
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.
- Raw text -