This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: still having libgcj.spec install problem
- To: Scott Durrant <sdurrant at howard dot genetics dot utah dot edu>
- Subject: Re: still having libgcj.spec install problem
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Sat, 06 Jan 2001 12:23:39 +1300
- CC: GCJ Java Discuss <java-discuss at sourceware dot cygnus dot com>
- References: <Pine.GSO.3.96.1010104080859.17430S-100000@howard.genetics.utah.edu>
Scott Durrant wrote:
> I also changed these lines in configure.in
> i[3456]86-*-solaris2*)
> noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
> to
> i[3456]86-*-solaris2*)
> noconfigdirs="$noconfigdirs target-libgloss"
These configurations are specific to solaris Intel. You need to make this
change to the section that corresponds to your platform, which I think for
sparc-solaris is just *-*-*?
Unfortunatly, I heard that libgcj doesn't currently build on solaris, so
there might be more work to do to fix it.
regards
[ bryce ]