Re: Creating two-level namespace binaries on Mac OS 10.2?

2005-03-14 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karin Kosina wrote: | Hi, | | I want to build a two-level namespace library, using the options | -twolevel_namespace -undefined error. This used to work fine, setting | LD_TWOLEVEL_NAMESPACE=1 being enough to stop libtool from adding the |

Re: Creating two-level namespace binaries on Mac OS 10.2?

2005-03-14 Thread Karin Kosina
+-- Peter O'Gorman [20050314 @ 21:42] -- | Karin Kosina wrote: | | Is there any reason why you would disallow [two-level | | namespace binaries with undefined symbols on 10.2]? | | Yes. Doing so will cause libraries whcih require undefined symbols to fail | to build.

Creating two-level namespace binaries on Mac OS 10.2?

2005-03-13 Thread Karin Kosina
Hi, I want to build a two-level namespace library, using the options -twolevel_namespace -undefined error. This used to work fine, setting LD_TWOLEVEL_NAMESPACE=1 being enough to stop libtool from adding the -flat_namespace option (and thus causing a clash). Now after I have upgraded to