Hi again,
I wrote:
Jawaad Ahmad wrote:
I have a hunch, though. I installed DJGPP v2.95. Doesn't GPC assume that we have v2.81 installed?
Not really. It uses the gcc-2.8.x or egcs-1.1.x backend but can coexist peacefully with other versions of GCC.
One remark: If you want GPC to compile C files (e.g. when compiling some parts of the standard units) it wants to have `cc1' etc. in its `/djgpp/lib/gcc-lib/.../' directory. So if you have the "wrong" version of GCC installed, you can kludge around by copying the files there.
Hope this helps,
Peter