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: Mike Miller
Subject: [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos
Date: Sun, 30 Dec 2018 21:01:13 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

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

We have two sets of variables, OCT_LINK_DEPS and MKOCTFILE_OCT_LINK_DEPS. On a
GNU/Linux system, these are both empty by default, oct files can be built with
undefined symbols, and they will be resolved at run time.

On a system with --enable-all-link-dependencies, I think that OCT_LINK_DEPS
should be set to "libinterp/liboctinterp.la liboctave/liboctave.la" and
MKOCTFILE_OCT_LINK_DEPS should be set to "-loctinterp -loctave", plus whatever
system libraries are needed. Otherwise the oct file build will fail with
undefined symbols.

    _______________________________________________________

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]