That did it - thanks! -- Craig Davison Symantec Corporation +1 (403) 213-3939 ext. 228 On Sat, Dec 21, 2002 at 10:59:43AM +0530, Narendra Prabhu. B wrote: > Hi, > > Yes, even I have come across such problems.... I just complied it using > the following command. > > $gcc -I/usr/local/include -L/usr/local/lib -o ipqtst ipqtst.c -lipq > > Just notice that I have put "-lipq" in the end... Well, I have not been > able to reason, why it works this way. Its probably the gcc issue.