I'm trying to bootstrap gcc-3.4.3 on >uname -a HP-UX lvcapt B.11.23 U ia64 0104590984 unlimited-user license
configured with configure --prefix=/opt/gcc343 --enable-shared \ --with-threads=posix --disable-nls \ --with-gnu-as=/opt/gcc342/bin/ia64-hp-hpux11.23-as \ I tried to bootstrap with >gcc -v Reading specs from /opt/gcc342/lib/gcc/ia64-hp-hpux11.23/3.4.2/specs Configured with: /penelope/gcc-3.4.2/configure --prefix=/opt/gcc342 --enable-shared --enable-static --enable-languages=c,c++ --disable-nlx Thread model: posix gcc version 3.4.2 and >aCC -V aCC: HP aC++/ANSI C B3910B A.06.00 [Aug 25 2004] It's failing here: gmake \ CFLAGS="-g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long " \ CONFIG_H="config.h auto-host.h /penelope/gcc-3.4.3/gcc/../include/ansidecl.h" \ MAKEOVERRIDES= \ -f libgcc.mk all gmake[3]: Entering directory `/penelope/gcc-3.4.3/hp1123/gcc' for d in libgcc hpux64 libgcc/hpux64; do \ if [ -d $d ]; then true; else /bin/sh /penelope/gcc-3.4.3/gcc/mkinstalldirs $d; fi; \ done if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi ./xgcc -B./ -B/opt/gcc343/ia64-hp-hpux11.23/bin/ -isystem /opt/gcc343/ia64-hp-hpux11.23/include -isystem /opt/gcc343/ia64-hp-hpux11.23/syo error 2005: invalid option '-x' gmake[3]: *** [libgcc/./__divxf3.o] Error 1 gmake[3]: Leaving directory `/penelope/gcc-3.4.3/hp1123/gcc' gmake[2]: *** [stmp-multilib] Error 2 gmake[2]: Leaving directory `/penelope/gcc-3.4.3/hp1123/gcc' gmake[1]: *** [stage1_build] Error 2 gmake[1]: Leaving directory `/penelope/gcc-3.4.3/hp1123/gcc' gmake: *** [bootstrap] Error 2 -- Summary: bootstrapping failing on HP-UX 11.23/IA64 Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: critical Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: markus dot doehr at siegenia-aubi dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18388