------- Comment #3 from sagar dot indalkar at ge dot com 2006-04-10 11:46 ------- Hi,
As per suggestion given, I have downloaded the gcc compiler version 4.0.3 and uploaded to the box. When started configuring the using the command given below. ../gcc-4.0.3/configure --prefix=/usr/bin/gcc-4.0.3 I was getting error as follows. configure:2271: gcc -c -g conftest.c 1>&5 configure:2261:17: gmp.h: No such file or directory configure: In function `main': configure:2265: `choke' undeclared (first use in this function) configure:2265: (Each undeclared identifier is reported only once configure:2265: for each function it appears in.) configure:2265: parse error before "me" configure: failed program was: #line 2260 "configure" #include "confdefs.h" #include "gmp.h" int main() { #if __GNU_MP_VERSION < 3 choke me #endif ; return 0; } For more details I have attached config.log file. Thanks in advance Regards, Sagar -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27076