On 09/02/2010 11:02 PM, Rick Stevens wrote:
> On 09/02/2010 06:25 AM, Jussi Lehtola wrote:
>
>> On Thu, 02 Sep 2010 09:55:58 +0300
>> Henrik Mannerström wrote:
>>
>>> Hello,
>>>
>>> On my Fedora 11, when I try to compile a program that uses BLAS the
>>> linking fails:
>>>> /usr/bi
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/lib6
On 09/02/2010 06:25 AM, Jussi Lehtola wrote:
> On Thu, 02 Sep 2010 09:55:58 +0300
> Henrik Mannerström wrote:
>
>> Hello,
>>
>> On my Fedora 11, when I try to compile a program that uses BLAS the
>> linking fails:
>> > /usr/bin/ld: cannot find -lcblas
>>
>> I have packages blas, blas-devel, atl
On Thu, 02 Sep 2010 09:55:58 +0300
Henrik Mannerström wrote:
> Hello,
>
> On my Fedora 11, when I try to compile a program that uses BLAS the
> linking fails:
> > /usr/bin/ld: cannot find -lcblas
>
> I have packages blas, blas-devel, atlas and atlas-devel installed.
> There exists a symlink f
Hello,
On my Fedora 11, when I try to compile a program that uses BLAS the
linking fails:
> /usr/bin/ld: cannot find -lcblas
I have packages blas, blas-devel, atlas and atlas-devel installed. There
exists a symlink for libcblas.so: /usr/lib64/atlas/libcblas.so ->
./libcblas.so.3.0 but 'ld