This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
gfortran link issue mac osx
- From: "Christopher D. Rickett" <crickett at lanl dot gov>
- To: fortran at gcc dot gnu dot org
- Date: Tue, 13 Jun 2006 17:06:53 -0600 (MDT)
- Subject: gfortran link issue mac osx
i built the trunk and installed it on a mac osx, but when i tried using
the resulting gfortran, the following happened:
$>gfortran -o hello hello.f90
/usr/bin/ld: unknown flag: -macosx_version_min
collect2: ld returned 1 exit status
apparently, the flag is in the apple ld from oct. 05 or newer, but the
version on this system is from april 05. is there a reason that configure
did not catch this?
Thanks.
Chris