[RegCNET] Error when installing make problem

Salvador Castillo Liñan calsal.93 at gmail.com
Wed Jun 1 15:06:15 CEST 2022


I tried to install Regcm to a workstation but at the moment that I entered
make in the terminal the process stopped and showed the error that appears
in the image.
I downloaded the source code from this link https://github.com/ICTP/RegCM.
The methodology that i follow to try to install the model is the following:
The following is exported to .bashrc
export LD_LIBRARY_PATH=/home/regcm/RegCM-master/lib:$LD_LIBRARY_PATH
export PATH=/home/regcm/RegCM-master/bin:$PATH
source .bashrc
next i use the following commands in order
aclocal --force
autoheader --f
automake -af
autoreconf --fi
./configure PATH=/home/regcm/RegCM-master/bin:$PATH \
            CC="gcc" \
            FC="gfortran" \
            MPIFC="/home/regcm/RegCM-master/bin/mpif90" \
            CPPFLAGS=-I/home/regcm/RegCM-master/include \
            LDFLAGS=-L/home/regcm/RegCM-master/lib \
            LIBS="-lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz"
make

greetings
S. Castillo
PD. all libraries are installed using the prereq_install.sh file from the
tools folder inside Regcm, I attach the compiler versions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ictp.it/pipermail/regcnet/attachments/20220601/ac6969d8/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error_in_make.png
Type: image/png
Size: 62963 bytes
Desc: not available
URL: <https://lists.ictp.it/pipermail/regcnet/attachments/20220601/ac6969d8/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Compilers_versions.png
Type: image/png
Size: 45371 bytes
Desc: not available
URL: <https://lists.ictp.it/pipermail/regcnet/attachments/20220601/ac6969d8/attachment-0003.png>


More information about the RegCNET mailing list