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 libstdc++/25824] New: --disable-hosted-libstdcxx causes build break in eh_globals.cc


While trying to build the libstdc++ library with --disable-hosted-libstdcxx
specified in the configure step, eh_globals.cc fals to compile.  Calls to
std::free and std::malloc have not been defined.  I do not have the error log. 
I can recreate it if it is really necessary.


-- 
           Summary: --disable-hosted-libstdcxx causes build break in
                    eh_globals.cc
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pedz at easesoftware dot net
 GCC build triplet: powerpc-ibm-aix5.3.0.0
  GCC host triplet: powerpc-ibm-aix5.3.0.0
GCC target triplet: powerpc-ibm-aix5.3.0.0


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


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