> > Particularly, if anyone can explain to me what lintian is actually > complaining about, I'd be most grateful. It says something about the > shared-library not being dynamically linked against libc... but if I do > "ldd /usr/lib/installwatch.so", it shows "libc.so.6 => /lib/libc.so.6" > (among others). >
Not entirely sure but a) you have no soname set b) you do not compile with -lc for the shared lib. Similar error you see for other modules that are not really libraries.