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: Mike Miller
Subject: [Octave-bug-tracker] [bug #53856] MEX file in a private directory of a class
Date: Tue, 8 May 2018 18:27:52 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

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

I just updated and installed revision bc5f225bc578 and I still see the same
thing on my system, the m-file is always called even if the mex file exists
when Octave starts.


>> tst_privfcn
error: Calling the m-file!
error: called from
    myprivfcn at line 2 column 3
    tst_privfcn at line 4 column 3
>> cd private
>> myprivfcn
error: myprivfcn: Calling the MEX-file!
>> cd ..
>> tst_privfcn
error: Calling the m-file!
error: called from
    myprivfcn at line 2 column 3
    tst_privfcn at line 4 column 3


    _______________________________________________________

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]