help-octave
[Top][All Lists]
Advanced

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

Re: standalone program under windows 7


From: Benjamin Lindner
Subject: Re: standalone program under windows 7
Date: Tue, 8 Feb 2011 17:15:14 +0100

> The path as issued by recompiling the test program to output the results
> from running "path" (as opposed to gcd) is:
>
>  .

So if you copy gcd.oct into the same directory as your executable,
does it still not find it?
Don't mix up the system's PATH with octave's search path for DLD
functions, it's not the same.

> When running under cygwin everything works and the output "path" in the
> standalone executable prints out the right path under cygwin.

Does this mean, the mkcotfile executable, when created under cygwin
shows the same search path as octave under cygwin, but the mkoctfile
executable created for plain windows only shows "." ?
That's possibly a different problem, then.

benjamin


reply via email to

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