I am trying to compile using PGI Workstation 7.2-5 on Windows 2008.
How ever i am am not able to set pgcc include path to read header files(unistd.h) from SUA/usr/local/include
Is there a particular command that i need to execute to append CPATH to modify my include path.
i have been using this command so far
export CPATH=C:/Windows/SUA/usr/include:$CPATH
Am i not reading something correctly. Any help/suggestions…
KP