help-octave
[Top][All Lists]
Advanced

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

configure with umfpack


From: John W. Eaton
Subject: configure with umfpack
Date: Wed, 5 Jul 2006 17:39:32 -0400

On  5-Jul-2006, Christian Lasarczyk wrote:

| Dear octave users,
| I am currently trying to compile octave 2.9.6 with umfpack. There are no
| problems compiling both separately, but for some reason I am not able to
| use "./configure" in a way, that makes it detect umfpack in my home
| subdirectory.

What did you try?

| Maybe someone could post an example call from command line.

Assuming you put the include files in ~/include and the libraries in
~/lib, the following should work:

  configure CPPFLAGS=-I$HOME/include LDFLAGS=-L$HOME/lib ...

jwe


reply via email to

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