Sent for archive purposes. Thanks for the help.

---------- Forwarded message ----------
From: Andy Wingo <[EMAIL PROTECTED]box.com>
Date: Sep 23, 2005 9:04 AM
Subject: Configure is checking for fortran yet I have no fortran code or checks
To: [EMAIL PROTECTED]

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 <[EMAIL PROTECTED]ech.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 <[EMAIL PROTECTED]>
Cc: [email protected]

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 [email protected].



---------- Forwarded message ----------
From: Brian <[EMAIL PROTECTED]l.com>
Date: Sep 15, 2005 10:59 AM
Subject: Configure is checking for fortran yet I have no fortran code or checks
To: [email protected]

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
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to