Comment # 7 on bug 217 from
(In reply to Marwijn from comment #6)
> Removing 'version.c' does not solve this issue.
> 'parse.c' is also C++ in a C file :(
> 

Yes, all DMD sources have a .c extension.  This is not a problem, and won't be
fixed in upstream either.  You should not have removed version.c.  :-)


> Is this issue, one of 'no junk in the trunk' type of issue or am I missing
> somthing?

You are missing the actually error you are getting when you are compiling.

> gcc -static-libstdc++ -static-libgcc -s -Wl,--stack,12582912  d/VERSION.o   -o d/VERSION

There is no way this came from the gdc build config.  So I'm guessing that
you've ran this yourself.


You are receiving this mail because: