Mail Archives: djgpp/1996/09/01/03:15:08
On 31 Aug 1996, MIKEJAEKEL wrote:
> Here is the output:
> //test.cc(.text+0x22): undefined referenz to 'cout'
> //test.cc(.text+0x27): undefined referenz to 'ostream::operator<<char
> const *)'
You probably didn't put C++ libraries on the GCC command line. Try this:
gxx -o test.exe test.cc -lstdcx
> Where will I found additional informations for future
> problems?
Why, in the FAQ of course! Download the file v2/faq201b.zip from the
same place you get DJGPP and browse it any time you have problems (the
above problem is explained in section 8.7 of the FAQ).
- Raw text -