autoconf
[Top][All Lists]
Advanced

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

Re: AC_PROG_LIBTOOL


From: Bob Friesenhahn
Subject: Re: AC_PROG_LIBTOOL
Date: Fri, 15 Oct 2004 09:00:35 -0500 (CDT)

On Fri, 15 Oct 2004, Adam Dyga wrote:

I create shared library, so I had to put AC_PROG_LIBTOOL macro call in
configure.in.
The result is that configure script makes some strange and unnecessary (at
least for me ;) ) checks now, e.g:

checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
[...]
checking whether we are using the GNU Fortran 77 compiler... no

Why does it check for fortran compiler if I'm using C++ only?

This is a libtool 1.5.X issue. A resolution will be provided in libtool 2.0, which should soon be released.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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