Date: Wed, 7 Jul 93 11:06:44 EDT From: DJ Delorie To: gbm AT ii DOT pw DOT edu DOT pl Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: How to build gcc ? > Please describe what I need to build new gcc (say 2.4.5) using current one > under djgpp. Is the unix machine necessary for configuring gcc ? > If not, what actions must be taken to make gcc out of distribution file > after gunzipping and untaring. gzip -d -c gcc245sr.tgz > gcc245sr.tar djtarx gcc245sr.tar cd gcc-245 configure ndmake CFLAGS=-O2 gcc245sr.tgz is gcc-2.4.5.tar.gz, djtarx will ask you about new directory names for gcc-2.4.5 (answer gcc-245) and some file names. You may have to apply patches from gcc241bn.zip (patches/gcc-241/*) to some files to get it to work *exactly* the same, but I don't think it's required. > It would be nice to include the info with the next djgpp package. Look in the FAQ.