libnet-config - Man Page
Get information about a libnet installation
Synopsis
libnet-config [options]
Description
libnet-config displays information about a previous libnet installation.
Options
- --cflags
Set of compiler options (CFLAGS) to use when compiling files that use libnet.
- --libs
Shows the complete set of libs and other linker options you will need in order to link your application with libnet.
- --defines
Set of compiler defines used to compile libnet.
Examples
What linker options do I need when I link with libnet?
libnet-config --libs
What compiler options do I need when I compile using libnet functions?
libnet-config --cflags
See Also
Author
This manual page was written by Domenico Andreoli <cavok@debian.org> for the Debian GNU/Linux system (but may be used by others).
Referenced By
18 November 2002 Libnet 1.1.0 libnet-config manual