Hi, I am trying to do a simple build of version 3.3.2 on hp, but am getting an error that I don't understand. What I am doing is very straight forward. I just do the following configuration: gcc-3.3.2/configure --prefix=my_installation_dir where the installation directory is in parallel with the gcc-3.3.2 source directory. This should be very straight forward, but when I try to make it, I get the following error after about 30 minutes of compilation. Any idea what the problem is? (BTW, I get the same erorr with version 3.3.1) cc1plus: warning: -g is only supported when using GAS on this processor, cc1plus: warning: -g option disabled as: error 7403: undefined label - _ZTISt8bad_cast (7403) make[3]: *** [eh_aux_runtime.lo] Error 1 make[3]: Leaving directory `/.homes/dante3/gshobaki/my_gcc/native_hp/build/hppa2.0w-hp-hpux11.00/libstdc++-v3/libsupc++' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/.homes/dante3/gshobaki/my_gcc/native_hp/build/hppa2.0w-hp-hpux11.00/libstdc++-v3' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/.homes/dante3/gshobaki/my_gcc/native_hp/build/hppa2.0w-hp-hpux11.00/libstdc++-v3' make: *** [all-target-libstdc++-v3] Error 2 Thanks -Ghassan