On Saturday, October 5, 2002, at 05:15 PM, June Van Dyke wrote:
>> [localhost:~/links/develop/DOSE] josh% gcc DOSE.cpp
>> /usr/bin/ld: Undefined symbols:
>> ___ls__7ostreamPCc
>> ___ls__7ostreamPFRB0_RB0
>> _cin
>> _cout
>> _endl__FR7ostream
>> _getline__7istreamPcic
>
> This is *not* good, I know; what library defines these symbols and has
> become missing/corrupt? (I'm thinking of reinstalling the whole April 
> dev
> tools - is this a good idea?)
>
> Thanks again!

No library defines these. They're in the Standard C++ headers.

There was a bug in gcc that caused all #include <foo> to be ignored, 
but #include <foo.h> worked. That may be the problem.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to