This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Solaris 2.8 build
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Discuss List <java at gcc dot gnu dot org>
- Cc: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>, Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: 15 Mar 2002 16:22:25 -0700
- Subject: Solaris 2.8 build
- Reply-to: tromey at redhat dot com
I see this in the top-level configure.in:
sparc-*-solaris*)
case "${host}" in
sparc-*-solaris2.8)
# According to Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, libjava
# won't build correctly on Solaris 8 if there's a
# previously-installed version of GCC in the configured prefix.
# This problem does not show up on earlier versions of Solaris.
noconfigdirs="$noconfigdirs ${libgcj}"
;;
esac
Is there something we can do about it?
Disabling libgcj in this case is unfortunate.
Tom