My apologies for this late response. I've recently switched ISPs, and
things tend to get lost in-between.
John Eskie wrote:
>>I wonder if you can configure gcc to do this?
>>
>
>
> Thanks for the suggestion but I don't think it can be done with gcc itself.
>
> GCC seems not to be able to generate java binary code. Atleast I didn't find
> it yet.
It looks like you're right. Apparently it *is* possible to configure gcc
to target quite a number of different binary platforms, see:
http://gcc.gnu.org/install/specific.html
for instance. Just not for jvm, yet, apparently.
It actually surprises me that nobody has thought to add support for the
jvm as a target platform yet.
I've heard stories that it isn't entirely too hard to add support for
additional platforms to GCC. The fact that so many platforms are already
supported is testament to this.
If you're still interested in generating code to a jvm target, perhaps
it might be interesting to contact the gcc team and pose it as a
suggestion? They'd likely be able to tell you how hard it is to add the
option to their compiler.
I hope this is still of some use,
sincerely,
Kim Bruning