At 11:28 Uhr -0700 21.01.2002, Justin Hallett wrote:
>I don't know where guys look these things up...or maybe it's an experience
>thing...anyhow anyone know where to find these.
>
>/usr/bin/ld: Undefined symbols:
>___ls__7ostreamPCc
>___ls__7ostreaml
>_cerr
>_endl__FR7ostream
>_write__7ostreamPCci
>__._7filebuf
>__IO_getc
>__IO_init_global_stdio
>___11fstreambaseiPCcii
>___vt_11fstreambase.3ios
>___vt_3ios
>___vt_7istream.3ios
>___vt_8ifstream.3ios
>__skip_ws__7istream
>_flush__7ostream
>_sungetc__9streambuf

Looks as if libstdc++ is not being linked in. This happens if "cc" is 
used instead of "c++". To fix this, add -lstdc++ to the link flags.


Max
-- 
-----------------------------------------------
Max Horn
Software Developer

email: <mailto:[EMAIL PROTECTED]>
phone: (+49) 6151-494890

_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to