Windows MinGW binaries now available

coudert@lcp.u-psud.fr coudert@lcp.u-psud.fr
Tue Jan 18 00:23:00 GMT 2005


> LD_LIBRARY_PATH is for the dynamic linker, LIBRARY_PATH is for the
> static linker, so you'll most likely need both, as libgfortran is a
> shared library, whereas crt*.o are linked statically.

For gfortran on mingw, everything is static, so LIBRARY_PATH is indeed the
required condition to make it work. The wiki information was updated
accordingly (and comp.lang.fortran got the information too).

Thanks everybody,
FX



More information about the Fortran mailing list