This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: gfortran intrinsic functions on Mac OS X
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Sudin Bhattacharya <sbhattac at ecs dot umass dot edu>
- Cc: fortran at gcc dot gnu dot org
- Date: Sat, 4 Feb 2006 17:21:39 -0500
- Subject: Re: gfortran intrinsic functions on Mac OS X
- References: <Pine.GSO.4.51.0602041710460.1171@sisko.ecs.umass.edu>
On Feb 4, 2006, at 5:16 PM, Sudin Bhattacharya wrote:
Hi,
I have a problem with certain intrinsic functions when running
gfortran on
Mac OS X (10.3.9):
Whenever I invoke an intrinsic function with an integer return type,
e.g.
ceiling, floor, nint etc., I get an error statement of the form:
var/tmp//ccttKnia.s:48:stfiwx instruction is optional for the PowerPC
(not
allowed without -force_cpusubtype_ALL option)
Any suggestions what the problem might be?
Yes you need a newer cctools. Please read the installation
instructions.
You can either use the one at
ftp://gcc.gnu.org/pub/gcc/infrastructure/cctools-590.12.dmg
or use odcctools which you can get from:
http://www.opendarwin.org/projects/odcctools/
Thanks,
Andrew Pinski