www.digitalmars.com         C & C++   DMDScript  

D.gnu - Java package required?

reply "Nick Sabalausky" <z a.a> writes:
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.
Oct 12 2004
parent Stephan Wienczny <Stephan Wienczny.de> writes:
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 ;-)
Oct 12 2004