This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Questions about bootstrap problem on Solaris
- From: Tom Tromey <tromey at redhat dot com>
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: gcc at gcc dot gnu dot org, Brad Lucier <lucier at math dot purdue dot edu>, java at gcc dot gnu dot org, Anthony Green <green at redhat dot com>
- Date: 22 Mar 2002 18:53:44 -0700
- Subject: Re: Questions about bootstrap problem on Solaris
- References: <Pine.BSF.4.44.0203222301590.62586-100000@pulcherrima.dbai.tuwien.ac.at>
- Reply-to: tromey at redhat dot com
>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:
>>> checking whether byte ordering is bigendian... cross-compiling... unknown
>>> checking to probe for byte ordering... guessing bigendian ... unknown
>>> configure: error: unknown endianess - sorry
Gerald> The build directory was empty, but I specified --enable-libgcj
Gerald> (to perform the test Tom Tromey had suggested).
What does config.log say in the libffi build directory?
Tom