RE: installation problem for NONMEM7 G95 on server
A couple of points:
1. your compiler or linker is failing, I recommend testing the compiler
indepently of PDx-Pop (from a DOS window) to lessen the complexity of
the test by a degree.
2. you may not have permission to write to the root directory, c:\. Try
from within a directory you know you can read/write.
3. we currently don't recommend g95 for NONMEM 7, I would suggest
gfortran (you can get a copy of gfortran-windows.exe at
ftp://ftp.globomaxnm.com/Public/nonmem7/compilers/)
A successful test will then look like this:
c:\test>gfortran gmtest.for
c:\test>a.exe
ICON Development Solutions - Tools for Expediting
Population Analysis (c) 2009
Quoted reply history
________________________________
From: [email protected] [mailto:[email protected]]
On Behalf Of kehua wu
Sent: Tuesday, August 03, 2010 4:38 PM
To: [email protected]
Subject: [NMusers] installation problem for NONMEM7 G95 on server
Dear NONMEM users,
I am trying to install NONMEM 7 and G95 on a server.
There is problem when testing the compiler, Pdx-pop says:
> Testing GNU g95 Fortran
>>>ld: cannot open output file C:\gmtest.exe: Permission denied
Looks like I do not have the right. Can I avoid the 'C:\' disk? If so,
how should I set up the path?
Any feedback would be highly appreciated.
Best regards,
Kehua