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: gfortran 4.1.1 | AMCL 3.6.0


Hello,

/usr/bin/ld: warning: libacml_mv.so, needed by
/opt/acml3.6.0/gfortran64/lib/libacml.so, not found (try using -rpath or
-rpath-link)

From what I see in my own installation of ACML, the following
libraries are installed (my install prefix is different):

/utmp/coudert/acml/gfortran64_mp/lib/libacml_mp.so
/utmp/coudert/acml/gfortran64_mp/lib/libacml_mv.so
/utmp/coudert/acml/gfortran64/lib/libacml.so
/utmp/coudert/acml/gfortran64/lib/libacml_mv.so

In each directory, the libacml_mv.so library is a dependence of the
other library. I think you should use either:
 -L/opt/acml3.6.0/gfortran64_mp/lib -lacml_mp
or:
 -L/opt/acml3.6.0/gfortran64/lib -lacml
but not a mix of these two.

If that doesn't fix it, you should probably ask on the AMD/ACML forums
if such a thing exist.

FX


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