comparison INSTALL @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 74fd4e045ea6
children 2f8bb876ab1d
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
174 defaults to "-g -O" for gcc and "-g" for all other compilers. 174 defaults to "-g -O" for gcc and "-g" for all other compilers.
175 175
176 The `--dynamic' option specifies that configure should try to link 176 The `--dynamic' option specifies that configure should try to link
177 emacs dynamically rather than statically. 177 emacs dynamically rather than statically.
178 178
179 The `--const-is-losing' option is for use if you have trouble
180 compiling due to the `const' storage class in C. This is defined by
181 default. Most users should have no need to change this.
182
183 You can build XEmacs for several different machine types from a single 179 You can build XEmacs for several different machine types from a single
184 source directory. To do this, you must use a version of `make' that 180 source directory. To do this, you must use a version of `make' that
185 supports the `VPATH' variable, such as GNU `make'. Make separate 181 supports the `VPATH' variable, such as GNU `make'. Create separate
186 build directories for the different configuration types, and in each 182 build directories for the different configuration types, and in each
187 one, run the XEmacs `configure' script. `configure' looks for the 183 one, run the XEmacs `configure' script. `configure' looks for the
188 Emacs source code in the directory that `configure' is in. 184 Emacs source code in the directory that `configure' is in.
189 185
190 The `--prefix=PREFIXDIR' option specifies where the installation process 186 The `--prefix=PREFIXDIR' option specifies where the installation process