1gnustep-config(1) GNUstep System Manual gnustep-config(1)
2
3
4
6 gnustep-config - prints information about the current gnustep installa‐
7 tion.
8
10 gnustep-config [ --variable=variable |--objc-flags|--objc-libs|--base-
11 libs|--gui-libs ]
12
14 gnustep-config can print information about the currently installed
15 GNUstep system. Output is generated dynamically based on environment
16 variables such as GNUSTEP_CONFIG_FILE and GNUSTEP_MAKEFILES, though
17 default values for these are generated when the tool is config‐
18 ured/installed. Output is primarily the locations in which various
19 GNUstep resources are installed, but also provide flags used to build
20 differnt types of GNUstep project.
21
23 --variable=variable
24 prints the value of the specified variable. Possible variables
25 are:
26 GNUSTEP_MAKEFILES
27 GNUSTEP_USER_DIR
28 GNUSTEP_USER_DEFAULTS_DIR
29 GNUSTEP_HOST
30 GNUSTEP_HOST_CPU
31 GNUSTEP_HOST_VENDOR
32 GNUSTEP_HOST_OS
33 GNUSTEP_IS_FLATTENED
34 GNUSTEP_xxx_APPS
35 GNUSTEP_xxx_TOOLS
36 GNUSTEP_xxx_LIBRARY
37 GNUSTEP_xxx_HEADERS
38 GNUSTEP_xxx_LIBRARIES
39 GNUSTEP_xxx_DOC
40 GNUSTEP_xxx_DOC_MAN
41 GNUSTEP_xxx_DOC_INFO
42 where 'xxx' could be any of 'SYSTEM', 'NETWORK', 'LOCAL' and
43 'USER'.
44
45
46 --objc-flags
47 prints all the flags required to compile an ObjC file
48
49
50 --objc-libs
51 prints all the flags required to link a pure ObjC program (no
52 foundation/gui)
53
54
55 --base-libs
56 prints all the flags required to link a command-line ObjC pro‐
57 gram (no gui)
58
59
60 --gui-libs
61 prints all the flags required to link a GUI ObjC program
62
64 None known
65
67 GNUstep(7)
68
70 Work on gnustep-config started in 2007 by Nicola Pero
71 <nicola.pero@meta-innovation.com>
72
74 This man page was written by Dennis Leeuw <dleeuw@made-it.com>.
75
77 Copyright (C) 2007 Free Software Foundation, Inc.
78
79 Copying and distribution of this file, with or without modification,
80 are permitted in any medium without royalty provided the copyright
81 notice and this notice are preserved.
82
83
84
85GNUstep 24/12/2007 gnustep-config(1)