Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Could anybody help me solve this problem? Thanks,



On Tue, Dec 21, 2010 at 11:00 AM, Huacheng Zhang <zhanghuacheng1@xxxxxxxxx> wrote:
Hi, Everybody:
 
I installed Photran in my Windows Vista system strcitly following the instruction.The Photran is bought from the fortran comppany and it is fortran 95 version.  Everything is fine and I run it as administrator account.  However, whenever I compiling (build project) any simple program, a permission is denied and Console describes the problem as:
 

**** Build of configuration Default for project acdb ****

make all

perl /usr/local/fortrantools/lib/mkmf.pl -t /usr/local/fortrantools/lib/mkmf_args -p RUN -m f_Makefile -x

Can't open perl script "/usr/local/fortrantools/lib/mkmf.pl": Permission denied

make: *** [all] Error 13

However, the file "mkmf.pl" is in the lib file.  Does anybody know how to fix this problem?  Thanks a lot,

 

Huacheng


_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran

This, of course, is not a Photran problem.
 
The "make" provided with the Fortran Tools
executes mkmf.pl to build the Makefile that
is used to compile. I don't know what is
causing the problem, but . . .
 
We will try to get things right for Mr.Zhang.


--
Walt Brainerd
The Fortran Company

Back to the top