Compiling procedures on Windows XP

Discussion about building and installing Elmer
Post Reply
Takala
Posts: 186
Joined: 23 Aug 2009, 23:59

Compiling procedures on Windows XP

Post by Takala »

I'm trying to help my colleague to run Elmer on Windows XP. He is trying to compile a procedure, but he has some problems:
C:\Michiel\ElmerCalc\2DCurrSolv>gfortran-elmer -IC:\Elmer6.0\share\elmersolver\include -LC:\Elmer6.0\lib -shared -O C:\Michiel\ElmerCalc\2DCurrSolv\2DCurrentSolv.f90 -o C:\Michiel\ElmerCalc\2DCurrSolv\2DCurrentSolv.dll -lelmersolver

Info: resolving ___messages_MOD_message by linking to __imp____messages_MOD_message (auto-import)

C:\Elmer6.0\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.
Does anyone else have this problem? How can this warning be avoided?

/Eelis
Post Reply