Dear all
I have problems in preprocessing installation of RegCM 4.4. I was following the attached document. On page #10 it is written :
"The 4.4 version of the RegCM model relies on the standard GNU autotools to configure and build the model
code.
The first step is to change working directory to $REGCM_ROOT and run the configure script giving as arguments
the chosen compilers:
$> cd $REGCM_ROOT
$> ./configure CC=icc FC=ifort
To know the list of arguments that can be given to the configure script, the script can be launched with the
--help command line argument."
Upon following the above mentioned instructions I am getting the following errors.
"checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for gcc... icc
checking whether the C compiler works... no
configure: error: in `/home/wmc/models/RegCM-4.4.0':
configure: error: C compiler cannot create executables
See `config.log' for more details"
I have also attached the config.log file. Please help me.