help-octave
[Top][All Lists]
Advanced

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

Configure of Octave-2.9.12 does not detect COLAMD, CCOLAMD, and CHOLMOD


From: R S Ananda Murthy
Subject: Configure of Octave-2.9.12 does not detect COLAMD, CCOLAMD, and CHOLMODof SuiteSparse-3.0.0
Date: Wed, 13 Jun 2007 21:59:28 +0530
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

Hello,

I am trying to compile Octave-2.9.12 with SuiteSparse-3.0.0 on
Zenwalk-4.6.1 system.  I have compiled SuiteSparse-3.0.0 successfully as
per instructions given along with the source. But when I run configure
to compile Octave, it does not detect COLAMD, CCOLAMD, and CHOLMOD
libraries which have already been installed as a part of SuiteSparse.
This is the result of configure:

Octave is now configured for i686-pc-linux-gnu

 Source directory:     .
 Installation prefix:  /usr
 C compiler:           gcc  -mieee-fp  -Wall -W -Wshadow -g -O2
 C++ compiler:         g++  -mieee-fp  -Wall -W -Wshadow
-Wold-style-cast -g -O2
 Fortran compiler:     g77 -O -mieee-fp
 Fortran libraries:     -L/usr/lib/gcc/i486-slackware-linux/4.1.2
-L/usr/lib/gcc/i486-slackware-linux/4.1.2/../../../../i486-slackware-linux/lib
-L/usr/lib/gcc/i486-slackware-linux/4.1.2/../../.. -lhdf5 -lz
-lgfortranbegin -lgfortran -lm
 BLAS libraries:       -llapack -lblas
 FFTW libraries:       -lfftw3
 GLPK libraries:       -lglpk
 UMFPACK libraries:    -lumfpack
 AMD libraries:        -lamd
 CAMD libraries:       -lcamd
 COLAMD libraries:
 CCOLAMD libraries:
 CHOLMOD libraries:
 CXSPARSE libraries:   -lcxsparse
 HDF5 libraries:       -lhdf5
 CURL libraries:       -lcurl
 REGEX libraries:      -lpcre
 LIBS:                 -lreadline  -lncurses -ldl -lhdf5 -lz -lm
 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:     false

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:

NOTE: libraries may be skipped if a library is not found OR
     if the library on your system is missing required features.


How to set correct this? Thanks for your help,

Anand



reply via email to

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