gnet(1)
NAME
gnet-config - script to get information about the
installed version of GNet
SYNOPSIS
gnet-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--ver sion] [--libs] [--cflags] [LIBRARIES]
DESCRIPTION
gnet-config is a tool that is used to configure to deter
mine the compiler and linker flags that should be used to
compile and link programs that use GNet. It is also used
internally to the .m4 macros for GNU autoconf that are
included with GNet. gnet-config is depricated - use pkgconfig for new projects.
OPTIONS
gnet-config accepts the following options:
- LIBRARIES
- GNet has only the library 'gnet'. You do not need
to specify the library. This is intended for
future expansion. - --version
- Print the currently installed version of GNet on
the standard output. - --libs Print the linker flags that are necessary to link
- a GNet program.
- --cflags
- Print the compiler flags that are necessary to
compile a GNet program. - --prefix=PREFIX
- If specified, use PREFIX instead of the installa
tion prefix that GNet was built with when comput
ing the output for the --cflags and --libs
options. This option is also used for the exec
prefix if --exec-prefix was not specified. This
option must be specified before any --libs or
--cflags options. - --exec-prefix=PREFIX
- If specified, use PREFIX instead of the installa
tion exec prefix that GNet was built with when
computing the output for the --cflags and --libs
options. This option must be specified before any
--libs or --cflags options.
SEE ALSO
COPYRIGHT
- Copyright © 2001 David A. Helder