without any adaption, all seemed going well. But when running ./local-check, the GUI showed up, but the command window had no prompt, and typing command resulted no echo, nor result shown in the command window. But the command did entered into command history.
I also tried to configure it for 64-bit per the instruction found at
http://wiki.octave.org/Octave_for_Debian_systems#Configurationbut the problem remained the same.
When running make-check, there some failure, and eventually segmentation fault, not sure if it's related.
Here is the information about the failure:
libinterp/corefcn/kron.cc-tst ............................... PASS 14/14
libinterp/corefcn/lookup.cc-tst ............................. PASS 20/20
libinterp/corefcn/lsode.cc-tst .............................. LSODE-- AT T (=R1) AND STEP SIZE H (=R2), THE
CORRECTOR CONVERGENCE FAILED REPEATEDLY
OR WITH ABS(H) = HMIN
In above, R1 = 0.0000000000000D+00 R2 = 0.3802108489572D-09
LSODE-- AT T (=R1) AND STEP SIZE H (=R2), THE
CORRECTOR CONVERGENCE FAILED REPEATEDLY
OR WITH ABS(H) = HMIN
In above, R1 = 0.0000000000000D+00 R2 = 0.6424715644617D-09
LSODE-- AT T (=R1) AND STEP SIZE H (=R2), THE
CORRECTOR CONVERGENCE FAILED REPEATEDLY
OR WITH ABS(H) = HMIN
In above, R1 = 0.0000000000000D+00 R2 = 0.4165001171641D-09
PASS 2/5
FAIL 3
libinterp/corefcn/lu.cc-tst .................................panic: Segmentation fault -- stopping myself...
octave exited with signal 11
make[3]: Leaving directory '/home/yubrshen/tmp/octave-4.2.0'