libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: flat namespaces redux


From: Peter O'Gorman
Subject: Re: flat namespaces redux
Date: Mon, 3 Feb 2003 23:52:42 +0900


On Monday, February 3, 2003, at 01:27  AM, Benjamin Reed wrote:


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.


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?

cc -multiply_defined suppress -prebind blah || cc -flat_namespace -undefined suppress blah

Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]