help-octave
[Top][All Lists]
Advanced

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

Re: initialisation problem ?


From: Douglas Steele
Subject: Re: initialisation problem ?
Date: Sun, 6 Aug 2000 09:31:46 +0100

>>> rot90(rand(2,2))
>warning: function `rot90' defined within script file `/usr/local/share/o
>ctave/2.0.16/m/general/rot90.m'
The problem was that Octave did not work when installed in the default
location under Cygwin v1.0; paths did not work.

A work around was:

create c:ŠÜoctave and c:ŠÜcygwinŠÜoctave (latter is /octave)
mount c:ŠÜoctave as /octave
configure --prefix='/octave'
make; make install

-- 
Douglas Steele



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

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