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

Haploid is my library, and and rec_mating is one of its functions.  The
library only depends on the math library (which is successfully found).

I have read the documentation and (think) I understand how this test
works, but do I need to specify a specific kind of function?  What's the
trick?

Thanks,

Joel

gcc (GCC) 4.4.3 20100127 (Red Hat 4.4.3-4)
autoconf (GNU Autoconf) 2.63
-- 
Joel J. Adamson
Servedio Lab
University of North Carolina at Chapel Hill

FSF Member #8164
http://www.unc.edu/~adamsonj

Attachment: pgpsF9La7s7xg.pgp
Description: PGP signature

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

Reply via email to