This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
gfortran for Mac OS X Leopard (10.5)
- From: "Angus Macnab" <angus dot macnab at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Date: Mon, 12 Nov 2007 16:35:30 -0800
- Subject: gfortran for Mac OS X Leopard (10.5)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=f/qGFrWQy7hIAPVq4Bjh7XJiOGzLRaycYSIqS6fkcFw=; b=YDct5rCHoQzDY8SuHGVfI9OWx2fVBxUWDhx6WcGGVp6kBDDAh1Mmg+xJnIQWXwWF1+llHEfciz7smBL9VfFTO2y/C5ZSYRFo2vtBmc0iWfCeMPbXCfLDRdm35Xc8kI80RemRYmxgnC6IcZYLekqEzGIMjdkIu1/rT6s/uaAprvY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jNDyuHsYgy3ZpG/D/YT3dSag1r4f0s73bWaC14RvaRdLoNtykGj/hudxEv26Ejz/sMTiqJ5n11+Y8lD+Mwh2b5o508WUqnywYocQVvzvOUZT6vapUmClq6B+/asyWX+jaCuZFlNu7Ha/zlp4FqPF4u3hTTidP7LRhwgUXtXqw6I=
Hello,
I've been running gfortran on my Intel Mac for several months and it
seems to have be working well. However I recently updated to Leopard
and now gfortran seems not to work. I have installed a new binary
file from here: http://hpc.sourceforge.net/ (e.g. this one:
http://prdownloads.sourceforge.net/hpc/gcc-intel-leopard-bin.tar.gz?download).
The error I am getting follows:
prompt$ gfortran local.f
/usr/bin/ld: warning unknown -macosx_version_min parameter value:
10.5.0 ignored (using 10.4)
/usr/bin/ld: can't locate file for: -lcrt1.10.5.o
collect2: ld returned 1 exit status
prompt$
Not sure what is going wrong, but would appreciate some advice.
Thanks for your help.