X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 20 Feb 2009 20:37:32 -0500 Message-Id: <200902210137.n1L1bWL3017846@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <09ef31d3-2c98-43f7-b55c-a0dbb7ff0b90 AT g38g2000yqd DOT googlegroups DOT com> (message from Jim Michaels on Fri, 20 Feb 2009 17:17:46 -0800 (PST)) Subject: Re: why gpp linking in stdcxx? References: <09ef31d3-2c98-43f7-b55c-a0dbb7ff0b90 AT g38g2000yqd DOT googlegroups DOT com> Errors-To: nobody AT delorie DOT com The C++ library includes other support functions that are nearly always needed for C++, like operator new() or exception handling. note that gpp/g++/gxx *always* links in libstdc++ so make sure you have it installed on your system.