This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
RE: gcj and gcc build instructions inconsistent
- To: "'tromey at redhat dot com'" <tromey at redhat dot com>
- Subject: RE: gcj and gcc build instructions inconsistent
- From: "Immanuel, Gidado-Yisa" <avm3 at cdc dot gov>
- Date: Tue, 2 Jan 2001 12:52:38 -0500
- Cc: java-discuss at sources dot redhat dot com
Can you put a link to:
http://sources.redhat.com/java/build-snapshot.html)
somewhere on the site? perhaps at:
http://sources.redhat.com/java/gcj2.html
The section "How to get it" now reads:
<p>The new Java front end is very easy to download and install. Since
it is it fully integrated into GCC, you can simply follow the <a
href="http://gcc.gnu.org/cvs.html">GCC download and build
instructions</a>. Note that you'll want to configure GCC to use the
appropriate threads system; see <a
href="libgcj2.html">the libgcj page</a> for details.
Perhaps you should add at the end:
Note that you'll want to configure GCC to build libjava; see
<a href="build-snapshot.html">configuration and build instructions
for GCJ</a>.
Thanks,
Gidado
-----Original Message-----
From: Tom Tromey [mailto:tromey@redhat.com]
Sent: Sunday, December 31, 2000 3:19 AM
To: Per Bothner
Cc: java-discuss@sources.redhat.com
Subject: Re: gcj and gcc build instructions inconsistent
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> The Gcj build instruction
Per> (http://sources.redhat.com/java/build-snapshot.html) say that the
Per> build directory should be a sub-directory of the source
Per> directory:
Per> Also, http://sources.redhat.com/java/build-snapshot.html
Per> needs to have "egcs" replaced by "gcc" (many places).
Thanks, I made both these changes.
Tom