libgcj.spec install problem

Tom Tromey tromey@redhat.com
Tue Jan 2 15:17:00 GMT 2001


>>>>> "Scott" == Scott Durrant <sdurrant@howard.genetics.utah.edu> writes:

Scott> I don't understand the instructions.

Scott> These three lines are in the top-level configure.in file
Scott>         i[3456]86-*-solaris2*)
Scott>         noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
Scott>         ;;

Scott> Do I want to comment them out and configure again?

You want to change that line to read:

         noconfigdirs="$noconfigdirs target-libgloss"

You also want to make sure that ${libgcj} doesn't end up in
noconfigdirs unconditionally.

Scott> The 'as' and 'ld' on my system are both in /usr/ccs/bin/.  Do I
Scott> need to download the gnu versions?

I'm not as up on building for Solaris as I ought to be :-(.  I think
the FAQ has something on this.  I believe the answer is yes, you want
to install the GNU binutils first.

Tom


More information about the Java mailing list