=?iso-8859-1?q?Preben=20Mikael=20Bohn?= wrote:
Hi all
I have tried several times in the past to install GPC on linux with different degrees of success... :)
Are there any RPM or binary distibutions for the newest GPC for RedHat 7.2? If not, what version of gcc is the preferred one to use in the compilation step at the time? Currently I have downloaded gcc-core-2.95.2.tar.gz and gpc-20020402.tar.gz from http://www.gnu-pascal.de/current/ I already have the RH7.2 standard gcc installed, and I'd like to install gpc for a user, not root...
The only special thing to note then is to configure it with an appropriate prefix (you could also set environment variables when using it, but if you plan it from the start, configuring is easier). I always do in this situation:
.../configure --prefix=$HOME/usr ...
This puts the binaries in ~/usr/bin.
Frank