libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using libtool for linking


From: Peter O'Gorman
Subject: Re: Using libtool for linking
Date: Fri, 17 Aug 2007 12:39:07 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]