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: 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/




reply via email to

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