> John Wojnaroski wrote:
> 
> Okay, I need a boost ;-0
> 
> Downloaded the files. Tried the header files in several locations, but
> ./configure would not (could not) find them
> Is it /usr/include or ~/SimGear/ or ~/SimGear/simgear/ or
> /usr/local/include/ or......?

You can install them where ever you like as long, then add the include
path to CXXFLAGS before calling configure:

  CXXFLAGS="-I<path-to-boost>" ./configure

If you are using gcc then /usr/local/include is an obvious location
since gcc looks there anyway.  In this case you don't need the CXXFLAGS
trick.

> Do you need more than the headers? like libraries, or are the headers
> self-contained as noted in the install manual?

The subset of boost I've supplied is headers only.  There is nothing
else to compile or install.

Bernie

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

Reply via email to