[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: |
Mon, 31 Dec 2018 22:51:20 -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 #17, bug #55033 (project octave):
MKOCTFILE
@Mike,
Sorry, you are correct. I misunderstood, and was under the impression that
MKOCTFILE_OCT_LINK_DEPS should be set to "libinterp/liboctinterp.la
liboctave/liboctave.la" with --enable-link-all-dependencies. That obviously
created a conundrum for me.
Thanks for the repeating until it sunk in.
@Rik,
As my build on macOS is now stable, I'm installing 6.0.0.
Thanks for tracing the symbols. I'm left with the impression that there is an
incomplete work in progress. I'd be more comfortable moving forward if I
understood the what was intended. In any event, the definitions below exist.
LIBOCTAVE = "-loctave"
LIBOCTINTERP = "-loctinterp"
Thus, I’m inclined to make the change …
MKOCTFILE_OCT_LINK_DEPS="$LIBOCTINTERP $LIBOCTAVE"
Does that make sense?
Ben
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55033>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, (continued)
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Mike Miller, 2018/12/30
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Ben Abbott, 2018/12/30
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Mike Miller, 2018/12/30
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Ben Abbott, 2018/12/30
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Carlo de Falco, 2018/12/31
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Ben Abbott, 2018/12/31
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Ben Abbott, 2018/12/31
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Ben Abbott, 2018/12/31
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Mike Miller, 2018/12/31
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Rik, 2018/12/31
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos,
Ben Abbott <=