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

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

[Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos
Date: Tue, 1 Jan 2019 22:21:52 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15

Follow-up Comment #21, bug #55033 (project octave):

Below in mkoctfile.in.cc is a possibility.


 217 #if defined (OCTAVE_USE_WINDOWS_API) || defined (CROSS)
 218 
 219   // We'll be linking the files we compile with -loctinterp and
 220   // -loctave, so we need to know where to find them.
 221 
 222   DEFAULT_LFLAGS += "-L" + quote_path (vars["OCTLIBDIR"]);
 223 #endif


But I don't know how to check if link_all_deps is true.

OCT_LINK_OPTS looks to be setup for building octave, and not for mkoctfile by
users.


mkoctfile -p OCT_LINK_OPTS
 -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib
-L/usr/local/opt/openssl/lib -L/usr/local/opt/bison/lib
-L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib
-L/usr/local/opt/icu4c/lib -F/usr/local/opt/qt5/lib
-L/usr/local/opt/sundials27/lib -L/usr/local/opt/zlib/lib
-L/usr/local/opt/qrupdate/lib


I'm attached the diff converted to a changeset.





(file #45831)
    _______________________________________________________

Additional Item Attachment:

File name: changeset.patch                Size:2 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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