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   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to