From mboxrd@z Thu Jan 1 00:00:00 1970 From: Umut Aymakoglu Date: Wed, 18 Jun 2003 17:59:24 +0000 Subject: unwind.h Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Hi - What library I need to link in order to use the unwinding apis? I get unreferenced errrors when I include asm/unwind.h. thanks, Umut a.c: ----- #define inline #include #include main() {} %cc -o a a.c In function `unw_set_gr': undefined reference to `unw_access_gr'