[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
-----------------------------------------------------------------------