octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53856] MEX file in a private directory of a c


From: Guillaume
Subject: [Octave-bug-tracker] [bug #53856] MEX file in a private directory of a class
Date: Tue, 8 May 2018 05:22:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #53856 (project octave):

And same thing with a classdef file. The issue is actually not class related
and occurs with the following:


.
├── callprivate.m
└── private
    ├── mysubfunction.c
    ├── mysubfunction.cc
    ├── mysubfunction.m
    ├── mysubfunction.mex
    └── mysubfunction.oct


where mysubfunction.* is as before while callprivate.m is:


function callprivate ()
  mysubfunction ();
endfunction


callprivate () calls the M function and not its compiled alternative.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53856>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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