Mail Archives: pgcc/1998/06/20/18:40:15
I use Egs 1.0.2 patched with PGCC and it work, but:
After compilation and installation, my old gcc is again working
(example:gcc --version --> 2.7...)
I have to rename (mv) gcc to gcc~old and make a symbolic link of
/usr/local/bin/gcc (pgc) to
/usr/bin.
--> it work.
In order to be sure, i do the following things:
-in the directory: /usr/lib/gcc-lib/i386-redhat-linux i move 2.7.2.3 to
2.7.2.3~old.
and i copy 2.8.1 in /usr/lib/gcc-lib/i586-pc-linux-gnu/2.8.1 to
/usr/lib/gcc-lib/i386-redhat-linux and i move it in 2.7.2.3.
Because before doing it, i saw in /lib that cpp (symbolic link) go to
/usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3
So i'm sure (but is it util ?) that when i compile i work with PGCC.
It is the best way to do it ?
- Raw text -