|
From: Leif M. <le...@ta...> - 2004-04-21 15:25:52
|
Andreas, Thanks, I modified both the Linux and Solaris versions so that they now dynamically link their libraries. Tested it with ldd. This will be in 3.1.1 Cheers, Leif Andreas Wendt wrote: >Leif, > >a patch is very simple. You should simply replace the occurance of "ld" with "$(COMPILE)" in the Makefile.linux. It is always better to link also with gcc (it calls ld with the proper options) when using it for compilation. > >A quite good overview of tools and its options for creating libraries on a variety of platforms is here: http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html. > >Cheers, >Andreas > > |