Hi Marisa,
The configure_amber script tries to compile a small fortran program
with the compiler you specified, just to see if it's working:
> Testing the Fortran compiler:
> g95 -O0 -fno-second-underscore -o testp testp.f
> ./configure_amber: 1168: g95: Permission denied
^^^^^^^^^^^^^^^^^^^^^^
Apparently, you don't have permission to access to the g95 program in
your machine.
What answer do you get from the commands: "which g95" , "g95
--version" or "ls -la `which g95`"? (note the back-quotation marks on
the last command)
Gustavo.
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" (in the *body* of the email)
to majordomo.scripps.edu
Received on Wed Sep 10 2008 - 06:07:29 PDT