This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/26574] libjava configration error
- 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: 6 Mar 2006 05:00:39 -0000
- Subject: [Bug libgcj/26574] libjava configration error
- References: <bug-26574-10071@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-03-06 05:00 -------
Did you set CONFIG_SHELL to be /bin/ksh as directed on the installation
directions?
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 to use the following sequence of commands to
bootstrap and install GCC:
% CONFIG_SHELL=/bin/ksh
% export CONFIG_SHELL
/bin/sh on Solaris is known not to be a POSIX shell which is why the
documention mentions CONFIG_SHELL.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26574