[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem blas & lapack, try compile octave 3.6.3 on centos 6.0 source
From: |
Sergei Steshenko |
Subject: |
Re: problem blas & lapack, try compile octave 3.6.3 on centos 6.0 source install no root |
Date: |
Fri, 26 Oct 2012 10:20:21 -0700 (PDT) |
----- Original Message -----
> From: Jiyang Ye <address@hidden>
> To: address@hidden
> Cc:
> Sent: Friday, October 26, 2012 6:34 PM
> Subject: Re: problem blas & lapack, try compile octave 3.6.3 on centos 6.0
> source install no root
>
> I try the "-enable-static" and "--enable-static=PKGS" when
> ./configure
> octave, both failed! Shows the same error.
>
> configure: error: You are required to have BLAS and LAPACK libraries
>
>
When I build Octave from sources, I have to specify '-l:liblapack.a' in LDFLAGS
in addition to whatever else I have there.
Look like a bug in Octave build mechanism to me.
Regardds,
Sergei.