I have installed (Redhat 5.0) gpc-2.0-1.i386.rpm, but running it on any pascal program produces an error:
ld: cannot open crtbegin.o: No such file or directory
(If I use gpc -S hello.pas, I _do_ get successful compilation; the problems clearly arise later.)
Can anyone point me in the right direction on this? Specifically, are there configuration steps which must be taken _after_ rpm has completed its installation?
Thanks,
Doug Troeger
Hello!
According to dtroeger@ix.netcom.com:
I have installed (Redhat 5.0) gpc-2.0-1.i386.rpm, but running it on any pascal program produces an error:
ld: cannot open crtbegin.o: No such file or directory
[...]
It has been reported that this problem is due to a version mismatch in the `libc' library and that recompiling GPC on your system solves the problem. This is not really a problem on Linux, but you need the source of GCC and about 40 MB of free disk space.
Hope this helps,
Peter