Tomasz Kowaltowski wrote:
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':
Looks like a glibc version conflict (I thought these days were over) ...
Unless someone has an idea how to build a binary as independent of glibc versions as possible, I guess you might have to compile GPC yourself (which is usually not difficult under Linux).
Frank