cat>$RBGB/gccVersionRedhat.060824 --------------------------------------------- mercury(86)> cd /usr/lib mercury(87)> lg gnu ls: gnu: No such file or directory mercury(88)> lg -d gcc drwxr-xr-x 3 root 4096 May 23 19:30 gcc mercury(89)> cd gcc mercury(90)> ls i386-redhat-linux mercury(91)> cd i* mercury(92)> ls 3.4.3 3.4.6 4.1.0 mercury(93)> gcc --v Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Thread model: posix gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) mercury(94)> lg total 28 drwxr-xr-x 4 root 4096 Aug 14 11:42 . drwxr-xr-x 3 root 4096 May 23 19:30 .. drwxr-xr-x 5 root 4096 Aug 14 11:40 3.4.3 lrwxrwxrwx 1 root 5 Aug 14 11:40 3.4.6 -> 3.4.3 drwxr-xr-x 4 root 4096 Aug 14 11:36 4.1.0 mercury(95)> g++ --v Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Thread model: posix gcc version 3.4.6 20060404 (Red Hat 3.4.6-3) mercury(96)>