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: John W. Eaton
Subject: [Octave-bug-tracker] [bug #53856] MEX file in a private directory of a class
Date: Tue, 8 May 2018 17:16:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

Rik's test code works for me as well if I compile the MEX file before
executing the test function but it fails if I start Octave without the MEX
file compiled, then do


addpath ("/path/to/mex_private")
tst_privfcn  ## calls .m file
cd /path/to/mex_private/private
mex myprivfcn.c
cd /some/where
tst_privfcn  ## still calls .m file
_verbatim-

The problem isn't fixed by "clear all", so this looks like a problem with the
load-path or fcn-info code not noticing that there is a new file available.


    _______________________________________________________

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]