help-octave
[Top][All Lists]
Advanced

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

problem of compilation under Mandriva 2010.1 64 bits.


From: Luc Xation
Subject: problem of compilation under Mandriva 2010.1 64 bits.
Date: Mon, 14 Mar 2011 12:20:30 +0100

Hi

I finish to compile octave-3.4  under Mandriva 2010.1 64 bits but my make check fails.
My out :
Integrated test scripts:

  src/DLD-FUNCTIONS/besselj.cc ........................... PASS  180/180
  src/DLD-FUNCTIONS/betainc.cc ........................... PASS    6/6  
  src/DLD-FUNCTIONS/bsxfun.cc ............................  Generator number out of range in SETCGN: Legal range is 1 to                    32  -- ABORT!
terminate called after throwing an instance of 'octave_execution_exception'
panic: Aborted -- stopping myself...
make[2]: *** [check] Aborted
make[2]: Leaving directory `/opt/octave-3.4.0/test'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/opt/octave-3.4.0'


I tried also a simple test
octave:1> rand(4)
  Generator number out of range in SETCGN: Legal range is 1 to                    32  -- ABORT!
error:  Generator number out of range in SETCGN
terminate called after throwing an instance of 'octave_execution_exception'
panic: Aborted -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Aborted


Does someone got a clue to resolve this problem?
thanks for any ideas ?!!

Luc

ps :
my configure
./configure LIBS="-L/opt/lib/BLAS -lblas -lgfortran -lm -lfltk -lpthread" FFLAGS=-fdefault-integer-8 F77=gfortran --enable-64

Octave is now configured for x86_64-unknown-linux-gnu

  Source directory:            .
  Installation prefix:         /usr/local
  C compiler:                  gcc   -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -g -O2
  C++ compiler:                g++   -I/usr/include/freetype2    -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -g -O2
  Fortran compiler:            gfortran -fdefault-integer-8
  Fortran libraries:            -L/opt/lib/BLAS -L/usr/lib/gcc/x86_64-manbo-linux-gnu/4.4.3 -L/usr/lib/gcc/x86_64-manbo-linux-gnu/4.4.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-manbo-linux-gnu/4.4.3/../../.. -lgfortranbegin -lgfortran -lm -lblas -lfltk -lpthread
  Lex libraries:              
  LIBS:                        -lm  -L/opt/lib/BLAS -lblas -lgfortran -lm -lfltk -lpthread

  AMD CPPFLAGS:               
  AMD LDFLAGS:                
  AMD libraries:               -lamd
  BLAS libraries:             
  CAMD CPPFLAGS:              
  CAMD LDFLAGS:               
  CAMD libraries:              -lcamd
  CARBON libraries:           
  CCOLAMD CPPFLAGS:           
  CCOLAMD LDFLAGS:            
  CCOLAMD libraries:           -lccolamd
  CHOLMOD CPPFLAGS:           
  CHOLMOD LDFLAGS:            
  CHOLMOD libraries:           -lcholmod
  COLAMD CPPFLAGS:            
  COLAMD LDFLAGS:             
  COLAMD libraries:            -lcolamd
  CURL CPPFLAGS:              
  CURL LDFLAGS:               
  CURL libraries:              -lcurl
  CXSPARSE CPPFLAGS:          
  CXSPARSE LDFLAGS:           
  CXSPARSE libraries:          -lcxsparse
  DL libraries:               
  FFTW3 CPPFLAGS:             
  FFTW3 LDFLAGS:              
  FFTW3 libraries:             -lfftw3
  FFTW3F CPPFLAGS:            
  FFTW3F LDFLAGS:             
  FFTW3F libraries:            -lfftw3f
  fontconfig CFLAGS:           
  fontconfig LIBS:             -lfontconfig 
  FT2_CFLAGS:                  -I/usr/include/freetype2
  FT2_LIBS:                    -lfreetype -lz
  GLPK CPPFLAGS:              
  GLPK LDFLAGS:               
  GLPK libraries:              -lglpk
  graphics CFLAGS:             -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4
  graphics LIBS:               -L/usr/lib64 -L/usr/lib64 -lfltk_gl -lfltk -lX11 -lXext -lz
  Magick++ CPPFLAGS:           -I/usr/include/GraphicsMagick 
  Magick++ LDFLAGS:            
  Magick++ libraries:          -lGraphicsMagick++ -lGraphicsMagick 
  HDF5 CPPFLAGS:              
  HDF5 LDFLAGS:               
  HDF5 libraries:              -lhdf5
  LAPACK libraries:            -llapack
  OPENGL libraries:            -lfontconfig   -lGL -lGLU
  PTHREAD flags:              
  PTHREAD libraries:          
  QHULL CPPFLAGS:             
  QHULL LDFLAGS:              
  QHULL libraries:             -lqhull
  QRUPDATE libraries:          -lqrupdate
  READLINE libraries:          -lreadline
  REGEX libraries:             -L/usr/lib64 -lpcre
  TERM libraries:              -lncurses
  UMFPACK libraries:           -lumfpack
  X11 include flags:          
  X11 libraries:               -lX11
  Z CPPFLAGS:                 
  Z LDFLAGS:                  
  Z libraries:                 -lz

  Default pager:               less
  gnuplot:                     gnuplot

  Do internal array bounds checking:  false
  Build static libraries:             false
  Build shared libraries:             true
  Dynamic Linking:                    true (dlopen)
  Include support for GNU readline:   true
  64-bit array dims and indexing:     true

configure: WARNING: I didn't find gperf, but it's only a problem if you need to reconstruct oct-gperf.h
configure: WARNING:
configure: WARNING: You used the EXPERIMENTAL --enable-64 option.
configure: WARNING: Are you sure that is what you want to do?
configure: WARNING:
configure: WARNING: Your Fortran compiler must have an option to generate
configure: WARNING: code with 8 byte signed INTEGER values.  This option
configure: WARNING: should be specified in the F77_INTEGER_8_FLAG variable
configure: WARNING: Make.  This should work automatically for gfortran.  If
configure: WARNING: you use another compiler, you will need to set this
configure: WARNING: variable on the configure command line.  You must also
configure: WARNING: compile the BLAS, LAPACK, QRUPDATE, and SuiteSparse
configure: WARNING: libraries to use 8 byte signed integers for array indexing.
configure: WARNING:
configure:
configure: NOTE: libraries may be skipped if a library is not found OR
configure: NOTE: if the library on your system is missing required features.


reply via email to

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