This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/14987] New: build error on Solaris 9


I am attempting to compile gcc-3.3.3 on solaris 9 when I go to do a make or make
bootstrap (using GNU make 3.80) I get the following:

In file included from /www/src/gcc-3.3.3/gcc/unwind-dw2.c:26:
/www/src/gcc-3.3.3/gcc/unwind-pe.h: In function `read_encoded_value_with_base':
/www/src/gcc-3.3.3/gcc/unwind-pe.h:225: internal compiler error: in
simplify_gen_subreg, at simplify-rtx.c:2752
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./unwind-dw2.o] Error 1
make[3]: Leaving directory `/www/src/gcc-3.3.3/objdir/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/www/src/gcc-3.3.3/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/www/src/gcc-3.3.3/objdir/gcc'
make: *** [bootstrap] Error 2

I ran configure with the following options ( I do not want to install it
centrally if possible...it's a long story but I can explain if necessary):

--prefix=/www/bin/gcc \
--with-as=/usr/ccs/bin/as \
--with-ld=/usr/ccs/bin/ld  \
--with-libiconv-prefix=/www/bin/libiconv/ \
--with-flex=/www/bin/flex/ \
--with-make=/www/bin/make/ \
--with-autoconf=/www/bin/autoconf/ \
--with-automake=/www/bin/automake/ \
--with-texinfo=/www/bin/texinfo/ \
--with-bison=/www/bin/bison/ \
--disable-nls \
--disable-libgcj \
--disable-muitlibs

-- 
           Summary: build error on Solaris 9
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lonnie_smetana at umanitoba dot ca
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14987


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]