bmcdanie@kennesaw_edu
New Member
Greetings. I'm just trying to get started with CAM and I'm having trouble getting it to build. I'm following the instructions starting on page 20 of the user guide.
I first ran the configure script with the -test option with no errors:
$ ../cam1/models/atm/cam/bld/configure -test -fc f95
creating /data/cam/test/Filepath
creating /data/cam/test/params.h
creating /data/cam/test/misc.h
creating /data/cam/test/preproc.h
creating /data/cam/test/Makefile
creating /data/cam/test/config_cache.xml
Looking for a valid GNU make... using gmake
Testing for Fortran 90 compatible compiler... using f95
Testing NetCDF library... ok
configure done.
However, when I run make it bombs out:
$ gmake 2> testgmake.txt
the contents of testgmake.txt are below:
cat: Srcfiles: No such file or directory
Makefile:1083: /data/cam/test/Depends: No such file or directory
makefile:15: /data/cam/cam1/models/utils/esmf/build//base: No such file or directory
gmake[1]: *** No rule to make target `/data/cam/cam1/models/utils/esmf/build//base'. Stop.
gmake: *** [/data/cam/test/esmf/lib/libO//libesmf.a] Error 2
I searched the message board archives but couldn't find any help.
Anyone have an idea?
Thanks!
--Brent
I first ran the configure script with the -test option with no errors:
$ ../cam1/models/atm/cam/bld/configure -test -fc f95
creating /data/cam/test/Filepath
creating /data/cam/test/params.h
creating /data/cam/test/misc.h
creating /data/cam/test/preproc.h
creating /data/cam/test/Makefile
creating /data/cam/test/config_cache.xml
Looking for a valid GNU make... using gmake
Testing for Fortran 90 compatible compiler... using f95
Testing NetCDF library... ok
configure done.
However, when I run make it bombs out:
$ gmake 2> testgmake.txt
the contents of testgmake.txt are below:
cat: Srcfiles: No such file or directory
Makefile:1083: /data/cam/test/Depends: No such file or directory
makefile:15: /data/cam/cam1/models/utils/esmf/build//base: No such file or directory
gmake[1]: *** No rule to make target `/data/cam/cam1/models/utils/esmf/build//base'. Stop.
gmake: *** [/data/cam/test/esmf/lib/libO//libesmf.a] Error 2
I searched the message board archives but couldn't find any help.
Anyone have an idea?
Thanks!
--Brent