rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01346
Re: [Question #234832]: compilation error
Question #234832 on rohc changed:
https://answers.launchpad.net/rohc/+question/234832
Status: Open => Needs information
Didier Barvaux requested more information:
Hello,
Thanks for the output. You seem however to have mistyped the command:
Wrong: gcc -Wl,--verbose -o test_pca-lpcap test_pcap.c
Right: gcc -Wl,--verbose -o test_pcap -lpcap test_pcap.c
The first version makes the -lpcap option part of the binary name. It could explain the error you encounter.
Please try again with the 2nd version.
Regards,
Didier
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.