JonTheBaller
Golden Member
I have a shared object and its corresponding header file. I wrote some C code which will call on some of the functions implemented in the shared object. How do I tell the code which shared object to look in? I am using the gcc compiler btw.
> gcc test.c myobj.so
or something like that?
> gcc test.c myobj.so
or something like that?