Re: AC_CHECK_LIB not finding my library

2010-04-20 Thread Eric Blake
On 04/20/2010 02:22 AM, Jim Meyering wrote: > You (as an autoconf administrator) can help on that front > by deactivating the "cvs" feature, if it's not already done > > https://savannah.gnu.org/project/admin/editgroupfeatures.php?group=autoconf > > (I still see "Use CVS" on the "Source Code" m

Re: AC_CHECK_LIB not finding my library

2010-04-20 Thread Jim Meyering
Eric Blake wrote: > On 04/19/2010 10:00 AM, Joel J. Adamson wrote: >> > Does this portion of the manual already contain enough hints in >> > that direction? If not, are you willing to help provide some >> > wording to add to the manual? >> > http://www.gnu.org/software/autoconf/man

Re: AC_CHECK_LIB not finding my library

2010-04-19 Thread Eric Blake
On 04/19/2010 10:00 AM, Joel J. Adamson wrote: > > Does this portion of the manual already contain enough hints in > > that direction? If not, are you willing to help provide some > > wording to add to the manual? > > http://www.gnu.org/software/autoconf/manual/autoconf.html#Debugg

Re: AC_CHECK_LIB not finding my library

2010-04-19 Thread Joel J. Adamson
> "Eric" == Eric Blake writes: > On 04/14/2010 11:33 AM, Joel J. Adamson wrote: >> I reconfigured the library with >> >> AC_CHECK_LIB([gomp], [omp_get_num_threads]) >> >> recompiled and then reinstalled the library. I added the same >> check to configure.ac for

Re: AC_CHECK_LIB not finding my library

2010-04-14 Thread Eric Blake
On 04/14/2010 11:33 AM, Joel J. Adamson wrote: > I reconfigured the library with > > AC_CHECK_LIB([gomp], [omp_get_num_threads]) > > recompiled and then reinstalled the library. I added the same check to > configure.ac for the application and everything works now. > > Thanks for the insanely qu

Re: AC_CHECK_LIB not finding my library

2010-04-14 Thread Joel J. Adamson
> "Eric" == Eric Blake writes: > 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([hap

Re: AC_CHECK_LIB not finding my library

2010-04-14 Thread Eric Blake
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 -lhaplo

AC_CHECK_LIB not finding my library

2010-04-14 Thread Joel J. Adamson
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 f