Re: pcap programming
Re: pcap programming
- Subject: Re: pcap programming
- From: Chris Ridd <email@hidden>
- Date: Thu, 28 Aug 2003 12:20:46 +0100
On 28/8/03 12:08 pm, Syphor <email@hidden> wrote:
>
Dear Damien,
>
All i'm using to compile is
>
>
cc main.c -o run
>
./run
>
>
Thats all i do.
You're not linking against the pcap library...
Add -lpcap to your commandline.
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.