Re: Still can not build tests

Mike Melanson <[email protected]> Tue, 5 Aug 2003 11:19:44 -0600 (MDT)
Newsgroups gmane.comp.embedded.stk.gui.devel
Message-ID <[email protected]>
On 5 Aug 2003, Darren Vincent Hart wrote:

> Mike,
> 
> Looks like a broken Boost install to me.  Try building one of the
> signals test apps from boost.org and see if that links.  Did you copy
> both libboost_signals.so and libboost_signals.a to /usr/local/lib ?  Did
> you run ldconfig as root afterward?  Does your lib directory listing
> look something like this ?

	I am quite confident that libboost_signals is installed correctly.
At least, the configure script says so. Personally, I suspect that the
signals library wants something from another boost library. In fact, I
couldn't get past the configure phase until I installed libboost_thread
(which was not mentioned earlier). Pull in this package, which needs this
other package, and so it goes until you have a library that is not
particularly well-suited for an embedded application ebecause it has too
much extra baggage.

--
	-Mike Melanson