--- gforth/INSTALL 1995/11/29 20:20:32 1.15 +++ gforth/INSTALL 1996/01/07 17:22:06 1.18 @@ -33,9 +33,14 @@ hierarchy, say ./configure --prefix=/gnu Moreover, if your GCC is not called gcc (but, e.g., gcc-2.7.1), you -should say so during configuration: +should say so during configuration. E.g.: -env GCC=gcc-2.7.1 ./configure +env CC=gcc-2.7.1 ./configure + +You can also pass additional options to gcc in this way, e.g., if you +want to generate an a.out executable under Linux with gcc-2.7.0: + +env "CC=gcc -b i486-linuxaout -V 2.7.0" ./configure After, configuration, type @@ -68,6 +73,8 @@ documentation in HTML format by typing make html +If you prefer plain ASCII documentation, just concatenate the files +gforth.info-* ('cat gforth.info-*' under Unix). Preloading installation-specific code