October 12, 2004
The D frontend build instructions say that the GCC Java source package is required.  I'm wondering, why is this?

I'm trying to see if I can incorporate this into the DevKitARM (www.devkit.tk) branch-off of GCC (Used for compiling ARM stuff on windows without needing Cygwin).  There's no Java package for that, so I'm wondering if it would be feasable for me to somehow omit the Java package or if I would likely need to just make a Java package.



October 12, 2004
Nick Sabalausky wrote:
> The D frontend build instructions say that the GCC Java source package is
> required.  I'm wondering, why is this?
> 
> I'm trying to see if I can incorporate this into the DevKitARM
> (www.devkit.tk) branch-off of GCC (Used for compiling ARM stuff on windows
> without needing Cygwin).  There's no Java package for that, so I'm wondering
> if it would be feasable for me to somehow omit the Java package or if I
> would likely need to just make a Java package.
> 
> 
> 
gdc needs boehm-gc which is in the java package ;-)