libtool
[Top][All Lists]
Advanced

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

Fwd: Configure is checking for fortran yet I have no fortran code or che


From: Brian
Subject: Fwd: Configure is checking for fortran yet I have no fortran code or checks
Date: Fri, 23 Sep 2005 09:49:37 -0600

Sent for archive purposes. Thanks for the help.

---------- Forwarded message ----------
From: Andy Wingo <address@hiddenbox.com>
Date: Sep 23, 2005 9:04 AM
Subject: Configure is checking for fortran yet I have no fortran code or checks
To: address@hidden

Hey dude,

I'm not on the libtool list, but I saw your mail. Check this out:

http://cvs.freedesktop.org/gstreamer/common/m4/as-libtool-tags.m4?rev=1.2&view=markup

http://cvs.freedesktop.org/gstreamer/gstreamer/configure.ac?r1=1.373&r2=1.374

Send a mail to the libtool list so it's archived, please :-)

Cheers,
--
Andy Wingo
http://wingolog.org/


---------- Forwarded message ----------
From: Noah Misch <address@hiddenech.edu>
Date: Sep 15, 2005 12:35 PM
Subject: Re: Configure is checking for fortran yet I have no fortran code or checks
To: Brian <address@hidden>
Cc: address@hidden

On Thu, Sep 15, 2005 at 10:59:32AM -0600, Brian wrote:
> The title says it all. How can I get rid of these fortran checks? Here
> are my program checks:

I suspect you use Libtool; Libtool 1.5.X check C, C++, and Fortran compilers
unconditionally.  Libtool 2.0 will only seek tools relevant to the languages
your project uses.

If you need more information, please contact address@hidden.



---------- Forwarded message ----------
From: Brian <address@hiddenl.com>
Date: Sep 15, 2005 10:59 AM
Subject: Configure is checking for fortran yet I have no fortran code or checks
To: address@hidden

The title says it all. How can I get rid of these fortran checks? Here are my program checks:


AC_PROG_AWK
AC_PROG_YACC
AC_PROG_LEX
AC_PROG_CXX
AC_PROG_CC([gcc])
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... f95
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 accepts -g... yes


Cheers,
Brian Mingus

reply via email to

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