This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libgcj.spec
- To: "Rajesh Kadikar" <rajeshk at nortelnetworks dot com>
- Subject: Re: libgcj.spec
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Mar 2001 21:50:51 -0700
- Cc: java at gcc dot gnu dot org
- References: <3ABA8067.BCF4CFE7@nortelnetworks.com>
- Reply-To: tromey at redhat dot com
>>>>> "Rajesh" == Rajesh Kadikar <rajeshk@nortelnetworks.com> writes:
Rajesh> I am trying to compile and install gcc(I tried almost all the
Rajesh> versions starting form 2.95.1 up).Everything goes fine except
Rajesh> when I try to execute gcj it complains about libgcj.spec and I
Rajesh> don't have this library anywhere in my directories.Can anyone
Rajesh> help.
For gcc 2.95.1, you had to get libgcj separately and build and install
it using the same --prefix that you used for gcc. Did you do this?
libgcj.spec comes with libgcj.
If you tried one of the gcc 3.0 snapshots then I'd be suprised.
Tom