On Wed, 20 Oct 2004 14:02:13 +0000, Dirk Tronienne wrote: > How has the Makefile (...what else?) to be modified for LZO? Is "LDADD = > -static -lssl -lcrypto -lzo" correct?
If you're using static libfoo, etc. then you don't use "-lfoo"; instead you add "/path/to/libfoo.a" to the link command.