Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <19990408163448.16097.rocketmail@web122.yahoomail.com> Date: Thu, 8 Apr 1999 09:34:48 -0700 (PDT) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: Re: set_new_handler To: Sven Wastlund , cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Sven Wastlund wrote: > I am porting a program from UNIX to NT which uses the function > set_new_handler and I linked it with libgcc.a but I still got the error: > > undefined reference to set_new_handler > > Is there any other library I can use? To find out where an undefined function might reside do the following: cd nm --demangle --defined-only --print-file-name lib*.a | grep If you come up empty then it's not supported, otherwise add the appropriate library to the build. === - \\||// -------------------o0O0--Earnie--0O0o------------------- -- earnie_boyd AT yahoo DOT com -- ----------------------ooo0O--O0ooo---------------------- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com