X-pop3-spooler: POP3MAIL 2.1.0 b 4 980420 -bs- Message-ID: <358C00CD.5AC86A29@club-internet.fr> Date: Sat, 20 Jun 1998 18:34:53 +0000 From: tildouf X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.0.34 i586) MIME-Version: 1.0 To: beastium-list AT Desk DOT nl Subject: Installation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Marc Lehmann Status: RO X-Status: A Content-Length: 750 Lines: 22 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 ?