On 12/15/05, Tanguy Krotoff <[EMAIL PROTECTED]> wrote: > 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)
AFAIK, yes, libraries need to have a "lib" prefix _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
