X-Authentication-Warning: rusty.russwhit.com: russ owned process doing -bs Date: Mon, 26 Mar 2001 12:06:14 -0800 (PST) From: Russ Whitaker X-Sender: russ AT rusty DOT russwhit DOT com To: Maurice Lombardi cc: VJSuorsa AT Surfeu DOT Fi, Djgpp AT Delorie DOT Com, Gpc AT gnu DOT de Subject: Re: Need GPC installation In-Reply-To: <3ABF4D55.9000501@ujf-grenoble.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 26 Mar 2001, Maurice Lombardi wrote: > > Mmm. There is something broken in gpc under gcc-2.9.5.3. > It compiles with snapshot gpc-20010315, but it gives lots of errors > when running the test suite. As a comparison I have compiled the same > snapshot under gcc-2.9.5.2 (the result is on agnes) and it gives zero error > for the test suite. [..] > Has anybody tried to compile gpc with gcc2953 on a linux machine? > Have linux I586 box. While gcc2953 is broken, it *seems* to work. Programs without units compile and work ok. For programs with units, found a work-around. Using crtdemo.pas as an example: gpc --automake -c crtdemo.pas gpc -o crtdemo crt.o crtdemo.pas Hope this helps Russ