This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Windows MinGW binaries now available


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]