Hi. I have a C program that I need to compile. The problem is that it has alot of callback functions. The code compiles Ok, but on linking stage I'm getting alot of 'undefined reference' error. How can I avoid that? Is there some switch to turn that check off? Thanks.