[ncl-install] help

Mary Haley haley at ucar.edu
Thu May 23 09:25:31 MDT 2013


I don't think this is an NCAR Graphics issue.

It looks like an issue with file permissions.
Is it possible you are in a directory where you don't have "write" permissions?

If you're not sure, try compiling a short test program that doesn't require NCAR Graphics:

a.f:

      print *,"hello world"
      stop 
      end

gfortran a.f

--Mary

On May 23, 2013, at 1:28 AM, MM Ali wrote:

> Dear Ms. Mary,
> 
> To compile a program, test.f, we gave the following command under the cygwin environment:
> 
> $ ncargf77 test.f
> 
> and the error is:
> 
> gfortran -fno-range-check -O test.f -L/usr/local/lib -lncarg -lncarg_gks -lncarg_c -lXpm -lX11 -lXext -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz
> /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld: cannot open output file a.exe: Permission denied
> collect2: ld returned 1 exit status
>  
> Please help in resolving this problem.
> 
> Regards. Ali
> 



More information about the ncl-install mailing list