This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11538] when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2003 11:06:05 -0000
- Subject: [Bug bootstrap/11538] when trying to execute make (when installing gcc), I failed because of Segmentation fault in gzio.c
- References: <20030716075203.11538.hlushak@mail.lviv.ua>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11538
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Component|target |bootstrap
Keywords| |build, ice-on-valid-code
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-16 11:06 -------
First can you try to build again, if that fails in a different place you most likely have a
memory problem, fix that problem and try again.
If the build fails in the same spot, Could you try by configuring with --enable-languages=c
(which is so that the C compiler is only built and not building some libraries before GCC
is bootstrapped) first and then build using that compiler the full GCC?