This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.0.3 on sparc-sun-solaris2.8
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Bill Clarke <llib at computer dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 3 Jan 2002 23:42:55 -0500 (EST)
- Subject: Re: 3.0.3 on sparc-sun-solaris2.8
On Fri, 4 Jan 2002, Bill Clarke wrote:
> configure: error: libtool configure failed
Note this is a common failure symptom on Solaris due to a broken /bin/sh.
If you ever try it again, use CONFIG_SHELL=ksh when you configure.
Jeff