« Return to Thread: Configuring with Sparse Matrix Libraries

Re: Configuring with Sparse Matrix Libraries

by John W. Eaton :: Rate this Message:

Reply to Author | View in Thread

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
_______________________________________________
Help-octave mailing list
Help-octave@...
https://www.cae.wisc.edu/mailman/listinfo/help-octave

 « Return to Thread: Configuring with Sparse Matrix Libraries