Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/INSTALL Thu May 31 12:45:41 2001 +0000 +++ b/INSTALL Thu May 31 12:47:28 2001 +0000 @@ -159,6 +159,12 @@ variable CFLAGS is consulted. If that is also undefined, CFLAGS defaults to "-g -O" for gcc and "-g" for all other compilers. +The xemacs executable can be built using a C++ compiler. However, +because configure and programs in lib-src require a C compiler, two +compilers must be used at different times during the build process. +Use something like `configure --compiler=gcc --xemacs-compiler=g++'. +This option is intended for use by the maintainers. + The `--dynamic' option specifies that configure should try to link emacs dynamically rather than statically.