2 questions:
during make bootstrap, on RedHat 3.3.3-7, there errors occur at the end:

make[3]: Entering directory `/usr/local/bin/gcc-3.2.3/gcc/ada'
gcc -c -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wtraditional -pedantic -Wno-long-long -W -Wall -gnatpg -gnata -g -O1 
-fno-inline \
 -I- -I. -I. a-except.adb
a-except.adb:109:04: warning: named number "Address_Image_Length" is not 
referenced
make[3]: *** [a-except.o] Error 1
make[3]: Leaving directory `/usr/local/bin/gcc-3.2.3/gcc/ada'
make[2]: *** [gnat1] Error 2
make[2]: Leaving directory `/usr/local/bin/gcc-3.2.3/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/local/bin/gcc-3.2.3/gcc'
make: *** [bootstrap] Error 2

Also, I'm trying to install this 3.2.3 version of gcc on this Linux OS that came
with gcc 3.3.3 (I need an older version).  Once 3.2.3 is installed, how do I
make it the default compiler?  Right now, it looks like this:

gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --disable-libunwind-exceptions --with-system-zlib
--enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)

thanks for the help - nick

-- 
           Summary: bootstrap errors
           Product: gcc
           Version: 3.2.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: niorio19 at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org


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

Reply via email to