On 11/24/05, Marius Andreiana <mandreiana.lists@xxxxxxxxx> wrote: > You need to rename the gcc and g++ binaries in /usr/bin, then make > symlinks to gcc32 and g++32 with the original names, so 'gcc -v', the > default compiler, will be 3.2 > After Oracle setup you can put them back. Ok. I tried, but no go. As follows. #mv gcc32 gcc #mv g++32 g++ #ln -s gcc gcc32 #ln -s g++ g++32 This didn't help. Same problem. So, I tried the names the other way, like this, #ls -l gcc* g+* lrwxrwxrwx 1 root root 6 Nov 24 18:24 g++32 -> g++-32 -rwxr-xr-x 3 root root 88952 Mar 8 2005 g++-32 lrwxrwxrwx 1 root root 6 Nov 24 18:23 gcc32 -> gcc-32 -rwxr-xr-x 2 root root 87864 Mar 8 2005 gcc-32 # Still, same problem. Thanks; -nat