root wrote: ^^^^ (See my last email ...)
I install rh 6.0 that comes with the egcs-2.91.66 and my gpc 2.0 don't work now,
IIRC it should be possible to let gpc-2.0 work standalone. Please try `gpc -v foo.pas' to examine which parts are missing.
and i don't know any site to dowload a pakage with gpc that work with this compiler.
We have precompiled binaries only for egcs-2.91.60 (= egcs-1.1.1), but it is straightforward to compile your own one for egcs-2.91.66 (= egcs-1.1.2) when you have the source of GCC and GPC. Just follow the instructions, and use p/diffs/gcc-egcs-2.91.60.diff to patch the GCC source.
Essentially, you have to type:
tar xzf egcs-core-1.1.2.tar.gz tar xzf gpc-19990118.tar.gz mv gpc/p egcs-1.1.2/gcc/p cd egcs-1.1.2/gcc patch -p1 < p/diffs/gcc-egcs-2.91.60.diff ./configure make LANGUAGES=pascal make LANGUAGES=pascal install
Hope this helps,
Peter