octave-maintainers
[Top][All Lists]
Advanced

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

R: linking (DLD_FUCTION)s give .dll files but not .oct files. (MinGW bui


From: John W. Eaton
Subject: R: linking (DLD_FUCTION)s give .dll files but not .oct files. (MinGW build 3.3.50+)
Date: Sat, 16 Jan 2010 10:19:10 -0500

On 16-Jan-2010, Marco Atzeri wrote:

| however only the dll are installed
| /usr/local/lib/octave-3.3.50+/urlwrite-0.dll

Then that is a bug, because when these files are installed, they are
supposed to be installed with .oct names, not .dll or .so names.  That
works correctly on my system, so can you please investigate what is
happening on yours to cause this problem?

| In any case octave is functional, so I see no problem..

Can you call the urlwrite function in your installed copy of Octave?
I would guess not, because the code that searches for functions looks
for .oct files, not .dll files.  What does

  octave> which urlwrite

say on your system when you are running the installed copy of Octave?

jwe


reply via email to

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