Here is the output when I run the configure_at
bash-3.00# ./configure_at solaris_cc
Setting AMBERHOME to /disk3/software/amber10
Mopac and resp will be compiled with g77
Testing the C compiler:
cc -fnostd -o testp testp.c
cc: Warning: illegal option -fnostd
OK
Testing the g77 compiler:
g77 -O0 -fno-second-underscore -o testp testp.f
./configure_at: g77: not found
./configure_at: ./testp: not found
Unable to compile a Fortran program using g77 -O0 -fno-second-underscore
We will be unable to compile mopac or resp
Testing /usr/ccs/bin/lex:
OK
Configuring netcdf; (may be time-consuming)
NETCDF configure succeeded.
The configuration file, config.h, was successfully created.
bash-3.00# make -f makefile_at
bash: make: command not found
**************************************************************************
bash-3.00# ./configure_at -opteron solaris_cc
Setting AMBERHOME to /disk3/software/amber10
Mopac and resp will be compiled with g77
Testing the C compiler:
cc -xarch=amd64a -fnostd -o testp testp.c
cc: Warning: -xarch=amd64a is deprecated, use -m64 -xarch=sse2a instead
cc: Warning: illegal option -fnostd
OK
Testing the g77 compiler:
g77 -O0 -fno-second-underscore -o testp testp.f
./configure_at: g77: not found
./configure_at: ./testp: not found
Unable to compile a Fortran program using g77 -O0 -fno-second-underscore
We will be unable to compile mopac or resp
Testing /usr/ccs/bin/lex:
OK
Configuring netcdf; (may be time-consuming)
NETCDF configure succeeded.
The configuration file, config.h, was successfully created.
bash-3.00# make -f makefile_at
bash: make: command not found
*************************************************************************
I dont understand where the error is.
-----------------------------------------------------------------------
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 03 2008 - 06:07:42 PDT