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++/79862] Compilation error while building libstdc++


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862

--- Comment #5 from Sumit <sbansal at ciena dot com> ---
(In reply to Sumit from comment #4)
> (In reply to Andrew Pinski from comment #3)
> >          --disable-hosted-libstdcxx \
> > 
> > That is more likely the cause.  non-hosted libstdc++ is not well tested.
> 
Hi Andrew,

I have tried without --disable-hosted-libstdcxx and still the same error.

In file included from
../../../../gcc-4.8/libstdc++-v3/libsupc++/array_type_info.cc:24:0:
../../../../gcc-4.8/libstdc++-v3/libsupc++/tinfo.h:25:20: fatal error:
typeinfo: No such file or directory
 #include "typeinfo"

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