This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problems compiling GCC 3.4.3 and libgcj
- From: Daniel Kent <kentd at ufl dot edu>
- To: Andrew Haley <aph at redhat dot com>, Daniel Kent <kentd at ufl dot edu>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 28 Feb 2005 14:35:38 -0500 (EST)
- Subject: Re: Problems compiling GCC 3.4.3 and libgcj
Thanks,
The version I installed on my FC3 is 3.4.2 so I'm going to try
building that with your suggestions.
--disable-multilib is a good idea. Also, if you strip libgcj.so
it
will be far, far smaller. See strip(1).
Andrew.