makefile under PGI workstation

Hello everyone,

I want to compile a makefile with PGI (7.1-2) on windows xp, without any unix-tool, I mean :no-cygwin or wingwin, is that possible,
thanks for the help.

Hi,

You can use nmake , Microsoft tool, to do this. nmake must be run from PGI DOS prompt.

To get started:
Start → All Program → PGI Workstation 7.1-2 → PGI Workstation Tools → PGI Command Prompt (32-bit)

This will start a DOS prompt with PGI compiler environments setup for you.

To get information on how to use nmake, go to: http://msdn2.microsoft.com/en-us/library/aa448720.aspx

Hongyon

hi Hongyong,

Thank you it’s runig perfectly;
see you.