--- gforth/INSTALL 1995/11/24 18:05:31 1.13 +++ gforth/INSTALL 1995/11/27 18:37:06 1.14 @@ -4,6 +4,14 @@ First, type ./configure +or better + +CC=gcc ./configure + +or however your gcc is called; because configure needs cc to find out some +parameters, and there may be differences in what is obtained from gcc and +from ghe default cc. + configure has the following useful parameters: --prefix=PREFIX install architecture-independent files in PREFIX [default: /usr/local]