This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ slower than JDK?
Fernando Lozano wrote:
> I've heard horror stories about upgrading the gcc, glibc or related
> components from Red Hat.
Don't upgrade. Install the new sources in a separate location than
the standard ones. For example specify --prefix /opt/gcc-20020129 (or
whatever you choose), and add /opt/gcc-20020129/bin to your PATH and
/opt/gcc-20020129/lib to your LD_LIBRARY_PATH.
> May I get just gcj sources and use them without
> fear or should I look for newer rpms from redhat?
The former.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/