On Mon, 17 Feb 2003 10:24:01 +0100
[EMAIL PROTECTED] (Michael Basler) wrote:

> 
> > I have found the same problems. I think it is related to using
> > gcc 3.2 on recent cygwin.
> 
> Thanks, Richard, good to know it's not just my fault.
> 
> > gcc 3.2 doesn't look in /usr/local/* by default, so you need to
> > add it manually (set CXXFLAGS and LDFLAGS appropriately). There
> > must be a simpler and more automated solution, but my knowledge
> > of the auto tools is insufficient to fix it.
> 
> Curt, could you, please, fix this (shouldn't be hard for an expert, I
> guess...).

There already is a --with-metakit=DIR option to configure.  Conversely you
specify CPPFLAGS and LDFLAGS on the command line to configure thus:

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

Cheers,
Bernie


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to