delorie.com/archives/browse.cgi | search |
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 <earnie_boyd AT yahoo DOT com> |
Reply-To: | earnie_boyd AT yahoo DOT com |
Subject: | Re: set_new_handler |
To: | Sven Wastlund <Sven DOT Wastlund AT epkadm DOT epk DOT ericsson DOT se>, |
cygwin AT sourceware DOT cygnus DOT com | |
MIME-Version: | 1.0 |
--- Sven Wastlund <Sven DOT Wastlund AT epkadm DOT epk DOT ericsson DOT se> 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 <path_to_libs> nm --demangle --defined-only --print-file-name lib*.a | grep <missing function> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |