[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make check not working
From: |
John W. Eaton |
Subject: |
make check not working |
Date: |
Tue, 20 Feb 2007 02:19:16 -0500 |
On 19-Feb-2007, Alex Zvoleff wrote:
| The make check target is not working for me (on linux), I believe due to
| my local .octaverc file. When I type 'make check' I get an error
| message saying that the fntests.m file cannot be found. I fixed this by
| adding "--no-init-file" to the call to run-octave in Makefile.in in the
| test directory.
I made this change by using --norc, which implies both --no-site-file
and --no-init-file.
Thanks,
jwe