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
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
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
> "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
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
> "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
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
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