help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Centos 5 compiling 3.6 problem with BLAS? ATLAS?


From: spasmous
Subject: Centos 5 compiling 3.6 problem with BLAS? ATLAS?
Date: Thu, 2 Aug 2012 14:03:36 -0700

I'm trying to compile the latest octave on Centos 5. Configure works
fine with these options:

./configure --with-blas=/usr/lib64/libblas.so.3
--with-lapack=/usr/lib64/liblapack.so.3 --without-curl

However when I run make I see errors like this:

../liboctave/.libs/liboctave.so: undefined reference to `zgetri_'
../liboctave/.libs/liboctave.so: undefined reference to `zgemm_'
../liboctave/.libs/liboctave.so: undefined reference to `zgesdd_'
../liboctave/.libs/liboctave.so: undefined reference to `cgemv_'
../libcruft/.libs/libcruft.so: undefined reference to `sdot_'
etc.

I don't know how to proceed - help would be much appreciated!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]