This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
3.1, Solaris2.7
- From: Hugh Sasse Staff Elec Eng <hgs at dmu dot ac dot uk>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 24 Jun 2002 10:14:25 +0100 (BST)
- Subject: 3.1, Solaris2.7
Futher to my problems on Solaris2.5.1, I'm also trying things out on a
Solaris2.7 system (which is faster). On that system, with /usr/local/bi
at the front of my path (so gnu as is seen before Sun's as, and
similarly for ld...) with
../gcc-3.1/configure --with-gnu-as --with-gnu-ld
and gmake bootstrap-lean
I finally get:
linking ../../../gcc-3.1/libjava/include/sparc-signal.h to
include/java-signal.h
Adding multilib support to Makefile in ../../../gcc-3.1/libjava
multidirs=sparcv9
with_multisubdir=
Running configure in multilib subdirs sparcv9
pwd: /scratch/hgs/gcc-build/sparc-sun-solaris2.7/libjava
Running configure in multilib subdir sparcv9
pwd: /scratch/hgs/gcc-build/sparc-sun-solaris2.7
loading cache ../config.cache
gmake[1]: *** [configure-target-libjava] Error 1
gmake[1]: Leaving directory `/scratch/hgs/gcc-build'
gmake: *** [bootstrap-lean] Error 2
neelix hgs 116 %>
The config.cache file in
/scratch/hgs/gcc-build/sparc-sun-solaris2.7/sparcv9
is way too big to post.
What should I be looking for to fix this, as I suspect this will affect
my Solaris2.5.1 build as well?
Hugh