Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ai-lab!cracraft From: cracraft@wheaties.ai.mit.edu (Stuart Cracraft) Newsgroups: gnu.gcc.bug Subject: gcc on a stock ATT System V Unix Message-ID: <1580@gluteus.ai.mit.edu> Date: 11 Apr 89 04:24:58 GMT Organization: Toshiba U.S. Research & Development (714-583-3772) Lines: 23 Hi, This letter describes my experiences with GNU CC ("gcc") on a stock ATT System V/386 machine (Toshiba 5100). The system compiler is a pcc-derivative. Compilation succeeded with the first Make (as described in INSTALL). However, upon doing: make CC=stage1/gcc CFLAGS="-g -O -Bstage1/" c-parse.tab.c ... the make failed. The symptom of the failure is a lot of disk accesses, maybe a lot of compiler temporary-file work, and just an infinite suspension of belief. This also happens when including "-msoft-float" in the command line above. The same symtpoms occur (as described in the previous paragraph). To the best of my knowledge, this system does not have a floating point chip assist. Stuart