[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems in installing octave-2.0.14
From: |
Himanshu J. Gohel |
Subject: |
Re: problems in installing octave-2.0.14 |
Date: |
Wed, 19 May 1999 00:00:05 -0500 (EST) |
On Wed, 19 May 1999, Yolanda Ordo~ez wrote:
-=>I've been trying to install octave, and for now I'm desesperated.
[...]
-=>It's seen it hasn't any problem in configure, but crashed (after a
-=>long time) in the make.
Please post what options you used with configure, it may be important.
-=>The error output was:
-=>***********************************
-=>zheev_ ../liboctave/liboctave.a(EIG.o)
-=>zgesvd_ ../liboctave/liboctave.a(CmplxSVD.o)
[...]
-=>ld: fatal: Symbol referencing errors. No output written to octave
-=>
-=>make[2]: *** [octave] Error 1
I'm afraid this is not very helpful either. Does the file ../liboctave/
liboctave.a exist? Were there any other errors before this, especially
in the building of liboctave? You can direct the output of make to a file
and check at the end of the build.
In ksh, this should work: make > make.log 2>&1
In csh/tcsh: make >& make.log
In another window you can monitor the progress using "tail -f make.log"
Himanshu Gohel, address@hidden