octave-maintainers
[Top][All Lists]
Advanced

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

Re: Qscintilla2.dll not found, but is available


From: John W. Eaton
Subject: Re: Qscintilla2.dll not found, but is available
Date: Wed, 13 Nov 2013 14:02:33 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

On 11/13/2013 01:55 PM, Rik wrote:
11/13/13

All,

When trying to run octave.exe under MinGW I get a warning message that the
Qscintilla2.dll is not available.  Under UNIX you could resolve this by
setting LD_LIBRARY_PATH to include the directory where qscintilla2.dll is
located.  I don't know if that is possible in Windows so I just copied the
dll file into the bin directory and then octave.exe works.  All of the
other installed dlls under MXE seem to have installed themselves in the
bin/ directory and additionally into the lib directory.  Should we, or the
Qscintilla2.mk file, also be installing the dll to the bin directory?

The .dll files belong in the bin directory along with the Octave executable or somewhere in the PATH. They don't need to be in the lib directory.

The .dll.a or .a files belong in the lib directory.

jwe





reply via email to

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