help-octave
[Top][All Lists]
Advanced

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

Re: CHOLMOD library not found


From: Francisco Godoy
Subject: Re: CHOLMOD library not found
Date: Wed, 20 Mar 2013 01:11:03 -0700

Hi John,

   No worries. Also I tried running make after the configure kept giving me all the warnings and this time it the make worked. 

    I am still puzzled as to why the configure file keeps warning me that CHOLMOD and the other libraries are not found. 

    Anyway I am now running my older Matlab files in octave successfully.

    Thanks for your help

Francisco Godoy


On Wed, Mar 20, 2013 at 12:12 AM, John W. Eaton <address@hidden> wrote:
On 03/20/2013 01:42 AM, Francisco Godoy wrote:
Hi John,

    Thanks for your reply.

    I tried your changes and had no success. Moreover now I get that
UMFPACK, CHOLMOD and CXSparse are not found.

     Also the configure file seems to still be looking for the old
choldmod_start instead of the cholmod_l_start. And this happens to the
other libraries as well. Basically it looks like it is not picking up
the $USE_64_BIT_IDX_T flag.  Also I tried changing the line +if test
$USE_64_BIT_IDX_T = yes; to +if test $USE_64_BIT_IDX_T; and still get
the same result.

    I am probably missing something that is more basic. But I have no
idea what could that be.

The configure script that is in the current development sources has diverged significantly from what is in 3.6.x, so if you are just trying to apply the one patch, I would not expect it to work without some other changes.  Sorry if I mislead you.

jwe



reply via email to

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