I was trying to make the package `msqltcl-1.50' on my linux (Slackware 2.3).
But the gcc (2.6.3) seems to have trouble to locate libc.so.4. The command
and the error messages are:
gcc -g -o msqlwish tkXAppInit.o msqltcl.o -L/usr/local/Minerva/lib \
-lmsql -L/lib -L/usr/lib -ltkx -ltclx -L/usr/X11R6/lib -L/lib -ltk \
-ltcl -lX11 -lm
ld: Output file requires shared library `libc.so.4'
gcc: Internal compiler error: program ld got fatal signal 6
I checked /lib. libc.so.4 was there, which was a symbolic link to libc.4.6.27.
Can anyone help me?
Thanks.
Guangliang He