On Thu, 26 Jul 2001, Oliver Kullmann wrote:
Hi,
on the search for an ISO 7185 compliant compiler I found gpc, which I have installed in Suse 7.2 Linux, however, trying to compile something doesn't work:
gpc: installation problem, cannot exec `gpcpp': No such file or directory
Depending on your installation it should be located in
/usr/local/lib/gcc-lib/your-platform/gcc-version/
Thanks! However, yet I didn't make progress; in
/usr/lib/gcc-lib/i486-suse-linux/2.95.3
I didn't find gpcpp; the content of that directory is
ls SYSCALLS.c.X collect2 crtend.o include libg++.so libobjc.a units cc1 cpp0 crtendS.o jc1 libg2c.a libstdc++.a cc1obj crtbegin.o f771 jvgenmain libgcc.a libstdc++.so cc1plus crtbeginS.o gpc1 libg++.a libgpc.a specs
If you built it yourself probably you changed the installation prefix to something different from the default /usr/local. Or maybe you tried to install GPC without needed permissions for target directories. Try to redo the installation and read carefully the errors if any occur.
I used the installation by yast (the Suse installation tool), which usually works pretty well ...
I guess I'm doomed and I have to install gpc myself?
Oliver