[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos
From: |
Carlo de Falco |
Subject: |
[Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos |
Date: |
Wed, 2 Jan 2019 12:55:37 -0500 (EST) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0 |
Follow-up Comment #26, bug #55033 (project octave):
Hi,
I just pulled revision 16607f64eea1 (stable) I made a completely
clean new build and installed it.
given the file pippo.cc
#include <octave/oct.h>
DEFUN_DLD(pippo, args, nargout, "") { return octave_value_list(); }
the following test works for me
$ /opt/octave/5.0.1/bin/mkoctfile pippo.cc
clang: warning: argument unused during compilation: '-pthread'
[-Wunused-command-line-argument]
$ /opt/octave/5.0.1/bin/octave --eval pippo
I think it would be OK to mark this as fixed.
Thanks to Ben for the patch!
_______________________________________________________
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, Ben Abbott, 2019/01/01
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Ben Abbott, 2019/01/01
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Rik, 2019/01/01
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Ben Abbott, 2019/01/01
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Ben Abbott, 2019/01/02
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Rik, 2019/01/02
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Carlo de Falco, 2019/01/02
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Rik, 2019/01/02
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos,
Carlo de Falco <=
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Rik, 2019/01/02
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Ben Abbott, 2019/01/05
- [Octave-bug-tracker] [bug #55033] mkoctfile link failure on macos, Rik, 2019/01/05