octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49547] Update libs blas and lapack


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #49547] Update libs blas and lapack
Date: Wed, 9 Nov 2016 20:01:46 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #13, bug #49547 (project octave):

The problem isn't specific to gentoo, but it isn't a bug in Octave either. 
It's just the way that shared libraries work with versioning info.  By
default, Octave (really, it's configure script) doesn't search for
libblas.so.3.  It justs searches for and links with -lblas.  But when the link
step happens, it is linked with a specific version.  The version is allowed to
change, provided that the new version is compatible with the old.  If not,
then the dynamic linker will reject the new library and you won't be able to
run Octave unless you install an appropriate version or rebuild/relink Octave
so that it uses the newer library.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49547>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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