Kain wrote:
Do you use libtool to generate shared object libraries, or juts static libraries? People have pointed out that using shared objects in C++ doesn't work all that great, especially in a development environment (like FlightGear).I've libtoolized the makefiles for current CVS for SimGear and FlightGear. This allows GNU make to properly handle the dependencies for SMP (parallel) compile.This naturally speeds up compiles significantly. Does anyone want the diffs?
If this patch generates static libraries I don't see a problem.
It might even be used to generate one statically linkable libsimgear file instead of 17 different libraries. But that is open for discussion.
Erik
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
