On Fri 05 Apr 2002 18:06, "John David Anglin" wrote: > Retry following my suggestions. The important points are: > > 1) Use a common prefix for your tools (e.g., /usr/local/pa20_64). [v] Done > 2) Use --host=hppa64-hp-hpux11.00. [v] Done > 3) Export CC="cc -Ae +DA2.0W" for your initial builds of binutils and gcc. [v] Done [v] Rebuilt and installed binutils-2.12 again [v] gcc still problematic - build log attached (it requests to be sent to the gcc people :) a5:/pro/3gl/GNU/gcc-3.0.4 129 > cat Conf-64 #!/usr/bin/sh export CONFIG_SITE= export CC="cc -Ae +DA2.0W" export PATH=.:/usr/local/pa20_64/bin:/pro/local/bin export PATH=$PATH"":/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/opt/langtools/bin export PATH=$PATH"":/opt/imake/bin rm -rf obj mkdir obj cd obj ../src/configure \ --enable-languages=gcc \ --prefix=/usr/local/pa20_64 --with-local-prefix=/usr/local/pa20_64 \ --with-gnu-as --with-as=/usr/local/pa20_64/bin/as \ --with-gnu-ld --with-ld=/usr/local/pa20_64/bin/ld \ --disable-shared \ --disable-nls \ --host=hppa64-hp-hpux11.00 echo "" echo "Now start 'Build-64'" a5:/pro/3gl/GNU/gcc-3.0.4 130 > cat Build-64 #!/usr/bin/sh export CONFIG_SITE= export CC="cc -Ae +DA2.0W" export PATH=.:/usr/local/pa20_64/bin:/pro/local/bin export PATH=$PATH"":/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/opt/langtools/bin export PATH=$PATH"":/opt/imake/bin cd obj make bootstrap-lean a5:/pro/3gl/GNU/gcc-3.0.4 131 > a5:/wrk/pa20_64/bin 135 > as --version GNU assembler 2.12 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This assembler was configured for a target of `hppa64-hp-hpux11.00'. a5:/wrk/pa20_64/bin 136 > ar --version GNU ar 2.12 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. a5:/wrk/pa20_64/bin 137 > file * addr2line: ELF-64 executable object file - PA-RISC 2.0 (LP64) ar: ELF-64 executable object file - PA-RISC 2.0 (LP64) as: ELF-64 executable object file - PA-RISC 2.0 (LP64) c++: ELF-64 executable object file - PA-RISC 2.0 (LP64) c++filt: ELF-64 executable object file - PA-RISC 2.0 (LP64) cpp: ELF-64 executable object file - PA-RISC 2.0 (LP64) g++: ELF-64 executable object file - PA-RISC 2.0 (LP64) gas: ELF-64 executable object file - PA-RISC 2.0 (LP64) gasp: ELF-64 executable object file - PA-RISC 2.0 (LP64) gcc: ELF-64 executable object file - PA-RISC 2.0 (LP64) gcc64: ELF-64 executable object file - PA-RISC 2.0 (LP64) gccbug: commands text gcov: ELF-64 executable object file - PA-RISC 2.0 (LP64) gprof: ELF-64 executable object file - PA-RISC 2.0 (LP64) ld: ELF-64 executable object file - PA-RISC 2.0 (LP64) nm: ELF-64 executable object file - PA-RISC 2.0 (LP64) objcopy: ELF-64 executable object file - PA-RISC 2.0 (LP64) objdump: ELF-64 executable object file - PA-RISC 2.0 (LP64) ranlib: ELF-64 executable object file - PA-RISC 2.0 (LP64) readelf: ELF-64 executable object file - PA-RISC 2.0 (LP64) size: ELF-64 executable object file - PA-RISC 2.0 (LP64) strings: ELF-64 executable object file - PA-RISC 2.0 (LP64) strip: ELF-64 executable object file - PA-RISC 2.0 (LP64) a5:/wrk/pa20_64/bin 138 > -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.7.3 & 631 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11. Smoking perl CORE: smokers@perl.org http://archives.develooper.com/daily-build@perl.org/ perl-qa@perl.org send smoke reports to: smokers-reports@perl.org, QA: http://qa.perl.org