Gualberto Rabay wrote:
I have installed the binary files in my linux/pentium machine and I have compiled the examples power.pas and factorial.pas from the gpc distribution demo directory successfuly.
% gpc --automake -o power power.pas (LIBRARY_PATH=/usr/lib/gcc-lib/i386-red-hat-linux/egcs-2.91.66)
But when I tried to run it generates a core
% power core dumped
Does this only happen with these programs (which use the GMP library), or also with other programs? If it's only the GMP programs: which version of the GMP library do you have the installed -- the binary from Agnes, or one from your distribution. In the latter case, which version number is it (try `rpm -qf /usr/lib/libgmp.a', or the packet descriptions)?
What happens if you run power with some command line arguments?
Frank