Frederic Bouvier wrote:
> libplibul.* is not found. By the way, --with-plib is not a valid terragear
> configure option. Try this instead :
>
> $ CXXFLAGS=-I/opt/include LDFLAGS=-L/opt/lib ./configure <your other option
> flags>
>   

Or possibly a bit simpler, try:

$ ./configure --prefix=/opt

If you use a consistent prefix for plib, simgear, openal, flightgear, 
and terragear, they should all be happy.  I've built the whole chain of 
tools in nonstandard locations this way.

For what it's worth, --prefix=/opt implicitely adds /opt/include to the 
include path and /opt/lib to the library path.

Regards,

Curt.

-- 
Curtis Olson        http://www.flightgear.org/~curt
HumanFIRST Program  http://www.humanfirst.umn.edu/
FlightGear Project  http://www.flightgear.org
Unique text:        2f585eeea02e2c79d7b1d8c4963bae2d



_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to