From: Andrew Crabtree Message-Id: <199704242156.AA094028978@typhoon.rose.hp.com> Subject: Rebuilding gcc.exe To: djgpp AT delorie DOT com Date: Thu, 24 Apr 1997 14:56:18 PDT Precedence: bulk Hi - Does anyone have a step-by-step guilde for rebuilding gcc from the FSF sources. I have a working DJGPP 2.01 installing, with Bison and Sed, ... I want to rebuild cc1.exe and also (maybe, don't know if I need it) gcc.exe to replace the DJGPP ones. My thoughts were to do something along the lines of gzip -d src.tar.gz tar -xvf src.tar cd \src configure go32 make cc1 make xgcc But I haven't had much success with this. Mostly things like include prefixes or target dirs seem to be screwing up. Also, some missing defines. Thanks Andrew