OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / Libnet / doc / Ancillary / README.libnet-config
1 ===============================================================================
2     LIBNET 1.0 (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>
3                                http://www.packetfactory.net/libnet
4 ===============================================================================
5
6
7     As of version .99c, libnet gcc options should be handled via the
8     libnet-config script.  This script, created during the GNU configure
9     process will ensure that future libnet compilations contain the correct
10     CPP and CFLAG options as well as libraries for the targeted architecture.
11     A sample invocation might be:
12
13 host:~> gcc -Wall `libnet-config --defines` foo.c `libnet-config --libs`
14
15     As of version 0.99e, it is mandatory that it be invoked, if for no
16     other reason than to specify byte-ordering.  See README.legacy-applications
17     for more information.
18
19 EOF