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