Hi Bob,
> On 5 May 2025, at 02:49, Robert Dubner <[email protected]> wrote:
>
> I know it's the weekend. But this has been niggling at me, so I decided
> to push it.
This causes bootstrap to fail on x86_64 darwin with:
Undefined symbols for architecture x86_64:
"_program_invocation_short_name", referenced from:
___gg__check_fatal_exception in libgcobol.o
ld: symbol(s) not found for architecture x86_64
Looking at the patch, it seems that the symbol is not, indeed, defined anywhere.
Is it intended to be undefined so that it can be bound at runtime?
(although I don’t see anything in the FE that would be emitting it).
If that’s so, then I can fix the Darwin build to allow it to be undefined.
thanks
Iain