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
> 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
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