This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/11272] New: make bootstrap fails while building libstdc++


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]