Compiler warnings in OSX 10.9

I installed OS X 10.9 yesterday and signed up for a trial of PGI Fortran/CUDA today. I’m running the latest “Workstation” release as well as the latest Xcode and developer tools. I get rather sad errors:

$ pgf77 x.f -V -tp=core2
pgf77-Warning-Malformed $expr(), nonnumeric value >=
pgf77-Warning-Malformed $expr(), nonnumeric value >=
pgf77-Warning-Malformed $expr(), extra text: 108...

pgf77 13.9-0 64-bit target on Mac OS X -tp core2 
The Portland Group - PGI Compilers and Tools
Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
PGFTN/x86-64 OSX 13.9-0
Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
PGFTN-F-0002-Unable to open source input file: x.f

which I get also when omitting the tp flag.

This error appears with every other compiler.

Hi CHM,

Known incompatibility issue with XCode 5.0. Since you’re using OSX 10.9, you will need to update your XCode to 5.0.1 and then install PGI 13.10 which should be available in the next day or so.

  • Mat