Can I use a shared library made with gambit-c without having the linkfile of that shared library ? I am working on the case where I have shared library A which gets installed on /usr/lib/libA.so and I have a program B which uses libA.so (-lA when linking with gcc). Thank you.