Good morning!
I installed Telemac on a new device yesterday and successfully compiled v7p2r0. But anyway, when I try to run the code i get the following error message:
gfortran: error: t3dfort.o: No such file or directory.
gfortran: error: C:\Opentelemac\lib\libmetis a: No such file or directory.
Although the libmetis.a is in the right folder, and my environment variables seems to be corrent. Attached are the complete error message and my environment variables:
User variables:
PATH: c:\python27\scripts;C:\gfortran\libexec\gcc\x86_64-w64-mingw32\4.9.2; C:\opentelemac\v7p2r2\scripts\python27;
SYSTELCFG: C:\OpenTelemac\v7p2r2\configs\systel.cfg
LIBRARY PATH: C:\gfortran\lib
System variables:
PATH: C:\gfortran\bin;C:\gfortran\lib;C:\gfortran\libexec\gcc\x86_64-pc-mingw32\4.9.2;c:\python27;C:\python27\scripts;C:\gfortran\libexec\gcc\x86_64-w64-mingw32\4.9.2;C:\opentelemac\mpi\bin;C:\opentelemac\mpi\lib;C:\opentelemac\v7p2r2\scripts\python27
EQ LIBRARY PATH: C:\gfortran\x86_64-w64-mingw32\lib
Any clues?