help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with octave in Fedora Core 3


From: Tomasv
Subject: Problems with octave in Fedora Core 3
Date: Thu, 28 Apr 2005 15:52:45 -0300

Hi 
I try to compile octave-2.1.69 in Fedora Core 3 with
gcc-c++-3.4.3-22.fc3
gcc-3.4.3-22.fc3
libgcc-3.4.3-22.fc3
libstdc++-3.4.3-22.fc3
gcc-g77-3.4.3-22.fc3
bison-1.875c-2
flex-2.5.4a-33
gnuplot-4.0.0-4

Kernel 2.6.11-1.14_FC3
Pentium III (Coppermine)
RAM 512 MB

>$./configure --enable-shared --enable-dl --enable-lite-kernel
>.
>.
>.
>Octave is now configured for i686-pc-linux-gnu
>
>  Source directory:     .
>  Installation prefix:  /usr/local
>  C compiler:           gcc  -mieee-fp  -Wall -W -Wshadow -g -O2
>  C++ compiler:         g++  -mieee-fp  -Wall -W -Wshadow -g -O2
>  Fortran compiler:     g77 -O -mieee-fp
>  Fortran libraries:     -L/usr/lib/gcc/i386-redhat-linux/3.4.3
-L/usr/lib/gcc/i386-redhat-linux/3.4.3/../../.. -lhdf5 -lz -lfrtbegin -lg2c
-lm -lgcc_s
>  BLAS libraries:       -llapack -lblas
>  FFTW libraries:       -lfftw3
>  HDF5 libraries:       -lhdf5 -lz
>  MPI libraries:
>  LIBS:                 -lreadline  -lncurses -ldl -lhdf5 -lz -lm
>  Default pager:        less
>  gnuplot:              gnuplot
>
>  Do internal array bounds checking:  false
>  Build static libraries:             true
>  Build shared libraries:             true
>  Dynamic Linking:                    true (dlopen)
>  Include support for GNU readline:   true
>  
>$make
>.
>. 
>.
>creating link airy.oct -> besselj.oct
>creating link besselh.oct -> besselj.oct
>creating link besseli.oct -> besselj.oct
>creating link besselk.oct -> besselj.oct
>creating link bessely.oct -> besselj.oct
>creating link daspk_options.oct -> daspk.oct
>creating link dasrt_options.oct -> dasrt.oct
>creating link dassl_options.oct -> dassl.oct
>creating link ifft.oct -> fft.oct
>creating link ifft2.oct -> fft2.oct
>creating link ifftn.oct -> fftn.oct
>creating link fsolve_options.oct -> fsolve.oct
>creating link endgrent.oct -> getgrent.oct
>creating link getgrgid.oct -> getgrent.oct
>creating link getgrnam.oct -> getgrent.oct
>creating link setgrent.oct -> getgrent.oct
>creating link endpwent.oct -> getpwent.oct
>creating link getpwnam.oct -> getpwent.oct
>creating link getpwuid.oct -> getpwent.oct
>creating link setpwent.oct -> getpwent.oct
>creating link inverse.oct -> inv.oct
>creating link lpsolve_options.oct -> lpsolve.oct
>creating link lsode_options.oct -> lsode.oct
>creating link max.oct -> minmax.oct
>creating link min.oct -> minmax.oct
>creating link quad_options.oct -> quad.oct
>creating link randn.oct -> rand.oct
>creating link gmtime.oct -> time.oct
>creating link localtime.oct -> time.oct
>creating link mktime.oct -> time.oct
>creating link strftime.oct -> time.oct
>creating link strptime.oct -> time.oct
>touch stamp-oct-links
>make[2]: Leaving directory `/opt/octave-2.1.69/src'
>make[1]: Leaving directory `/opt/octave-2.1.69'
>$make check
>make -f octMakefile check
>make[1]: Entering directory `/opt/octave-2.1.69'
>make -C test check
>make[2]: Entering directory `/opt/octave-2.1.69/test'
>WARNING: Couldn't find the global config file.
>WARNING: Couldn't find tool init file
>Test Run By root on Wed Apr 27 19:09:57 2005
>Native configuration is i686-redhat-linux-gnu
>
>                === octave tests ===
>
>Schedule of variations:
>    unix
>
>Running target unix
>Using /usr/share/dejagnu/baseboards/unix.exp as board description file for
target.
>Using /usr/share/dejagnu/config/unix.exp as generic interface file for
target.
>Using ./config/unix.exp as tool-and-target-specific interface file.
>Running ./octave.test/args/args.exp ...
>Running ./octave.test/arith/arith.exp ...
>Running ./octave.test/audio/audio.exp ...
>Running ./octave.test/contin/contin.exp ...
>Running ./octave.test/control/control.exp ...
>Running ./octave.test/diffeq/diffeq.exp ...
>Running ./octave.test/error/error.exp ...
>Running ./octave.test/eval-catch/eval-catch.exp ...
>Running ./octave.test/eval/eval.exp ...
>Running ./octave.test/for/for.exp ...
>Running ./octave.test/global/global.exp ...
>Running ./octave.test/if/if.exp ...
>Running ./octave.test/image/image.exp ...
>Running ./octave.test/index-wfi-f/index.exp ...
>Running ./octave.test/index-wfi-t/index.exp ...
>Running ./octave.test/infnan/infnan.exp ...
>Running ./octave.test/io/io.exp ...
>Running ./octave.test/linalg/linalg.exp ...

At this point the test stop for 12 h and qhen I try to stop (Ctr+c) then

>got a INT signal, interrupted by user
>
>                === octave Summary ===
>
># of expected passes            447
>../src/octave version 2.1.69 (i686-pc-linux-gnu).
>Copyright (C) 2005 John W. Eaton.
>This is free software; see the source code for copying conditions.
>There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
>FITNESS FOR A PARTICULAR PURPOSE.
>
>Additional information about Octave is available at http://www.octave.org.
>
>Please contribute if you find this software useful.
>For more information, visit http://www.octave.org/help-wanted.html
>
>Report bugs to <address@hidden> (but first, please read
>http://www.octave.org/bugs.html to learn how to write a helpful report).
>
>make[1]: *** [check] Interrupção
>make: *** [check] Interrupção

What is the problem with linalg.exp ?

--
Tomás V. Orellana
address@hidden
Labbi/DCET/UESC
 



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]