[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2 problems with 3.3.92
From: |
John W. Eaton |
Subject: |
Re: 2 problems with 3.3.92 |
Date: |
Tue, 8 Feb 2011 02:46:14 -0500 |
On 7-Feb-2011, marco atzeri wrote:
| Please note that cygwin build system runs autoreconf on source tree
| before the configure step in the build tree.
Why?
I tried building with
tar zxf octave-3.3.92.tar.gz
cd octave-3.3.92
autoreconf
cd ..
mkdir build
cd build
../octave-3.3.92/configure --prefix=/usr
make
and the documentation was not rebuilt.
If this is not working properly for you, then I think you'll have to
do some debugging on your own to find out why it is failing on your
system.
jwe