Date: Sat, 11 Dec 93 23:10:27 PST From: stevev AT miser DOT uoregon DOT edu (Steve VanDevender) To: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: reporting bugs in gcc Bob Babcock writes: > > What you should do is get the latest gcc (2.5.6 at the current time) > > and rebuild cc1 to see if it is still a problem. > > I was afraid that would be the answer. Could you estimate how much disk > space is required to do this? Could I instead build a cross-compiler under > Unix? You will need 40-50M of free space to compile GCC, if you economize a bit (clear out the unused config files; build just the C compiler in stages 1 and 2 and only compile cc1plus in stage 3 after removing the stage1 directory, etc). I wouldn't recommend trying to cross-compile on a non-DOS box. It's easier to get it right if you build the normal compiler.