autoconf
[Top][All Lists]
Advanced

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

Re: AC_CHECK_LIB not finding my library


From: Eric Blake
Subject: Re: AC_CHECK_LIB not finding my library
Date: Wed, 14 Apr 2010 11:01:06 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Lightning/1.0b1 Thunderbird/3.0.4

On 04/14/2010 10:50 AM, Joel J. Adamson wrote:
> Hello,
> 
> I have an auto-tooled library installed, and I'm building an application
> with it.  During the ./configure step, the test specified by
> 
> AC_CHECK_LIB([haploid], [rec_mating],,,[-lm])
> 
> fails:
> 
> checking for rec_mating in -lhaploid... no

Does the corresponding config.log give you more insight into what was
attempted, and why it might have failed?  Is libhaploid already
installed, or are you trying to link against an uninstalled library?

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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