Mercurial > hg > xemacs-beta
comparison INSTALL @ 594:fd49b88b9f06
[xemacs-hg @ 2001-05-31 12:47:21 by ben]
goddamn fucking cvs
author | ben |
---|---|
date | Thu, 31 May 2001 12:47:28 +0000 |
parents | abe6d1db359e |
children | 77624ff6e2da |
comparison
equal
deleted
inserted
replaced
593:5fd7ba8b56e7 | 594:fd49b88b9f06 |
---|---|
157 The `--cflags' option specifies the CFLAGS the build process should | 157 The `--cflags' option specifies the CFLAGS the build process should |
158 use when compiling XEmacs. Otherwise the value of the environment | 158 use when compiling XEmacs. Otherwise the value of the environment |
159 variable CFLAGS is consulted. If that is also undefined, CFLAGS | 159 variable CFLAGS is consulted. If that is also undefined, CFLAGS |
160 defaults to "-g -O" for gcc and "-g" for all other compilers. | 160 defaults to "-g -O" for gcc and "-g" for all other compilers. |
161 | 161 |
162 The xemacs executable can be built using a C++ compiler. However, | |
163 because configure and programs in lib-src require a C compiler, two | |
164 compilers must be used at different times during the build process. | |
165 Use something like `configure --compiler=gcc --xemacs-compiler=g++'. | |
166 This option is intended for use by the maintainers. | |
167 | |
162 The `--dynamic' option specifies that configure should try to link | 168 The `--dynamic' option specifies that configure should try to link |
163 emacs dynamically rather than statically. | 169 emacs dynamically rather than statically. |
164 | 170 |
165 You can build XEmacs for several different machine types from a single | 171 You can build XEmacs for several different machine types from a single |
166 source directory. To do this, you must use a version of `make' that | 172 source directory. To do this, you must use a version of `make' that |