Skip to main content.

2001-Feb-03

I found out that if I install the libforms.so version and use "-lGL" it works. (But why?) Later, I found out that if I reordered my gcc line to move the test.c source before the "-L" and "-l" options then it works with libforms.a (and libforms.so removed). (I don't know why it matters for the order for lib*.a vs. lib*.so.)

I packaged Marco d'Itri's whois (used by Debian) and did a send-pr (12117). I did use pkglint, but I had numerous errors like "FATAL: no MAINTAINER listed in Makefile" even though it is there.