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: matmul intrinsic procedure


If gfortran is installed with your OS, then make sure that the 4.1 version of gfortran that you installed is picking
up the right shared library.

That can be done by specifying the LD_LIBRARy_PATH environment variable to the lib/ directory in your gfortran-4.1 installation directory.


I think you can simply do the same thing using static linking too (-static option).

FX


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