Quoting Tom Brown tom.brown@goodtechnology.com:
I think they will differ in name, use "rpm -ql xxx | grep bin" when you have installed them.
# rpm -ql gcc | grep bin /usr/bin/c89 /usr/bin/c99 /usr/bin/cc /usr/bin/gcc /usr/bin/gcov /usr/bin/i386-redhat-linux-gcc /usr/bin/protoize /usr/bin/unprotoize
seems i can only see 3.4.4 but i have installed the compat-gcc-32 rpm ?
Because its in the compat-gcc-32 package, not gcc package. Try "rpm -ql compat-gcc-32 | grep bin". The exe you want to use is gcc32.
---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.