If not, is there an easy way to find installed link files ? It'd be nice if the -l parameter would search for them like gcc's -l searches for libraries.
On Thursday 10 November 2005 22:10, Pupeno wrote:
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.