Hi, 1. config.guess:
hppa2.0w-hp-hpux11.11 2. gcc -v macallan 253: gcc -v Reading specs from /lts_dev/opt/hp-gcc/3.3.6/ilp32/lib/gcc-lib/hppa1.1-hp-hpux11.11/3.3.6/specs Configured with: /proj/oscp/nightly/gcc/gcc_3_3_6_release/gcc/configure --enable-languages=c,c++ --enable-threads=posix --with-ld=/usr/ccs/bin/ld --without-gnu-ld --build=hppa1.1-hp-hpux11.11 --host=hppa1.1-hp-hpux11.11 --target=hppa1.1-hp-hpux11.11 --prefix=/opt/hp-gcc/3.3.6/ilp32 --with-as=/proj/oscp/nightly/gcc/gcc_3_3_6_release/HP-UX/hppa//opt/hp-gcc/3. 3.6/ilp32/bin/as Thread model: posix gcc version 3.3.6 macallan 254: pwd /lts_dev/gcc_3.3.6_DL/GCC_Posix_336_obj/bin macallan 255: 3. uname -a HP-UX macallan B.11.11 U 9000/800 1770927651 unlimited-user license 4. --enable-languages=c,c++ (Only built for C,C++, package core and g++ downloaded). Built on a HP RP5430 server. I had to configure the libstdc++-v3 separately prior to the build, i.e. make sure to run the configure command for libstdc++-v3 as well. I have also built it for single thread, i.e. --enable-threads=single. For posix thread --enable-threads=posix you will need libpthread* in your /usr/lib. I also installed libiconv 1.10 prior to the build. With this setup, I am able to have the GCC 3.3.6 and 2.95.2 on the same machine, and toggling between them is easy with logical links. Thanks, Andreas Garvik