autoconf-patches
[Top][All Lists]
Advanced

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

Re: Fortran vs. OS X


From: Paul Eggert
Subject: Re: Fortran vs. OS X
Date: 25 Jul 2003 14:25:32 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Thanks; I installed that patch.  I'm quoting it below for the
benefit of autoconf-patches.

2003-07-25  John W. Eaton  <address@hidden>

        * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
        -lcrt1.o, for OS X.


Index: fortran.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/fortran.m4,v
retrieving revision 1.165
diff -u -r1.165 fortran.m4
--- fortran.m4  22 May 2003 15:17:05 -0000      1.165
+++ fortran.m4  25 Jul 2003 17:56:45 -0000
@@ -487,7 +487,7 @@
             [_AC_LINKER_OPTION([$ac_arg], ac_cv_flibs)])
          ;;
          # Ignore these flags.
-       -lang* | -lcrt0.o | -lc | -lgcc | -libmil | -LANG:=*)
+       -lang* | -lcrt[01].o | -lc | -lgcc | -libmil | -LANG:=*)
          ;;
        -lkernel32)
          test x"$CYGWIN" != xyes && ac_cv_flibs="$ac_cv_flibs $ac_arg"




reply via email to

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