libtool
[Top][All Lists]
Advanced

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

Re: Compiler checks in AM_PROG_LIBTOOL


From: Stephane Bortzmeyer
Subject: Re: Compiler checks in AM_PROG_LIBTOOL
Date: Mon, 5 Mar 2007 09:55:30 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Mon, Mar 05, 2007 at 02:58:52AM +0100,
 Fredrik Tolf <address@hidden> wrote 
 a message of 27 lines which said:

> However, it seems to have the rather nasty habit of not only wanting
> to check for the g++ and g77 compilters, but even making configure
> fail if they aren't present,

I use autoconf/automake/libtool (AC_PROG_LIBTOOL) and, while I'm
annoyed that it tests an useless compiler, it does not seem to be
fatal. Here is a config.log:

configure:4940: checking for g77
configure:4970: result: no
configure:4940: checking for xlf
configure:4970: result: no
configure:4940: checking for f77
configure:4970: result: no
configure:4940: checking for frt
configure:4970: result: no
configure:4940: checking for pgf77
configure:4970: result: no
configure:4940: checking for cf77
configure:4970: result: no
...

But configure was successful.

Can you post the relevant part of the config.log?




reply via email to

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