Re: Can't link atlas or cblas libraries



On Thu, 02 Sep 2010 13:02:14 -0700, Rick wrote:

You need to pass the linker option -L/usr/lib64/atlas so that the
linker finds the libraries.

The OP should also check /etc/ld.so.conf.d and verify that there is
an atlas-x86_64.conf file in there. If not:

# echo "/usr/lib64/atlas" >/etc/ld.so.conf.d/atlas-x86_64.conf

Then, as root, run "ldconfig -v". This will remove the need to specify
the "-L" option to the linker.

Not true. /etc/ld.so.conf.d and ldconfig are for ld.so not for ld.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines



Relevant Pages

  • Re: Cant link atlas or cblas libraries
    ... linker finds the libraries. ... Then, as root, run "ldconfig -v". ... the "-L" option to the linker. ... To unsubscribe or change subscription options: ...
    (Fedora)
  • Re: Multiple python installations on opensuse?
    ... As root, tell linker to look for libraries in /usr/lib64: ...
    (comp.lang.python)
  • Re: Error while compiling xmblackberry-0.3.0
    ... Got past the linker but their is a bug in the code. ... This compile is put on hold. ... To unsubscribe or change subscription options: ... Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines ...
    (Fedora)
  • Re: linker wiredness?
    ... FreeBSD's linker doesn't add /usr/local/lib to the search path by ... flag is therefore required... ... but ldconfig already found the library!? ...
    (freebsd-questions)
  • Re: linker wiredness?
    ... FreeBSD's linker doesn't add /usr/local/lib to the search path by ... flag is therefore required... ... but ldconfig already found the library!? ...
    (freebsd-questions)