I am truing to use a c function in a .c file from within my objective-c class. I have imported the header for the c file. but I am still getting a problem and my program would not compile.
Undefined symbols:
"gluUnProject(float, float, float, float const*, float const*, int const*, float*, float*, float*)", referenced from: -[GLView checkCollission:object:] in GLView.o ld: symbol(s) not found collect2: ld returned 1 exit status
Any idea how I can resolve this issue ? Any help is certainly appreciated. Qutaibah