help-octave
[Top][All Lists]
Advanced

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

Re: Configuring with Sparse Matrix Libraries


From: Dmitri A. Sergatskov
Subject: Re: Configuring with Sparse Matrix Libraries
Date: Tue, 1 Aug 2006 16:40:07 -0600

On 8/1/06, Joe Koski <address@hidden> wrote:
Hi all,

A quick question. This is a question that all Mac users who build
octave-2.9.x will need to address. This specifically relates to building
octave-2.9.7 on a G5 Mac under OS X 10.4.7 with Xcode tools 2.3 and
gfortran.

I have built and installed all the sparse matrix libraries (libumfpack.a,
libcolamd.a, libccolamd.a, libcxsparse.a, and libcholmod.a) into
/usr/local/lib, with the header files in /usr/local/include.

What is the best way to get the configure script to locate the libraries?

I think you need to copy all header files into the place where C compiler
can find them. /usr/local/include is one of them.
Technically it could be any directory, but then you would need to add
"-I/place/with/headers" to CFLAGS .


Thanks,

Joe



Regards,
Dmitri.
--


reply via email to

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