Re: [build] Allow building libobjc_gc on Tru64 UNIX, Darwin

2011-04-15 Thread Rainer Orth
Nicola, >> Ok for mainline if both pass? > > Yes. > > [and by the way, I think you're fixing PR libobjc/32037 in the process. :-)] indeed, thanks for checking. Testing revealed that I'd been lazy with quoting. I'm including the patch I've installed, which encloses OBJC_BOEHM_GC in configure.ac

RE: [build] Allow building libobjc_gc on Tru64 UNIX, Darwin

2011-04-14 Thread Nicola Pero
> I recently tried to build with --enable-libobjc-gc. While this worked > out of the box on Solaris, I ran intro trouble on both Tru64 UNIX and > Darwin. > > [...] > > The following patch fixes both issues. [...] > > Ok for mainline if both pass? Yes. [and by the way, I think you're fixing PR l

[build] Allow building libobjc_gc on Tru64 UNIX, Darwin

2011-04-14 Thread Rainer Orth
I recently tried to build with --enable-libobjc-gc. While this worked out of the box on Solaris, I ran intro trouble on both Tru64 UNIX and Darwin. On Tru64 UNIX, one needs to compile with -pthread since the boehm-gc headers include which error out if -D_REENTRANT is missing. On Darwin, the bui