help-octave
[Top][All Lists]
Advanced

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

Re: CHOLMOD library not found


From: Jordi Gutiérrez Hermoso
Subject: Re: CHOLMOD library not found
Date: Tue, 19 Mar 2013 10:43:13 -0400

On 19 March 2013 05:00, Francisco Godoy <address@hidden> wrote:
>   Hence, I recompiled lapack-3.4.2, qrupdate-1.1.2 and SuiteSparse.
> Following the instructions on the site I moved all the libraries
> under /etc/usr/lib and the suitesparse includes to
> /etc/usr/include/suitesparse

/etc/usr/lib is a very strange location... /etc is for configuration
text files, not for libraries. This is just a hallowed tradition,
however, not a technical requirement. The traditional prefix is
/usr/local or /opt, not /etc.

> ./configure LD_LIBRARY_PATH="/etc/usr/lib" CPPFLAGS="-I/etc/usr/include"
> LDFLAGS="-L/etc/usr/lib" --with-blas="/etc/usr/lib/librefblas.a"
> --with-lapack="/etc/usr/lib/liblapack.a"
> --with-cholmod-libdir="/etc/usr/lib" --enable-64
>
>
> Do you know what could I be doing wrong? How to fix this issue?

It looks like you compiled static libraries. You need to compile
shared libraries (.so).

You probably don't need the --with- options.

HTH,
- Jordi G. H.


reply via email to

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