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

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

[Octave-bug-tracker] [bug #57935] mkoctfile: unrecognized argument /path


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #57935] mkoctfile: unrecognized argument /path/to/libopenblas.so
Date: Mon, 2 Mar 2020 17:51:49 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36

Follow-up Comment #3, bug #57935 (project octave):

Sorry, not the option, the unusual part is linking with a .so file by its full
file name.

I would normally build Octave with '--with-blas=blas' or
'--with-blas=openblas', and then if you have to, include the directory in
LDFLAGS, e.g. 'LDFLAGS=-L/usr/local/gcc-9.2.0_binutils-2.32_isl/lib64'. And
maybe also include a '-Wl,-rpath' option as well, if that directory isn't
already in your dynamic linker search path.

In fact, if you include that -L option in LDFLAGS, configure should
automatically find libopenblas and use it as the BLAS / LAPACK library without
any '--with-blas' option needed.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57935>

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




reply via email to

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