help-octave
[Top][All Lists]
Advanced

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

Re: Cannot find library or dependents


From: Michael Goffioul
Subject: Re: Cannot find library or dependents
Date: Mon, 25 Feb 2013 07:15:29 -0500

On Mon, Feb 25, 2013 at 5:17 AM, svla299 <address@hidden> wrote:
I have successfully compiled a .cpp file into .mex. When I run the .m file
that calls it I get the following error message:
Coud not find library or dependents: D:\...\a.mex
a.mex is present in the location indicated.
How can I debug this error?

Does the mex file link against a 3rd party DLL? If yes, you need to make sure that DLL is accessible: either by putting it in the same directory as the DLL, or by putting it in your PATH environment variable.

Michael.


reply via email to

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