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 22:59:49 -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 #9, bug #55033 (project octave):

You'll want to trace those variables yourself to see what the values are and
where they come from.

mkoctfile.cc comes from mkoctfile.in.cc by way of a set of sed substitions.
The script that calls sed is build-aux/subst-cross-config-vals.sh, which is in
turn built from build-aux/subst-cross-config-vals.in.sh. I think you'll see
that it all traces back to variables defined in configure.

Like I said, there needs to be one set of linker options for building oct
files inside of the Octave build tree, before mkoctfile exists, and another
set of linker options for building oct files outside of the Octave build,
after Octave is installed and mkoctfile exists.

On my system these are all empty strings so I can't easily compare notes
against a system where they need to be defined correctly.

    _______________________________________________________

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]