This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcj install failed
- From: Andrew Haley <aph at redhat dot com>
- To: "Annapoorna R" <annapoorna dot r at subexazure dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 23 Mar 2007 10:15:27 +0000
- Subject: Re: gcj install failed
- References: <46036AC2.7070108@subexazure.com>
Annapoorna R writes:
> Hi,
>
> am trying to istall the GCJ 4.1.2 version on my SUNOs.
>
> steps i followed:
>
> 1. downloaded GCJ4.1.2 core and java tar from GNU site. and extracted it
> to GCC4.1
>
> after extracting folder GCC-4.1.2 is created(automatically while
> extracting).
>
> the frontend part (java tar) was extraced to /gcc-4.1.2/libjava.
>
> Did ./configure from libjava folder.--successful
>
> did make from libjava. giving compilation errors.
>
> Please let me know am i wrong in the steps followed?
Do the configure from the top directory.
Andrew.