octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.6.1-rc0 release candidate available for ftp


From: Muhali
Subject: Re: Octave 3.6.1-rc0 release candidate available for ftp
Date: Thu, 9 Feb 2012 12:23:24 -0800 (PST)

I did

./configure --prefix=/usr/local LDFLAGS=-L/usr/local/lib F77=gfortran
CPPFLAGS=-I/usr/local/include --with-blas=-lblas

so that it finds the correct libraries. It all goes well, BUT

ldd /usr/local/lib/libarpack.so 
        linux-vdso.so.1 =>  (0x00007fff78d4b000)
        libblas.so => /usr/local/lib/libblas.so (0x00007fc56e16a000)
        liblapack.so => /usr/local/lib/liblapack.so (0x00007fc56d54c000)
        libgfortran.so.3 => /usr/lib/x86_64-linux-gnu/libgfortran.so.3
(0x00007fc56d21c000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc56cf9a000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc56cc16000)
        libquadmath.so.0 => /usr/lib/x86_64-linux-gnu/libquadmath.so.0
(0x00007fc56c9df000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fc56e6f8000)

so I assume it's the libquadmath library.

M.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-3-6-1-rc0-release-candidate-available-for-ftp-tp4365618p4374253.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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