Could somebody tell me how to solve this problem while linking my programs ??
ld: Output file requires shared library `libc.so.4'
gcc: Internal compiler error: program ld got fatal signal 6
The gcc options were -g -ansi. If I remove -g then it works fine.
I am using gcc version 2.6.3 and libc.so.4.6.27. (They came with
slackware 2.0, on Pentium 133)
Thanks.
-cjchen