[haiku-development] Re: missing stdc++ library symbol

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 8 Jun 2012 09:23:34 -0400

On Fri, Jun 8, 2012 at 12:46 AM, Pete Goodeve <pete.goodeve@xxxxxxxxxxxx> wrote:
> BTW, I forgot to mention in my reply to Rene that libsupc++ exists in
> the gcc4 folder, but not in ther main lib one.  Should it?

That's normal. gcc2 has everything in libstdc++.r4, whereas starting
from gcc3 and up, they began splitting it apart between the STL
(libstdc++) and other C++ features that aren't necessarily required
for all programs such as RTTI and exceptions (libsupc++).

Regards,

Rene

Other related posts: