Thus wrote Guy Harris (g...@alum.mit.edu):
> On Nov 9, 2015, at 12:29 PM, Martin Kaiser wrote:
> > I would like to request a DLT for ISO14443.
> > ISO14443 is a set of standards defining the communication protocols
> > between a contactless smartcard and a card reader. There are some
> > commer
I want to statically compile a C project in a laptop(fedora), using command
line like:
gcc -o myprogram -static main.c ... -levent -lpcap
but I get error:
/usr/bin/ld: cannot find -lpcap
/usr/bin/ld: cannot find -lc
I tried to locate libpcap.a and find no such a file
if I compile dynamically,
On Nov 19, 2015, at 3:29 PM, liu wen wrote:
> I want to statically compile a C project in a laptop(fedora), using command
> line like:
>
> gcc -o myprogram -static main.c ... -levent -lpcap
>
> but I get error:
>
> /usr/bin/ld: cannot find -lpcap
> /usr/bin/ld: cannot find -lc
>
> I tried to
On Fri, Nov 20, 2015 at 12:52 AM, Guy Harris wrote:
>
> On Nov 19, 2015, at 3:29 PM, liu wen wrote:
>
> > I want to statically compile a C project in a laptop(fedora), using
> command
> > line like:
> >
> > gcc -o myprogram -static main.c ... -levent -lpcap
> >
> > but I get error:
> >
> > /usr/
On Nov 19, 2015, at 4:35 PM, liu wen wrote:
> On Fri, Nov 20, 2015 at 12:52 AM, Guy Harris wrote:
>
>> On Nov 19, 2015, at 3:29 PM, liu wen wrote:
>>
>>> I want to statically compile a C project in a laptop(fedora), using command
>>> line like:
>>>
>>> gcc -o myprogram -static main.c ... -l