help-octave
[Top][All Lists]
Advanced

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

Re: Finding .oct files in path


From: c.
Subject: Re: Finding .oct files in path
Date: Fri, 15 Oct 2010 17:12:33 +0200


On 15 Oct 2010, at 15:54, Kim Hansen wrote:

Hi

(I have send this to address@hidden, but it seems that that list is
almost dead, that is why I resend it now to help-octave)

Yes, that list is not used anymore, the preferred way to report bugs
is now the tracker at savannah:

http://savannah.gnu.org/bugs/?group=octave

In octave 3.0 it was possible to make an .oct file and then find it in
the path, in 3.2 and 3.3 it does not work for me. I have created a
script that shows the differences between the three versions. It is
the last test in the script that I expected to work, but it only works
with 3.0.

Is this a bug or has something changed in octave that I am not aware of?

with a very small modification your test works on my system:
----------------------------
$ ./test.sh
Octave version
/Applications/Octave.app/Contents/Resources/bin/octave
GNU Octave, version 3.2.3
/Applications/Octave.app/Contents/Resources/bin/mkoctfile
mkoctfile, version 3.2.3

Setup hdir

Test in hdir
m - Hello world!

oct - Hello world!


Test in parent dir
m - Hello world!

oct - Hello world!
----------------------------

the modified script is attached below

Regards,
c.

Kim




Attachment: test.sh
Description: Binary data


reply via email to

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