This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC: Linking C program with callback-functions


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]