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: John W. Eaton
Subject: Re: Configuring with Sparse Matrix Libraries
Date: Mon, 21 Aug 2006 14:39:46 -0400

On  1-Aug-2006, Paul Kienzle wrote:

| Alternatively, you can run ./configure as follows:
| 
|     ./configure CFLAGS="-g -O2 -I/usr/local/include" CXXFLAGS="-g -O2 
| -I/usr/local/include" LDFLAGS="-L/usr/local/lib"

Unless you need to specify different -I options for the C and C++
compilers, I would recommend using

  configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"


jwe


reply via email to

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