Is there a way of telling the pgi compiler (c,C++) to edit and work with *.o files instead of *.obj, and with *.a files instead of *.lib files under Windows7. I use the command shell (cygwin) and have ...
This was very helpful.
I finally made it-- porting from linux to cygwin. the test runs are promising. The only thing still missing is C99 support for some of the programs. But this is no pr ...