Elmerf90 warnings

Discussion about building and installing Elmer
Post Reply
Franz Pichler
Posts: 196
Joined: 29 Sep 2011, 12:25
Antispam: Yes

Elmerf90 warnings

Post by Franz Pichler »

Hi there
this is not really a problem (yet?), more a question of interest

Whenever i compile solvers or user functions on a windows platform i get warnings

Code: Select all

Info: resolving ___messages_MOD_message by linking to __imp____messages_MOD_message (auto-import)
Info: resolving ___types_MOD_currentmodel by linking to __imp____types_MOD_currentmodel (auto-import)
Info: resolving ___spariterglobals_MOD_parenv by linking to __imp____spariterglobals_MOD_parenv (auto-import)
C:\Elmer7\bin/ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
Is that usual? Do you guys have that to?
Is there a way to avoid it ?
The librarys work fine after the compilation so as i said i don't really have a problem with it.
best regards
Franz
Franz Pichler
Posts: 196
Joined: 29 Sep 2011, 12:25
Antispam: Yes

Re: Elmerf90 warnings

Post by Franz Pichler »

it actually doesn't happen when i compile a user function
Post Reply