MAN page from Old RedHat 9 gnet-1.1.8-1.i386.rpm
GNET
Section: 1.1.8 (1)
Updated: 20 May 2001
Index NAME
gnet-config - script to get information about the installed version of GNet
SYNOPSIS
gnet-config [--prefix[=DIR]] [--exec-prefix
[=DIR]] [--version] [--libs] [--cflags] [LIBRARIES]
DESCRIPTION
gnet-config is a tool that is used to configure to determinethe compiler and linker flags that should be used to compileand link programs that use GNet. It is also used internallyto the .m4 macros for GNU autoconf that are included with GNet.gnet-config is depricated - use pkg-config for new projects.
OPTIONS
gnet-config accepts the following options:
- LIBRARIES
- GNet has only the library 'gnet'. You do not need to specify thelibrary. 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 installation prefix that GNetwas built with when computing the output for the --cflags and--libs options. This option is also used for the exec prefixif --exec-prefix was not specified. This option must be specifiedbefore any --libs or --cflags options.
- --exec-prefix=PREFIX
- If specified, use PREFIX instead of the installation exec prefix thatGNet was built with when computing the output for the --cflagsand --libs options. This option must be specified before any--libs or --cflags options.
SEE ALSO
glib-config(1),
pkg-config(1)
COPYRIGHT
Copyright © 2001 David A. Helder
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- SEE ALSO
- COPYRIGHT
This document was created byman2html,using the manual pages.