Am Tue, 9 May 2006 05:09:12 -0500 schrieb Paul Elliott <[EMAIL PROTECTED]>:
> > I have a simple program which links to a number > of externaly supplied libraries. > > Because one library is a constantly changing moving target, and is > small, I want to it link staticly. It is not a libtool library. It > comes in .a and .so versions in /usr/lib. a bit off-topic, but may be http://autoconf-archive.cryp.to/ax_boost.html is useful for you. The m4 macro tries to detect several boost libraries, also boost_filesystem. (And even more off-topic, boost_filesystem is candidate for C++ TR2, cool.) Thomas