Curt Arnold - 2004-12-07

Logged In: YES
user_id=27193

Several good points, using g++ on link (when appropriate is long
overdue). There is a need to allow the use to specify whether to use
"shared" or "static" libraries when both are available.

Should probably add a type attribute to libset:

<libset libs="foo" type="shared | static |dylib | any"/>

And then add -Wl,static or similar anyplace there is a switch between
types.