This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11272] New: make bootstrap fails while building libstdc++
- From: "charles_cox at att dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2003 20:16:15 -0000
- Subject: [Bug bootstrap/11272] New: make bootstrap fails while building libstdc++
- 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=11272
Summary: make bootstrap fails while building libstdc++
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: charles_cox@att.net
CC: gcc-bugs@gcc.gnu.org
GCC build triplet: sparcv9-sun-solaris2.9
GCC host triplet: sparcv9-sun-solaris2.9
GCC target triplet: sparcv9-sun-solaris2.9
make bootstrap builds gcc/g++ compiler successfully but then dies while building
libstdc++. When trying to compile basic_file.cc, I get a compiler error stating
that ioctl() is undefined. I added '#include <unistd.h>' to basic_file.cc,
right after all the comments at the top of the file, before any other #includes.
make bootstrap now completes successfully.