[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fail to configure octave32
From: |
Mário Costa |
Subject: |
Re: fail to configure octave32 |
Date: |
Mon, 29 Jun 2009 15:58:51 +0100 |
You need to have some libraries installed.
http://www.qhull.org/download/
http://www.fftw.org/download.html
http://ftp.gnu.org/gnu/glpk/
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
Regards,
Mário
On Mon, Jun 29, 2009 at 2:35 PM, Johannes Wolfgang
Woger<address@hidden> wrote:
> Hi list,
>
> I am using opensuse 10.3
> and I failed to configure octave32:
>
>
>
> Octave is now configured for x86_64-unknown-linux-gnu
>
> Source directory: .
> Installation prefix: /home/woger/Software/Programme/octave32
> C compiler: gcc -Wall -W -Wshadow -Wformat -g -O2
> C++ compiler: g++ -I/usr/include/freetype2 -Wall -W -Wshadow
> -Wold-style-cast -Wformat -g -O2
> Fortran compiler: gfortran -O
> Fortran libraries: -L/usr/lib64/gcc/x86_64-suse-linux/4.2.1
> -L/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../lib64
> -L/lib/../lib64 -L/usr/lib/../lib64
> -L/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/lib
> -L/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../.. -lz -lgfortranbegin
> -lgfortran -lm
> BLAS libraries: -llapack -lblas
> FFTW libraries:
> GLPK libraries:
> UMFPACK libraries: -lumfpack
> AMD libraries: -lamd
> CAMD libraries:
> COLAMD libraries:
> CCOLAMD libraries:
> CHOLMOD libraries:
> CXSPARSE libraries:
> ARPACK libraries:
> QRUPDATE libraries:
> HDF5 libraries:
> CURL libraries:
> REGEX libraries: -L/usr/lib64 -lpcre
> QHULL libraries:
> OPENGL libraries: -lftgl -lfreetype -lz -L/usr/X11R6/lib -lGL -lGLU
> FLTK backend libs: -L/usr/lib64 -Wl,-rpath,/usr/lib64 -lfltk_gl
> -lGLU -lGL -lfltk -lpthread -lm -lXext -lX11
> X11 include flags:
> X11 libraries: -L/usr/lib64 -lX11
> CARBON libraries:
> LIBS: -lreadline -lncurses -ldl -lblas -lz -lm
> Default pager: less
> gnuplot: gnuplot
> Magick config: GraphicsMagick++-config
>
> 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: false
>
> configure: WARNING: qrupdate not found. The QR & Cholesky updating
> functions will be slow.
> configure: WARNING: COLAMD not found. This will result in some lack of
> functionality for sparse matrices.
> configure: WARNING: CCOLAMD not found. This will result in some lack of
> functionality for sparse matrices.
> configure: WARNING: CHOLMOD not found. This will result in some lack of
> functionality for sparse matrices.
> configure: WARNING: CXSparse not found. This will result in some lack of
> functionality for sparse matrices.
> configure: WARNING: arpack not found. This will result in a lack of the
> eigs function.
> configure: WARNING: FFTW library not found. Octave will use the
> (slower) FFTPACK library instead.
> configure: WARNING: GLPK library not found. The glpk function for
> solving linear programs will be disabled.
> configure: WARNING: Qhull library not found --- This will result in loss
> of functionality of some geometry functions.
> configure:
>
> NOTE: libraries may be skipped if a library is not found OR
> if the library on your system is missing required features.
>
>
> What do I have to do?
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>