Date: Tue, 29 Oct 1996 13:12:34 +0000 From: Bill Currie Subject: Re: Compiling GCC 2.7.2.1 with itself To: "Alaric B. Williams" Cc: Eli Zaretskii , djgpp AT delorie DOT com Message-id: <327602C2.5AC@blackmagic.tait.co.nz> Organization: Tait Electronics NZ MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <846539844 DOT 13831 DOT 0 AT abwillms DOT demon DOT co DOT uk> Alaric B. Williams wrote: > > Hokay. That's fixed now. I made it clean, and reran configur go32, > then make, and it still complains of line number overflow when > linking... which sounds like another problem altogether. Any ideas? set CFLAGS=-O2 set LDFLAGS=-s set MAKEFLAGS=e This is what dj told me and it works. BTW there is no '-' in front of the e in makeflags. As to the local symbols, trickier than I thought. Bill