On Fri, 2007-08-17 at 13:29 +0200, Jason Curl wrote: > > As for testing the situation, AC_CHECK_LIB makes me believe it will > work. But it only works in a subset of cases (i.e. static only). I have > another implementation that I can compile in but at the moment there is > no indication I should use my own internal implementation (I'd rather > use an external implementation where possible in the belief it's > probably been better debugged). > > So, ideas how to work around this problem to achieve my goal? >
Why not import the libiberty sources into your project and build a convenience libiberty. AC_CHECK_LIB does not check for static/shared/can be used as input by libtool, nor should it, imo. Peter _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
