This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/28869] gcc-4.1.1 fails to build with java language on Solaris 2.8
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 28 Aug 2006 13:26:58 -0000
- Subject: [Bug java/28869] gcc-4.1.1 fails to build with java language on Solaris 2.8
- References: <bug-28869-12822@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-28 13:26 -------
configure: error: /bin/sh '/lhome/gcc/gcc-4.1.1/libjava/classpath/configure'
You forgot to do CONFIG_SHELL=/bin/ksh as mentioned by:
http://gcc.gnu.org/install/specific.html#x-x-solaris2
The Solaris 2 /bin/sh will often fail to configure libstdc++-v3, boehm-gc or
libjava. We therefore recommend using the following initial sequence of
commands
% CONFIG_SHELL=/bin/ksh
% export CONFIG_SHELL
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28869