On Mon, Mar 05, 2007 at 02:58:52AM +0100,
 Fredrik Tolf <[EMAIL PROTECTED]> 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?


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to