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

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

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Sat, 7 Jul 2018 17:29:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #42, bug #54235 (project octave):

Ok, the error in this config.log is that you are specifying a directory for
--with-blas and --with-lapack, don't do that.

The right way to use those options is something like


./configure --with-blas=blas --with-lapack=lapack LDFLAGS=-L/opt/csw/lib

or

./configure --with-blas="-L/opt/csw/lib -lblas" --with-lapack="-L/opt/csw/lib
-llapack"


I think we need the log file for the original error when you weren't trying to
specify BLAS and LAPACK arguments. The reported error message may be the same
but the cause has changed since you added those arguments.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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