public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/19094] New: bootstrap errors
@ 2004-12-20 20:28 niorio19 at yahoo dot com
  2004-12-20 20:38 ` [Bug ada/19094] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: niorio19 at yahoo dot com @ 2004-12-20 20:28 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/19094] bootstrap errors
  2004-12-20 20:28 [Bug bootstrap/19094] New: bootstrap errors niorio19 at yahoo dot com
@ 2004-12-20 20:38 ` pinskia at gcc dot gnu dot org
  2004-12-20 23:02 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-20 20:38 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |ada


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/19094] bootstrap errors
  2004-12-20 20:28 [Bug bootstrap/19094] New: bootstrap errors niorio19 at yahoo dot com
  2004-12-20 20:38 ` [Bug ada/19094] " pinskia at gcc dot gnu dot org
@ 2004-12-20 23:02 ` pinskia at gcc dot gnu dot org
  2004-12-21 21:29 ` pinskia at gcc dot gnu dot org
  2005-01-03 10:06 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-20 23:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-20 23:02 -------
If I recall correctly Ada cannot be bootstrapped with a new version than itself but I could be wrong.
Do you need to build Ada, if not do --enable-languages=c,c++,java,objc,f77 and this will disable Ada.  
And most likely this bug will be closed.

-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/19094] bootstrap errors
  2004-12-20 20:28 [Bug bootstrap/19094] New: bootstrap errors niorio19 at yahoo dot com
  2004-12-20 20:38 ` [Bug ada/19094] " pinskia at gcc dot gnu dot org
  2004-12-20 23:02 ` pinskia at gcc dot gnu dot org
@ 2004-12-21 21:29 ` pinskia at gcc dot gnu dot org
  2005-01-03 10:06 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-21 21:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/19094] bootstrap errors
  2004-12-20 20:28 [Bug bootstrap/19094] New: bootstrap errors niorio19 at yahoo dot com
                   ` (2 preceding siblings ...)
  2004-12-21 21:29 ` pinskia at gcc dot gnu dot org
@ 2005-01-03 10:06 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu dot org @ 2005-01-03 10:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2005-01-03 10:06 -------
Closing as invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-03 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-20 20:28 [Bug bootstrap/19094] New: bootstrap errors niorio19 at yahoo dot com
2004-12-20 20:38 ` [Bug ada/19094] " pinskia at gcc dot gnu dot org
2004-12-20 23:02 ` pinskia at gcc dot gnu dot org
2004-12-21 21:29 ` pinskia at gcc dot gnu dot org
2005-01-03 10:06 ` charlet at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).