[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: linking COLAMD, CCOLAMD, ZLIB
From: |
Andrew Funk |
Subject: |
RE: linking COLAMD, CCOLAMD, ZLIB |
Date: |
Fri, 3 Feb 2006 15:51:31 -0500 |
Hi John,
I am experiencing this error:
octave:1> sparse(eye(3))
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Segmentation fault (core dumped)
I thought it might have been due to the COLAMD/CCOLAMD not being
installed, but now I think I have those installed and it is still
happening, so maybe I should stop guessing :)
What should I do to confirm I have Octave and all the necessary
libraries built correctly? (other than just looking for error messages
during configure/make, which I didn't see).
Thanks,
Andy
> -----Original Message-----
> From: John W. Eaton [mailto:address@hidden
> Sent: Friday, February 03, 2006 12:06 PM
> To: Andrew Funk
> Cc: address@hidden
> Subject: linking COLAMD, CCOLAMD, ZLIB
>
>
> On 3-Feb-2006, Andrew Funk wrote:
>
> | I have installed Ufsparse and zlib, but it's not clear to me the
> | proper way to tell configure where to find these libraries. I found
> | this email in the archives but I'm not sure how to use this
> information.
> | Rather than just hacking the Makefile I assume there is a
> way to specify
> | at the configuration step where to find the libraries?
>
> Where did you install the headers and libraries? If it is not in a
> location that your compiler searches by default, then you need to use
> something like
>
> CPPFLAGS=-I/a/dir/include LDFLAGS=-L/a/dir/lib configure ...
>
> as the message you quoted said, or probably better,
>
> configure CPPFLAGS=-I/a/dir/include LDFLAGS=-L/a/dir/lib
>
> The latter form will put the modified values of CPPFLAGS and LDFLAGS
> in config.status as well. Here I'm assuming /a/dir/include is where
> you installed the header files and /a/dir/lib is where you installed
> the libraries. If you install them in a location that the compiler
> searches by default, then none of this should be needed.
>
> jwe
>
>
>
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web: http://www.octave.org
> How to fund new projects: http://www.octave.org/funding.html
> Subscription information: http://www.octave.org/archive.html
> -------------------------------------------------------------
>
>
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
- linking COLAMD, CCOLAMD, ZLIB, Andrew Funk, 2006/02/03
- Re: linking COLAMD, CCOLAMD, ZLIB, David Bateman, 2006/02/04
- RE: linking COLAMD, CCOLAMD, ZLIB, Andrew Funk, 2006/02/21
- Re: linking COLAMD, CCOLAMD, ZLIB, David Bateman, 2006/02/22
- Re: linking COLAMD, CCOLAMD, ZLIB, Dmitri A. Sergatskov, 2006/02/22
- Re: linking COLAMD, CCOLAMD, ZLIB, John W. Eaton, 2006/02/22
- Re: linking COLAMD, CCOLAMD, ZLIB, Quentin Spencer, 2006/02/22
- Re: linking COLAMD, CCOLAMD, ZLIB, Dmitri A. Sergatskov, 2006/02/22
- Re: linking COLAMD, CCOLAMD, ZLIB, John W. Eaton, 2006/02/22
- RE: linking COLAMD, CCOLAMD, ZLIB, Andrew Funk, 2006/02/22
- RE: linking COLAMD, CCOLAMD, ZLIB, John W. Eaton, 2006/02/22