I did start with a blank project, but the libraries appear on the command line. I will try adding them to the project settings. ahp On Mar 6, 2004, at 2:53 PM, GoochRules! wrote:
Did you happen to create a blank project, or do you have more than one target in the project? I find that libraries listed in "Other Linker Flags" at the target level are ignored, and that I need to specify them at the project level.
On Mar 6, 2004, at 8:38 AM, Adam H. Pendleton wrote:
I am using the Boost libraries, specifically the Spirit portions, on Mac OS X Panther, using XCode. Every time I try to compile my program with the Boost libraries I get a linker error:
ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: boost::throw_exception(std::exception const&)
Even if I link against all the boost libraries that were created, I still can't get this program to link. The documentation talks about the libraries being compiled with or without BOOST_NO_EXCEPTIONS, but they don't indicate that the program won't link in either case. What am I doing wrong?
ahp
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users