This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: libgcj.spec install problem
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: libgcj.spec install problem
- From: Scott Durrant <sdurrant at howard dot genetics dot utah dot edu>
- Date: Tue, 2 Jan 2001 11:56:09 -0700 (MST)
- cc: GCJ Java Discuss <java-discuss at sourceware dot cygnus dot com>
I don't understand the instructions.
Step 4
For convenience, here are the step 4 instructions
Have a look at the toplevel configure.in (gcc/configure.in) and
make sure that the variable `noconfigdirs' isn't assigned to
something (like target-libjava or ${libgcj}.)
Also, check for platform-specific assignments of `noconfigdirs' with
${libgcj}; if ${libgcj} is listed for your platform, remove it before
configuring
These three lines are in the top-level configure.in file
i[3456]86-*-solaris2*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
;;
Do I want to comment them out and configure again?
Step 5
The 'as' and 'ld' on my system are both in /usr/ccs/bin/. Do I need to
download the gnu versions?
Scott Durrant
Human Genetics
University of Utah
scott@genetics.utah.edu
On 2 Jan 2001, Tom Tromey wrote:
> >>>>> "Scott" == Scott Durrant <sdurrant@howard.genetics.utah.edu> writes:
>
> Scott> I will try to give you the necessary information about what I
> Scott> did and what I have.
>
> Please read:
>
> http://sources.redhat.com/java/build-snapshot.html
>
> You missed step 4 and you did step 5 (configure) incorrectly.
>
> Tom
>