"Douglas J. Hunley" wrote:
[snip]
> > libz I understand. lz I do not.
> 

Part of your LDFLAGS.  -I/usr/include or -lz.  The -I is for includes
(header files) and the -l is for libraries.  To get the library's real
name, you strip off the lib part.  So for libpcap, it's -lpcap, and for
libz it's -lz.  BTW, this is a compression library.  But just saying lz
is someone getting lazy.

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
                -- Nemesis Racing Team motto
_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to