On Saturday, January 11, 2003, at 07:00 PM, Vadim Zaliva wrote:

zembla /Users/lord/src/fwbuilder/src/ipt> ./fwb_iptdyld: ./fwb_ipt Undefined symbols:
__ZNSs4_Rep11_S_terminalE
__ZSt4cerr
__ZSt4cout
Well, the time I saw something like this, it was something that was some library I was linking against that had been linked 1) using gcc instead of g++ (but has c++ code), and 2) using -undefined suppress -flat_namespace (so that it links successfully even though the c++ symbols are missing).

I would do an otool -L on your binary, see what it's linked against, and use nm to see which one has those symbols missing, if possible.



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Reply via email to