Hello
I think I have been setup carefully following the guide. I got Photran by installing “Eclipse IDE for Parallel Application Developers”. And then I downloaded Cygwin with the deve packaged installed and system variable added. I thought I should be alright, and then I continue to create my hello world Fortran code by guide.
Then the problem comes by the step: Open the Console view, and make sure "make" ran OK and compiled your program.
------------------
**** Clean-only build of configuration Default for project HelloFortran ****
make clean
Cannot run program "make": Launching failed
Error: Program "make" is not found in PATH
PATH=[C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:/Program Files/Java/jre6/lib/i386;C:\watcom-1.3\binnt;C:\watcom-1.3\binw;C:\Program Files\MiKTeX 2.9\miktex\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;D:\Program Files\MATLAB\R2010b\runtime\win32;D:\Program Files\MATLAB\R2010b\bin; D:\cygwin\bin; D:\cygwin\usr\sbin; D:\cygwin\usr\local\bin; D:\cygwin\lib; D:\cygwin\usr\include;D:\Photran\eclipse;]
**** Build Finished ****
-------------------------------
I have checked carefully by CMD in win7 to run the program “make” at the location “D:\cygwin\bin”, it actually exists in the location.
Any idea of why?
Thanks in advance.
Best
KEBIN