Frank Heckenbach wrote:
Tomasz Kowaltowski wrote:
I installed gpc-2.1-with-gcc.i686-pc-linux-gnu.tar.gz under my
previous
Linux (Red Hat 8.) and it worked without any problems.
I did the same under Red Hat 9. When I tried to compile a program
'gpc'
complained:
gpc: installation problem, cannot exec `gpcpp': No such file or
directory
I put then in /usr/local/bin a symbolic link:
I think this binary was broken. I've uplaoded a new one. Sorry for the inconvenience.
Frank
I tried again with:
gpc-20030507-with-gcc.i686-pc-linux-gnu.tar.gz
and
gpc-2.1-with-gcc.i686-pc-linux-gnu.tar.gz
With both I get output like:
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/libgpc.a(rts.o)(.text+0x465): In function `_p_UpCase': /home/frank/gpc/gcc-3.2.2/gcc/p/rts/rts.c:871: undefined reference to `__ctype_toupper' /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/libgpc.a(rts.o)(.text+0x485): In function `_p_LoCase':
[ ... snip ...]
Am I using a wrong version?
-- Tomasz