[boost-users] boost-python linker error problem.
building a simple Dfa library, i get some linker problem. Its trying to open a file that does not exist. I attach two files.. what is inside my boost_msvc\lib folder. and the diagonsis of errors and warnings. Mainly the problem is that its trying to find "boost_python-vc80-mt-1_34_1.lib" which does not exist since i build boost with layout=system
chun ping wang wrote:
Mainly the problem is that its trying to find "boost_python-vc80-mt-1_34_1.lib" which does not exist since i build boost with layout=system
Hopefully if you are using the layout=system you are also adding the appropriate libraries to the link. The above is from the auto-linking reference generated by most Boost libraries. If you define BOOST_ALL_NO_LIB globally http://boost.org/libs/config/config.htm#user_settable you can turn of the autolink feature. HTH. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
participants (2)
-
chun ping wang
-
Rene Rivera