help-octave
[Top][All Lists]
Advanced

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

Re: Build Help on Mac Intel


From: John W. Eaton
Subject: Re: Build Help on Mac Intel
Date: Wed, 4 Oct 2006 17:12:55 -0400

On  4-Oct-2006, John Swensen wrote:

| ./configure F77=gfortran CFLAGS="-I/sw/include" CXXFLAGS="-I/sw/include" 
| LDFLAGS="-L/sw/lib -lreadline -lSystem -lSystemStubs" --prefix=/sw/opt

You can also just put -I compiler options in CPPFLAGS, which is used
in the rules for compiling C and C++ files.  By setting CFLAGS and
CXXFLAGS, you've replaced the default "-O2 -g" with -I options.

jwe


reply via email to

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