help-octave
[Top][All Lists]
Advanced

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

Re: Statically linking octave-2.1.72 in MacOS X


From: Carlos Sánchez de La Lama
Subject: Re: Statically linking octave-2.1.72 in MacOS X
Date: Fri, 10 Feb 2006 13:29:38 +0100

| After the I edit src/Makefile to comment out the line "XERBLA = ../
| libcruft/blas-xtra/xerbla.o"

You really do want to have Octave's xerbla.o.  If you don't, and you
hit an error in a call to a BLAS or LAPACK function, then I think the
default xerbla action is to do a Fortran STOP or an exit(1) on you and
dump you out of Octave immediately without any cleanup or chance to
save your work.

Ok. You probably saved me from suffering this on my work :-)

If your system makes it impossible to override the definition of a
fucntion in the LAPACK/BLAS with your own, especially xerbla, then I
think it is probably a bug in your system's LAPACK/BLAS library.

Could be. In fact it is only a linking warning, the octave main exec is linked in without Makefile modifications using the configure line I posted. It seems it is not possible to link in only parts of the BLAS framework, but I need to investigate a bit more.

Thanks!


Carlos Sánchez de La Lama
address@hidden






-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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