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.