On Thu, Jan 29, 2009 at 2:23 PM, kamaraju kusumanchi <raju.mailinglists@xxxxxxxxx> wrote: > While compiling the gcc-4.4-20090123, I am getting the following error. > > make[3]: Entering directory > `/home/kkusuman/software/compileHere/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp' > gcc -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp > -I. -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/../include > -I./../intl -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include > -g -fkeep-inline-functions -W -Wall -Wwrite-strings > -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition > -Wmissing-format-attribute -pedantic -Wno-long-long > -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp > -I. -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/../include > -I./../intl -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include > -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo I figured out the problem here. If I unset the C_INCLUDE_PATH to an empty string then the compilation proceeds further.