Re: [C++-sig] bjam: undefined Symbol Error

2008-12-18 Thread lin yun
To me, the "undefined symbols" are from the multithread_lib which img_lib does not get connected to. But why? On Thu, Dec 18, 2008 at 7:28 PM, lin yun wrote: > Hi, folks: > > I am having headache with bjam... I am getting undefined symbol error. > > Part of the Jamroot file is shown as below.

[C++-sig] bjam: undefined Symbol Error

2008-12-18 Thread lin yun
Hi, folks: I am having headache with bjam... I am getting undefined symbol error. Part of the Jamroot file is shown as below. multithread_lib is defined as a system library which is used in generating my own library img_lib. Bag_wrapper.cpp wraps a C++ class which uses img_lib. I am getting im