Hi!
I am trying to compile Telemac by running the command "compileTelemac.py" in a cmd-window. The compilation stops when it gets to PARTEL_PRELIM. The error seems to occur then compiling function plante.F and it says "undefine reference '_gfortran_stop_numeric_f08'.
1. Does anybody know what this could be due to? I have already installed Python27, gfortran (gcc version 7.1.0) and MPI. Could one of these program be causing the compilation to fail?
Also, I am not entire sure that what the systek.cfg file should look like. I have the following text in the in the gfortran part (see end of message). I am not sure what options I should choose for the compilation. Does anybody have any advice?
Please let me know if you need any additional information to answer my questions.
Thanks in advance!
Kind regards,
Patricia
#
#
# windows 7 gfortran scalar debug
#
#
[win7gfors]
#
cmd_obj: gfortran -c -O3 -fconvert=big-endian -frecord-marker=4 -ffixed-line-length-132 <mods> <incs> <f95name>
cmd_lib: ar cru <libname> <objs>
cmd_exe: gfortran -fconvert=big-endian -frecord-marker=4 -v -o <exename> <objs> -Xlinker --start-group <libs>
#
mods_all: -I <config>
#
sfx_obj: .o
#