[haiku-development] Re: TARGET_LIBSUPC++

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sat, 26 Sep 2009 11:57:48 +0800

On 2009-09-24 at 20:52:03 [+0800], Philippe Houdoin 
<philippe.houdoin@xxxxxxxxx> wrote:
> BTW, in which case one should link against TARGET_LIBSUPC++ and which
> case it should be TARGET_LIBSTDC++?

The former is the C++ runtime library, i.e. you have to link against it 
whenever you're using C++. The latter is the standard C++ library (STL) -- 
you only want to link against it when you actually use it.

CU, Ingo

Other related posts: