On Monday, February 3, 2003, at 01:27 AM, Benjamin Reed wrote:
Well, I think that building thing two level namespace ought to be the libtool default also, flat_namespace is needed for some things but causes problems for many others, how about trying both by default?
This would make libtool default to making twolevel libraries (which is darwin's linker default, in fact), but you could still pass "-flat_namespace -undefined suppress" to the command-line if you have a poorly behaving app.
cc -multiply_defined suppress -prebind blah || cc -flat_namespace -undefined suppress blah
Peter
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool
