PCAP-CONFIG(1) | User Commands | PCAP-CONFIG(1) |
pcap-config - write libpcap compiler and linker flags to standard output
pcap-config [ --help ] [ --version ] [ --cflags ] [ --libs | --additional-libs ] [ --static | --static-pcap-only ]
pcap-config writes to the standard output various compiler and linker flags required to build a user program with libpcap. By default, it writes flags appropriate for building with a dynamically-linked version of libpcap; see below for static linking. Depending on the manner of libpcap installation, some options or their combinations may produce empty output - this is by design.
pcap-config exits with a non-zero status when invoked with an invalid command-line option, and with status 0 otherwise.
Before libpcap release 1.10.2 pcap-config did not treat invalid command-line options as an error. The --static-pcap-only flag became available in libpcap release 1.10.2. The --static flag became available in libpcap release 1.1.0.
pkg-config(1), pcap(3PCAP)
17 April 2023 | OmniOS |