Jovan Ilic wrote:
Compiling fresh installed GPC sources failes with whatever the CFLAGS are set to by default. If CFLAGS=-O is used, it compiles just fine with gcc-2.8.1. When I try to install it, it chokes on pascal.install-info and make aborts:
for f in gpc.info*; do \ ../install.sh -c $f /usr/local/gpc/info/$f; \ done /bin/sh: ../install.sh: not found [...]
This is resolved now (Thanks, Jim!:-) and will be fixed in the next snapshot. For the moment, you can work around by copying `install.sh' to the `p/doc' subdirectory.
Hope this helps,
Peter