From: Andrew Crabtree Message-Id: <199705211813.AA286898417@typhoon.rose.hp.com> Subject: Recompiling FSDB To: djgpp AT delorie DOT com Date: Wed, 21 May 1997 11:13:37 PDT Precedence: bulk Has anyone successfully recompiled the Full Screen Debugger? It is in /src/debug/fsdb/ I am having trouble with fullscr.c At first I thought it was a PGCC problem, but after a little more troubleshooting I am not sure. PGCC on -O6 hangs (this is a real problem) PGCC on -O2 puts three 'xorl %al, %al' in the .s file and gas won't assemble it PGCC with no -O flag puts 1 'xorl %al, %al' ... I overwrote just cc1.exe with the normal one from DJ (still have new gcc, cpp, and as), and tried with it. I got the same results on -O2 and with nothing!? Any ideas ... Andrew