77f52c24c996f08f57060bf6ef9488036fbdfd98
[chise/xemacs-chise.git.1] / configure.usage
1 Usage: configure [--OPTION[=VALUE] ...] [CONFIGURATION]
2
3 Set compilation and installation parameters for XEmacs, and report.
4
5 Note that for most of the following options, you can explicitly enable
6 them using `--OPTION=yes' and explicitly disable them using `--OPTION=no'.
7 This is especially useful for auto-detected options.
8 The option `--without-FEATURE' is a synonym for `--with-FEATURE=no'.
9
10 Options marked with a (*) are auto-detected.
11
12 Many features require external packages to be installed first.
13 Get them from ftp://ftp.xemacs.org/pub/xemacs/aux.
14
15 Use colons (or quoted spaces) to separate directory names in option
16 values which are PATHs (i.e. lists of directories).
17
18 The results of configure tests are saved in config.log, which is useful
19 for diagnosing problems.
20
21
22 General options:
23
24 --help                  Issue this usage message.
25 --verbose               Accepted but ignored.
26 --extra-verbose         Display more information, useful for debugging.
27
28
29 Compilation options:
30
31 --compiler=PROG         C compiler to use
32 --with-gcc (*)          Use GCC to compile XEmacs.
33 --cflags=FLAGS          Compiler flags (such as -O)
34 --cpp=PROG              C preprocessor to use (e.g. /usr/ccs/lib/cpp or cc -E)
35 --cppflags=FLAGS        C preprocessor flags (e.g. -I/foo or -Dfoo=bar)
36 --libs=LIBS             Additional libraries (e.g. -lfoo)
37 --ldflags=FLAGS         Additional linker flags (e.g. -L/foo)
38 --site-includes=PATH    List of directories to search first for header files
39 --site-libraries=PATH   List of directories to search first for libraries
40 --site-prefixes=PATH    List of directories to search for include/ and lib/
41                         subdirectories, just after 'site-includes' and
42                         'site-libraries'
43 --site-runtime-libraries=PATH
44                         List of ALL directories to search for dynamically
45                         linked libraries at run time
46 --dynamic=yes           Link dynamically if supported by system.
47 --dynamic=no            Force static linking on systems where dynamic
48                         linking is the default.
49 --srcdir=DIR            Look for the XEmacs source files in DIR.
50                         Works best when using GNU Make.
51
52
53 Installation options:
54
55 --prefix=DIR            Install files below DIR.  Defaults to `/usr/local'.
56 --with-prefix=no        Don't compile the value of --prefix into the
57                         executable.
58
59
60 Window-system options:
61
62 --with-gtk              Support GTK on the X Window System. (EXPERIMENTAL)
63 --with-gnome            Support GNOME on the X Window System. (EXPERIMENTAL)
64 --with-x11 (*)          Support the X Window System.
65 --x-includes=DIR        Search for X header files in DIR.
66 --x-libraries=DIR       Search for X libraries in DIR.
67 --with-msw (*)          Support MS Windows as a window system (only under
68                         Cygwin and MinGW).  `--with-msw=no' may be needed on
69                         *nix systems with Wine installed.
70 --with-toolbars=no      Don't compile with any toolbar support.
71 --with-wmcommand=no     Compile without realized leader window which will
72                         keep the WM_COMMAND property.
73 --with-athena=TYPE      Use TYPE Athena widgets
74                         (xaw, 3d, next, 95, or xpm)
75 --with-menubars=TYPE    Use TYPE menubars (lucid, motif, or no).  The Lucid
76                         widgets emulate Motif (mostly) but are faster.
77                         *WARNING*  The Motif menubar is currently broken.
78 --with-scrollbars=TYPE  Use TYPE scrollbars
79                         (lucid, motif, athena, or no).
80 --with-dialogs=TYPE     Use TYPE dialog boxes (motif, athena, or no).
81                         Lucid menubars and scrollbars are the default.
82                         Motif dialog boxes will be used if Motif can be found.
83 --with-widgets=TYPE     Use TYPE widgets (motif, athena, or no).
84                         Motif widgets will be used if Motif can be found.
85                         Other widget types are currently unsupported.
86 --with-dragndrop        Compile in the generic drag and drop API. This is
87                         automatically added if one of the drag and drop
88                         protocols is found (currently CDE, OffiX, MSWindows).
89                         *WARNING*  The Drag'n'drop support is under development
90                                    and is considered experimental.
91 --with-cde              Compile in support for CDE drag and drop.
92 --with-offix            Compile in support for OffiX drag and drop.
93                         *WARNING*  If you compile in OffiX, you may not be
94                                    able to use multiple X displays success-
95                                    fully.  If the two servers are from
96                                    different vendors, the results may be
97                                    unpredictable.
98 --with-xmu=no (*)       For those unfortunates whose vendors don't ship Xmu.
99 --external-widget       Compile with external widget support.
100
101
102 TTY (character terminal) options:
103
104 --with-tty=no           Don't support ttys.
105 --with-ncurses (*)      Use the ncurses library for tty support.
106 --with-gpm (*)          Compile in GPM mouse support for ttys.
107
108
109 Image options:
110
111 --with-xpm (*)          Compile with support for XPM images.  PRACTICALLY
112                         REQUIRED.  Although this library is nonstandard and
113                         a real hassle to build, many basic things (e.g.
114                         toolbars) depend on it, and you will run into
115                         many problems without it.
116 --with-png (*)          Compile with support for PNG images.  Recommended
117                         because the images on the About page are not viewable
118                         without it.
119 --with-jpeg (*)         Compile with support for JPEG images.  Useful if
120                         you are using a mail, news reader, or web browser
121                         in XEmacs, so that JPEG images can be displayed.
122 --with-tiff (*)         Compile with support for TIFF images.  Possibly
123                         useful, for the same reason as JPEG images.
124 --with-xface (*)        Compile with support for X-Face mail headers.
125                         Requires the compface package.  Of doubtful
126                         usefulness.
127 --with-gif=no           Compile without the (builtin) support for GIF images.
128
129
130 Sound options:
131
132 --with-sound=TYPE[,TYPE[,...]] (*) Compile with sound support.
133                         Valid types are `native', `nas' and `esd'.
134                         Prefix a type with 'no' to disable.
135                         The first type can be `none' or `all'.  `none' means
136                         `nonative,nonas,noesd'.  `all' means `native,nas,esd'.
137                         Later options override earlier ones for the same TYPE.
138                         Autodetect native and NAS sound unless specified.
139                         ESD must be explicitly requested.
140 --native-sound-lib=LIB  Native sound support library.  Needed on Suns
141                         with `--with-sound=native,nas' because both sound
142                         libraries are called libaudio.
143
144
145 Database options:
146
147 --with-database=TYPE (*) Compile with database support.  Valid types are
148                         `no' or a comma-separated list of one or more
149                         of `berkdb' and either `dbm' or `gnudbm'.
150 --with-ldap (*)         Compile with support for the LDAP protocol.
151 --with-postgresql (*)   Compile with support for the PostgreSQL RDBMS.
152
153
154 Mail options:
155
156 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent
157                         concurrent updates of mail spool files. Valid types
158                         are `lockf', `flock', and `dot'.
159 --with-pop              Support POP for mail retrieval.
160 --with-kerberos         Support Kerberos-authenticated POP.
161 --with-hesiod           Support Hesiod to get the POP server host.
162
163
164 Additional features:
165
166 --with-tooltalk (*)     Support the ToolTalk IPC protocol.
167 --with-workshop         Support the Sun WorkShop (formerly Sparcworks)
168                         development environment.
169 --with-socks            Compile with support for SOCKS (an Internet proxy).
170 --with-dnet (*)         Compile with support for DECnet.
171 --with-modules          Compile in experimental support for dynamically
172                         loaded libraries (Dynamic Shared Objects).
173 --with-netinstall       Compile in support for installation over the internet.
174                         Only functional on the MS Windows platforms.
175 --with-ipv6-cname=no    Don't try to get IPv6 information when canonicalizing
176                         host names.  This option has no effect unless system
177                         supports getaddrinfo(3) and getnameinfo(3).
178 --with-site-lisp=yes    Allow for a site-lisp directory in the XEmacs hierarchy
179                         searched before the installation packages.
180 --with-site-modules=no  Disable site-modules directory in the XEmacs hierarchy,
181                         which is searched before the installation modules.
182 --package-path=PATH     Directories to search for packages to dump with xemacs.
183                         PATH splits into three parts separated by double
184                         colons (::), an early, a late, and a last part,
185                         corresponding to their position in the various
186                         system paths:  The early part is always first,
187                         the late part somewhere in the middle, and the
188                         last part at the very back.
189                         Only the late part gets seen at dump time.
190                         If PATH has only one component, that component
191                         is late.
192                         If PATH has two components, the first is
193                         early, the second is late.
194 --infodir=DIR           Directory to install XEmacs Info manuals and dir in.
195 --infopath=PATH         Directories to search for Info documents, info dir
196                         and localdir files in case run-time searching
197                         for them fails.
198 --moduledir=DIR         Directory to install dynamic modules in.
199 --pdump                 New, experimental, don't-sue-me-if-your-house-
200                         collapses-and-your-wife-leaves-you, portable dumper.
201 --with-file-coding      Allows transparent use of "foreign" line break
202                         conventions in text files (such as LF-delimited text
203                         imported from a Unix system to a Windows environment),
204                         optionally including autodetection.  Defaults to ON
205                         on Windows, OFF on Unix.
206
207 Internationalization options:
208
209 --with-mule             Compile with Mule (MUlti-Lingual Emacs) support,
210                         needed to support non-Latin-1 (including Asian)
211                         languages.
212 --with-xim=xlib         Compile with support for X input methods,
213 --with-xim=motif (*)    Used in conjunction with Mule support.
214                         Use either raw Xlib to provide XIM support, or
215                         the Motif XmIm* routines (when available).
216                         NOTE:  On some systems bugs in X11's XIM support
217                         will cause XEmacs to crash, so by default,
218                         no XIM support is compiled in, unless running
219                         on Solaris and the XmIm* routines are detected.
220 --with-canna (*)        Compile with support for Canna (a Japanese input method
221                         used in conjunction with Mule support).
222 --with-wnn (*)          Compile with support for Wnn (a multi-language input
223                         method used in conjunction with Mule support).
224 --with-wnn6 (*)         Compile with support for the commercial package Wnn6.
225 --with-i18n3            Compile with I18N level 3 (support for message
226                         translation).  This doesn't currently work.
227 --with-xfs              Compile with XFontSet support for internationalized
228                         menubar.  Incompatible with `--with-xim=motif'.
229                         `--with-menubars=lucid' (the default) is desirable.
230
231
232 Debugging options:
233
234 --debug                 Compile with support for debugging XEmacs.
235                         (Causes code-size increase and little loss of speed.)
236 --error-checking=TYPE[,TYPE]...
237                         Compile with internal error-checking added.
238                         Causes noticeable loss of speed.  Valid types
239                         are extents, bufpos, malloc, gc, typecheck.
240 --error-checking=none   Disable all internal error-checking (the default).
241 --error-checking=all    Enable all internal error-checking.
242 --memory-usage-stats    Compile with additional code to allow you to
243                         determine what XEmacs's memory is being used
244                         for.  Causes a small code increase but no loss
245                         of speed.  Normally enabled when --debug is given.
246 --no-doc-file           Don't rebuild the DOC file unless it's explicitly
247                         deleted.  Only use during development. (It speeds
248                         up the compile-run-test cycle.)
249 --use-union-type        Enable or disable use of a union, instead of an
250                         int, for the fundamental Lisp_Object type; this
251                         provides stricter type-checking.  Only works with
252                         some systems and compilers.
253 --with-quantify         Add support for performance debugging using Quantify.
254 --with-purify           Add support for memory debugging using Purify.
255
256
257 Other options:
258
259 --rel-alloc             Use the relocating allocator (default for this option
260                         is system-dependent).
261 --with-dlmalloc         Control usage of Doug Lea malloc on systems that have
262                         it in the standard C library (default is to use it if
263                         it is available).
264 --with-system-malloc    Force use of the system malloc, rather than GNU malloc.
265 --with-debug-malloc     Use the debugging malloc package.
266 --with-clash-detection  Use lock files to detect multiple edits of the same
267                         file.  The default is to do clash detection.
268
269 You may also specify any of the `path' variables found in Makefile.in,
270 including --bindir, --libdir, --docdir, --lispdir, --sitelispdir,
271 --datadir, --infodir, --mandir and so on.  Note that we recommend
272 against explicitly setting any of these variables.  See the INSTALL
273 file for a complete list plus the reasons we advise not changing them.
274
275 If successful, configure leaves its status in config.status.  If
276 unsuccessful after disturbing the status quo, it removes config.status.
277
278 The configure script also recognizes some environment variables, each
279 of which is equivalent to a corresponding configure flag.  Configure
280 flags take precedence over environment variables, if both are specified.
281
282 environment   corresponding
283 variable      configure flag
284 -----------   --------------
285 CC            --compiler
286 CPP           --cpp
287 CFLAGS        --cflags
288 CPPFLAGS      --cppflags
289 LDFLAGS       --ldflags
290 LIBS          --libs
291 LD_RUN_PATH   --site-runtime-libraries
292
293 For more details on the install process, consult the INSTALL file.