
29 Jul
2005
29 Jul
'05
5:05 a.m.
I re-built the libs just as you said. I then copied the newly built static library to the stage/lib directory where I have all of the others. Unfortunately, I still got the same undefined. HOWEVER!...
This is the first time I've noticed the boost_1_32_0/bin directory. I tried copying test_tools.obj into the directory with my own object files, added test_tools.obj to the list of my own object files in my make, and the link WORKED!
You probable need to talk with Boost.Build guys how is it possible build library doesn't contain the object file. could you run ar on the library and print it content? Gennadiy