Linking issue with simple Fortran program

Greetings!

I am a new user of PGI Fortran and just installed it but I have immediately encountered a problem. The linker can not find crt1.o which is strange. I have installed Xcode 7.1.1. If anyone has any suggestions, that would be great. I am using OS X 10.11.1 (El Capitan).

Below is the output of several commands.
Thanks in advance for suggestions.
Regards,
Marc


Macnificent:Fortran Projects marc$ pgfortran -V

pgfortran 15.10-0 64-bit target on Apple OS/X developer -tp haswell
The Portland Group - PGI Compilers and Tools
Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
Macnificent:Fortran Projects marc$
Macnificent:Fortran Projects marc$ uname -a
Darwin Macnificent.local 15.0.0 Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 x86_64
Macnificent:Fortran Projects marc$
Macnificent:Fortran Projects marc$ cat hi.f
PROGRAM hi

print *,‘hello world’


END
Macnificent:Fortran Projects marc$ pgfortran hi.f
ld: file not found: /usr/lib/crt1.o
Macnificent:Fortran Projects marc$

15.10 release does not support Xcode 7.* yet. We are scheduled to support
it in 16.1, and that will probably happen.



dave

Thanks for the update.