Imran Akbar wrote:
I could rename the files like you said, but which one do I rename to boost_thread.a? There are at least six different boost-thread files for mingw:

libboost_thread-mgw-mt-1_33.a
libboost_thread-mgw-mt-d-1_33.a
libboost_thread-mgw-mt-d.a,
libboost_thread-mgw-mt-s-1_33.a,
libboost_thread-mgw-mt-s.a,
libboost_thread-mgw-mt-sd-1_33.a,
libboost_thread-mgw-mt-sd.a,
libboost_thread-mgw-mt-mt.a,

The one that you want. mt means multi-threaded, d means debug, s means static. So personnaly I would go for libboost_thread-mgw-mt-s.a and rename it to libboost_thread.a or boost_thread.a (as I don't remember for 'lib' if GCC needs it or not)

And where can I look to see if I need to include the lib prefix? I did a search on boost_thread but couldn't find it in any sconscript..

C:\Documents and Settings\tanguy\Desktop\openwengo-new\trunk>grep -nriI "boost_thread" *

wengoscons/libs/boost/SConscript:7: libs += ['boost_thread', 'boost_serialization', 'boost_unit_test_framework', 'boost_test_exec_monitor']

--
Tanguy Krotoff <[EMAIL PROTECTED]>
http://dev.openwengo.com
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to