Okay, I'm in desperate need of some help here!! I can't get my application to compile. I'm compiling with gcc and I keep getting the linker errors "Undefined Symobols". I'm not overly familiar with gcc and unix, so I might be including incorrectly. I have a header file with all my function prototypes. I have a .c file that defines all of these functions. I can compile the .c file fine. However, I have a new file that I was given to use. It has my header file included in it. When I try to compile it, I get the undefined symbols error, and all the symbols listed are the function prototypes. How do I include the .c file that has the definitions in it?