Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Can't get beta to work

I have the latest Cygwin on XP and the
latest beta Photran.
 
I have tried to follow the instructions on the
web site (which don't apply in all cases any
more) or do things as close to what I did
for the older version of Photran.
 
When I try to build or clean, I get the following
in the console:
 
(Exec error:The system cannot find the file specified.
)

Here is the program:
 
print *, sin(0.5)
end

Here is the Makefile:
 
all:
      g95 -o xxx.exe xxx.f95
clean:

(with a tab before g95, of course)
 
If I type "make" in the project directory,
it works and compiles fine.
 
Clues would be appreciated. Thanks.
 
(I checked the archives back to Jan and
didn't see anybody else with a similar
problem, so it's probably pretty stupid.)

--
Walt Brainerd

Back to the top