Re: GCC: Linking C program with callback-functions

2006-07-20 Thread Mike Stump
On Jul 20, 2006, at 2:55 PM, [EMAIL PROTECTED] wrote: I have a C program that I need to compile This is the wrong list for such question.

GCC: Linking C program with callback-functions

2006-07-20 Thread shadow
Hey, guyz. I have a C program that I need to compile using gcc. The problem is that there are many callback-functions in the code. And when I try to do that, the code compiles Ok, but it doesn't link crashing with 'undefined refence' exception. Any ideas how to avoid that? Tnx.