From bug-octave-request at bevo dot che dot wisc dot edu Mon Oct 20 01:40:37 1997 Subject: Re: Unidentified subject! From: "John W. Eaton" To: Vincent Cautaerts Cc: bug-octave at bevo dot che dot wisc dot edu Date: Mon, 20 Oct 1997 01:35:48 -0500 On 19-Oct-1997, Vincent Cautaerts wrote: | Well, what I did was: | 1) ./configure --prefix=/usr --enable-dl --enable-shared \ | --enable-lite-kernel | Note the prefix was only "/usr" not "/usr/local/lib" | 2) make #took about 2 hours | 3) make check #make said something like "DejaGnu is not installed" | 4) Installed DejaGnu | 5) make check #Still same message "DejaGnu is not installed" For the next release, I've changed the configure script so that it will print a warning if runtest is missing. Also, it reprints important warning messages at the end, so maybe they won't be missed now. | 6) ./configure | 7) make check If you run configure a second time with different options, you need to run make again. I suppose I could have the `check' target depend on the `all' target, but I'd rather not, since that would slow down `make check' a lot. Thanks, jwe