On Sat, Dec 10, 2005 at 05:40:41PM +0100, Mirco Bauer wrote: > On Sat, 2005-12-10 at 16:09 +0100, Robert Millan wrote: > > Any progress on this bug? > > > > Short: > not really, I don't have good feelings to use the debian boehm gc for > Mono. > > Long: > Mono is not simply bundling the boehm gc, they are also doing (required) > fixes/changes to it which are found while mono's development. Waiting > and checking that all mono fixes really hit boehm upstream would be a > PITA. > If you take a look at the mono-$ver/libgc/ChangeLog you will see what I > am talking about.
I see. So I guess we'll have to treat this boehm-gc as a fork, and port it separately. In the meantime, could you please disable it for systems where it's not known to be supported? That currently means Linux only. Something like: ifneq (, $(filter linux-gnu $(DEB_HOST_GNU_SYSTEM))) boehm=included else boehm=none endif [...] ./configure --with-gc=$(boehm) Thank you. -- Robert Millan "it's about trust... i don't trust them. that's all i need to know." (wrt Digital Restriction Management, seen in Slashdot) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

