Timothy Robin BARBOUR writes:
>
> There is a more persistent problem with green-card-2.0. It generates c
> files, as follows:
>
> Foo.gc ==> Foo.hs, Foo.c, Foo.h
>
> which is a bit confusing for make:
>
> Foo.hs ==> Foo.o
> Foo.c ==> Foo.o
>
> Also it generates Foo.c even when it is empty.
>
> The patch below modifies green-card-2.0 so that the generated c file
> is named <stem>_gc.c, and is only generated if it will be non-empty.
>
Thanks for the patch, the current gc sources has command line options
for controlling where to put the different stub files that GC
generates. Hopefully out soon..
--Sigbjorn