Dear Yanis,
These library links are left over from the time TELEMAC had a computer protection. They usually do not cause any harm but since you have a problem with these the best solution is to make sure you remove there calls/linkages.
To do this, you need edit the makefile.wnt in your telemac2d source directory:
\telemac2d\tel2d_v5p9\sources\
and make sure the line
SYSLIB =
is empty.
Also, just to make sure, in the runcode.pl Perl program in \bin, make sure the variable $LIB_SYS is always set to "".
For instance replace:
if($ENV{"OS"} eq "Windows_NT") {$LIB_SYS = "advapi32.lib netapi32.lib";}
by
if($ENV{"OS"} eq "Windows_NT") {$LIB_SYS = "";}
We will make sure these are removed by the time we release a new version of the system.
Thank you for your input.
Sébastien.