libtool
[Top][All Lists]
Advanced

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

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


From: Mike Frysinger
Subject: Re: Fwd: Configure is checking for fortran yet I have no fortran code or checks
Date: Fri, 23 Sep 2005 13:30:28 -0400
User-agent: KMail/1.8.2

On Friday 23 September 2005 11:49 am, Brian wrote:
> http://cvs.freedesktop.org/gstreamer/common/m4/as-libtool-tags.m4?rev=1.2&v
>iew=markup
>
> http://cvs.freedesktop.org/gstreamer/gstreamer/configure.ac?r1=1.373&r2=1.3
>74

i wish that libtool tag patch was added to the official libtool package :/

the way we've been getting around the CXX/F77 cruft in Gentoo is:
m4_undefine([AC_PROG_CXX])
m4_defun([AC_PROG_CXX],[])
m4_undefine([AC_PROG_F77])
m4_defun([AC_PROG_F77],[])
AC_PROG_LIBTOOL

the CXX check is especially annoying ... if you have a host which only has a C 
compiler and you try to build a library which is pure C, configure will abort 
because it cant find a C++ compiler even though none of the source is C++ !?
-mike




reply via email to

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