
Thanks for the reply.
When I change the linker line to this (added the .a
extension):
g++
-L/home/fejimush/development/libraries/boost_1_33_1/stage/lib
-o"ManagedMakeProject" ./main.o
-lboost_thread-gcc-mt-d-1_33_1.a
I get the follow error:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lboost_thread-gcc-mt-d-1_33_1.a
The file is there and everything seems to be spelled
correctly, path and filename.
I am coming from the ms windows world and used to the
IDE pretty much doing the makefiles and
compiler/linker arguments for you. It's probably
something trivial.
Thanks again,
Graham
--- Roland Schwarz
I am having a little trouble getting boost to load
Forever Kid schrieb: the
static thread library.
Hint: Did you try to link in the .a file?
Roland _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
____________________________________________________________________________________ Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now.