On 21 Jan 2000, Brian May wrote: > How would you do it?
If you are using libtool and the .la has the correct information but the .so does not have the proper depends then I think we should start tormenting the libtool authors to fix it. It is not hard, you just throw the right -L and -l options on your link command, ie gcc -L ./libs -lkerb5 -o libgssapi.so [...] > - don't use libtool. Yuck. IMHO libtool really does some seriously unnecessary stuff on linux :< Jason