Hi
I have a redhat 6.0 installation with the standard egcs compiler, I have
followed the instalation instruction and compiled the gcc 2.95.2 src along
with the gpc19991030 and succed. The instruction sugest to use /usr/local/
for installation.
I dont know if it is commen, but when configureing the compiler I need to
specify
configure --enable-languages=pascal "i386-pc-linux"
I actually have a i686 pc is it because that I use the egcs compiler wich
says it is compiled under "i386" that it would not accept "i686-pc-linux"
To be able to acces the gpc compiler I have symlinked
ln -s /usr/local/bin/gpc /usr/bin/gpc
but when I compile a pascal program with a unit, like crt the compiler
places alot of .o and .gpi files in the directory that I compile from, can
this be redirected so that it will come in the ..../units where the crt.pas
gpc.pas and all the other units are.
Has any body succed in compiling the grx23 graphics lib with the 2.95.2
compiler so it can be used with the gpc19991030 ?
klaus