This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gfortran intrinsic functions on Mac OS X



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]