Penguin
Blame: glib-config(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of glib-config(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GLIB
2 !!!GLIB
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 COPYRIGHT
9 ----
10 !!NAME
11
12
13 glib-config - script to get information about the installed version of GLib
14 !!SYNOPSIS
15
16
17 __glib-config [[--prefix__''[[=DIR]''__]
18 [[--exec-prefix__''[[=DIR]''__] [[--version] [[--libs]
19 [[--cflags] [[LIBRARIES]__
20 !!DESCRIPTION
21
22
23 ''glib-config'' is a tool that is used to configure to
24 determine the compiler and linker flags that should be used
25 to compile and link programs that use ''GLib''. It is
26 also used internally to the .m4 macros for GNU autoconf that
27 are included with ''GLib''.
28 !!OPTIONS
29
30
31 ''glib-config'' accepts the following
32 options:
33
34
35 __LIBRARIES__
36
37
38 ''GLib'' has three libraries 'glib', 'gmodule' and
39 'gthread'. If you specify one of them, only the appropriate
40 things for that library will be printed.
41
42
43 __--version__
44
45
46 Print the currently installed version of ''GLib'' on the
47 standard output.
48
49
50 __--libs__
51
52
53 Print the linker flags that are necessary to link a
54 ''GLib'' program.
55
56
57 __--cflags__
58
59
60 Print the compiler flags that are necessary to compile a
61 ''GLib'' program.
62
63
64 __--prefix=PREFIX__
65
66
67 If specified, use PREFIX instead of the installation prefix
68 that ''GLib'' was built with when computing the output
69 for the --cflags and --libs options. This option is also
70 used for the exec prefix if --exec-prefix was not specified.
71 This option must be specified before any --libs or --cflags
72 options.
73
74
75 __--exec-prefix=PREFIX__
76
77
78 If specified, use PREFIX instead of the installation exec
79 prefix that ''GLib'' was built with when computing the
80 output for the --cflags and --libs options. This option must
81 be specified before any --libs or --cflags
82 options.
83 !!SEE ALSO
84
85
4 perry 86 gtk-config(1), gimp(1),
1 perry 87 gimptool(1)
88 !!COPYRIGHT
89
90
91 Copyright 1998 Owen Taylor
92
93
94 Permission to use, copy, modify, and distribute this
95 software and its documentation for any purpose and without
96 fee is hereby granted, provided that the above copyright
97 notice appear in all copies and that both that copyright
98 notice and this permission notice appear in supporting
99 documentation.
100 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.