Thank you for your answer Sebastien,
As you recommended, I now try to compile TELEMAC on windows XP 32 with Python and gfortran. Unfortunately, I could not find any example of configuration file for windows gfortran scalar. So I tryed something anyway, I changed my configuration wing95s this way:
cmd_obj: gfortran -c -O3 -ffixed-line-length-132 -fconvert=big-endian -frecord-marker=4 <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> --end-group
Here is the error I get from the compilation (attachments).
Any idea would be appreciated, thanks
Yohann