Message Boards

Make fails! Compiling on Linux Ubuntu 18.04.5 LTS

Josias NONGBE, modified 3 Years ago.

Make fails! Compiling on Linux Ubuntu 18.04.5 LTS

Youngling Posts: 2 Join Date: 1/24/20 Recent Posts
Hi, I tried to compile delft3d for the first time on Linux following instructions  of this website 
 https://www.nowacki.org/delft3d_ubuntu_linux_notes.html based on the instrutions of https://oss.deltares.nl/web/delft3d/source-code , but I got a problem at the final (I think ) step of the compilation/compiling , " 20210120.052122 :: Make fails! " , I tried the solution of the first website listed above... And the Make Fails! Is persistent. What can I do? 
Here a copy of my command lines (terminal) 20210120.052119 :: Running make ds-install &> logs/make.log
20210120.052122 :: Make fails!
ben@ben-Latitude-E5540:~$ export MPI_INCLUDE=/usr/include/mpich2
ben@ben-Latitude-E5540:~$ export MPILIBS_ADDITIONAL="-L/usr/lib/mpich2 -lfmpich -lmpich -lmpl"
ben@ben-Latitude-E5540:~$ export MPIFC=/usr/bin/mpif90
ben@ben-Latitude-E5540:~$ 2367/src/build.sh -gnu -64bit
Using GNU compilers in /usr/bin
Current settings:
export ACLOCAL=""
export AUTOMAKE=""
export AUTOHEADER=""
export AUTOCONF=""
export AUTORECONF_FLAGS=""
export LIBTOOLIZE=""
export LDFLAGS=""
export LDFLAGSMT_ADDITIONAL=" "
export LD_LIBRARY_PATH=""
export MPIFC="/opt/mpich2-1.4.1-gcc-4.6.2/bin/mpif90"
export MPI_INCLUDE="/opt/mpich2-1.4.1-gcc-4.6.2/include"
export MPILIBS_ADDITIONAL="-L/opt/mpich2-1.4.1-gcc-4.6.2/lib -lfmpich -lmpich -lmpl"
export PKG_CONFIG_PATH=""
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
20210120.053034 :: Running ./autogen.sh --verbose &> logs/autogen.log
20210120.053050 :: Running CFLAGS='-O2 ' CXXFLAGS='-O2 ' FFLAGS='-O2 ' FCFLAGS='-O2 ' ./configure --
prefix=/home/ben/2367/src &> logs/configure.log
20210120.053111 :: Running make ds-install &> logs/make.log
20210120.053115 :: Make fails!