Date: Sat, 17 Jan 1998 17:35:19 -0800 (PST) Message-Id: <199801180135.RAA09127@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "John M. Aldrich" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Standard libraries question Precedence: bulk At 02:02 1/17/1998 -0500, John M. Aldrich wrote: >wolfman AT cedar DOT alberni DOT net wrote: >> Also, I am wondering what lib 'new' and 'delete' are in. > >I'm not sure. If it's not defined when you link libiostream.a and >libstdcxx.a, then it's in libgpp.a. :-) None of the above. :) They are defined in libgcc.a so that they can be used without special C++ libraries, however they are really just wrappers around calls to `malloc'/`free' in the C library. Nate Eldredge eldredge AT ap DOT net