On Tue, Apr 19, 2005 at 08:12:05AM +0200, Eric Botcazou wrote: > > For sparc-sun-solaris2.8, I get a failure when building the Java compiler, > > but I may be doing something wrong, as I usually avoid the Java build > > on Solaris (since it takes most of a day to build and test). > > Known glitch. You have to find out why configure thinks you have libiconv > installed and yet the library is not found.
I successfully got it to work by configuring with an explicit --with-libiconv-prefix flag pointing to a library with iconv in it. If configure is allowed to find iconv on its own, it messes up. It's now in the middle of building the Java library. > > I do have a build report that was generated over the weekend for > > sparc-sun-solaris2.8 that does not contain Java, it is at > > > > http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01245.html > > > > with tests for both 32 and 64 bits. It shows additional failures in > > 64-bit mode that do not appear in 32-bit mode. > > Binutils 2.15 bug in 64-bit mode. Didn't you get my message via Binutils' > Bugzilla? The patch is at: > http://sourceware.org/ml/binutils-cvs/2005-01/msg00019.html Yes, you sent me a message before when I couldn't build at all, which I applied, but you pointed me to a different patch: http://sources.redhat.com/ml/binutils-cvs/2004-09/msg00036.html This is the patch that http://gcc.gnu.org/install/specific.html#x-x-solaris2 points to. If an additional patch is needed, install/specific.html should be updated, and perhaps a single patch that does the whole job should be made available.