This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13982] Bootstrap of gcc-3.4-20040128 on Darwin6.8/Mac OS X 10.2.8 failed
- From: "lars dot sonchocky-helldorf at hamburg dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2004 17:54:49 -0000
- Subject: [Bug bootstrap/13982] Bootstrap of gcc-3.4-20040128 on Darwin6.8/Mac OS X 10.2.8 failed
- References: <20040202164957.13982.lars.sonchocky-helldorf@hamburg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de 2004-02-02 17:54 -------
O.k. stupid mistake on my part (especially if you take into consideration that
I should know this since I bootstraped gcc3.3.2 yesterday) So I started over:
after deleteting the old testbuild dir:
[Lars-Sonchocky-Helldorfs-Computer:~] lars%
cd /Volumes/Data/Projekte/GCC/FSF_GCC/
[Lars-Sonchocky-Helldorfs-Computer:Projekte/GCC/FSF_GCC] lars% mkdir testbuild
[Lars-Sonchocky-Helldorfs-Computer:Projekte/GCC/FSF_GCC] lars% cd testbuild/
[Lars-Sonchocky-Helldorfs-Computer:GCC/FSF_GCC/testbuild] lars% ../gcc-3.4-
20040128/configure --prefix=/tmp/gcc/
.
.
.
[Lars-Sonchocky-Helldorfs-Computer:GCC/FSF_GCC/testbuild] lars% make bootstrap
.
.
.
gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -
Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-
long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4-20040128/gcc -
I../../gcc-3.4-20040128/gcc/. -I../../gcc-3.4-20040128/gcc/../include -
I../intl ../../gcc-3.4-20040128/gcc/ggc-common.c -o ggc-common.o
../../gcc-3.4-20040128/gcc/ggc-common.c: In function `ggc_rlimit_bound':
../../gcc-3.4-20040128/gcc/ggc-common.c:692: storage size of `rlim' isn't known
../../gcc-3.4-20040128/gcc/ggc-common.c:692: warning: unused variable `rlim'
make[2]: *** [ggc-common.o] Error 1
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2
[Lars-Sonchocky-Helldorfs-Computer:GCC/FSF_GCC/testbuild] lars% gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1175, based on gcc version 3.1 20020420
(prerelease)
[Lars-Sonchocky-Helldorfs-Computer:GCC/FSF_GCC/testbuild] lars%
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13982