On Tue, 23 Aug 2005 07:48:50 -0400 (EDT) Richard Welty <[EMAIL PROTECTED]> wrote:
RW> > Set CPPFLAGS=-I/opt/local/include (and LDFLAGS=-L/opt/local/lib probably). RW> > This works for me with fink, anyhow (export CPPFLAGS=-I/sw/include). RW> RW> pardon my weakness with ./configure, but how do i pass these gcc settings RW> in when i run it? As Vadim wrote: export CPPFLAGS=-I/opt/local/include ./configure or on one line: CPPFLAGS=-I/opt/local/include ./configure Regards, Nerijus ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Mahogany-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-users
