Ok, I added "-lc" to the linker command, and that did indeed take care of the lintian warning (it's not complaining about anything now). As for not having a soname set, I'll have to confess that I don't quite know what you mean (I'm still a tad new to the non-windows programming world...). Any chance you could elaborate on that detail, or point me to where I could find some information?
Anyway, if you've got time to take another peek at it, I've updated the snapshot at http://www.debian.org/~adric/installwatch/ - any comments would be appreciated. Thanx! On Tue, Dec 22, 1998 at 11:07:45PM -0500, Shaleh wrote: > > > > 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.