Re: Can't link atlas or cblas libraries
- From: Michael Schwendt <mschwendt@xxxxxxxxx>
- Date: Fri, 3 Sep 2010 08:31:39 +0200
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
- References:
- Can't link atlas or cblas libraries
- From: Henrik Mannerström
- Re: Can't link atlas or cblas libraries
- From: Jussi Lehtola
- Re: Can't link atlas or cblas libraries
- From: Rick Stevens
- Can't link atlas or cblas libraries
- Prev by Date: Re: F12/13: Gnome Desktop Session saves - do not work
- Next by Date: Re: Can't link atlas or cblas libraries
- Previous by thread: Re: Can't link atlas or cblas libraries
- Next by thread: Re: Can't link atlas or cblas libraries
- Index(es):
Relevant Pages
|