public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* HPUX 10.20 and GCC 3.0.3
@ 2002-01-04  7:30 Josh Perlmutter
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Perlmutter @ 2002-01-04  7:30 UTC (permalink / raw)
  To: gcc-help

i was given a HPUX 10.20 to get some stuff working on. turns out the gcc 
that had been compiled on here was done without the gnubinutils and most 
things were complaining about lack of -g.  result: i'm trying to update the 
gcc and get -g working.

i decided to start at the begining to make sure i got everything.

gmake had no problems. ditto with the binutils. however, the GAS was named 
AS by the gnubinutils installation. i didn't think that was a big deal, but 
now i'm wondering because of this:


when running configure:

hal 16: ../gcc-3.0.3/configure --with-gnu-as --with-as=/usr/local/bin/as  
 >gcc.configure.2.log
*** This configuration is not supported in the following subdirectories:
     target-libffi target-boehm-gc target-zlib target-libjava
    (Any other directories should still work fine.)
configure: warning:
*** Makeinfo is missing or too old.
*** Info documentation will not be built.
configure: warning: No program for building catalogs found -> building 
disabled
Links are now set up to build a native compiler for hppa2.0-hp-hpux10.20


when trying to build:

hal 27: make bootstrap > gcc.build.1.log
../../gcc-3.0.3/libiberty/getopt.c: In function `_getopt_initialize':
../../gcc-3.0.3/libiberty/getopt.c:396: warning: unused parameter `argc'
../../gcc-3.0.3/libiberty/getopt.c:397: warning: unused parameter `argv'
../../gcc-3.0.3/libiberty/md5.c: In function `md5_init_ctx':
../../gcc-3.0.3/libiberty/md5.c:69: warning: integer constant is unsigned in 
ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:70: warning: integer constant is unsigned in 
ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c: In function `md5_process_block':
../../gcc-3.0.3/libiberty/md5.c:325: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:326: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:328: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:329: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:331: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:332: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:334: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:335: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:336: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:338: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:339: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:356: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:357: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:359: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:360: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:362: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:363: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:365: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:366: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:368: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:369: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:371: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:374: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:375: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:377: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:378: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:380: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:381: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:383: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:384: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:386: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:387: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:389: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:392: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:394: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:395: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:397: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:398: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:399: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:401: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:402: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:404: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:405: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/md5.c:407: warning: integer constant is unsigned 
in ANSI C, signed with -traditional
../../gcc-3.0.3/libiberty/strsignal.c: In function `psignal':
../../gcc-3.0.3/libiberty/strsignal.c:599: warning: comparison between 
signed and unsigned
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
alloca.c:94: warning: function declaration isn't a prototype
alloca.c:119: warning: function declaration isn't a prototype
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.

cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
../../../gcc-3.0.3/gcc/intl/loadmsgcat.c: In function `_nl_load_domain':
../../../gcc-3.0.3/gcc/intl/loadmsgcat.c:149: warning: integer constant is 
unsigned in ANSI C, signed with -traditional
../../../gcc-3.0.3/gcc/intl/loadmsgcat.c:149: warning: integer constant is 
unsigned in ANSI C, signed with -traditional
../../../gcc-3.0.3/gcc/intl/loadmsgcat.c:174: warning: integer constant is 
unsigned in ANSI C, signed with -traditional
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
Make: line too long.  Stop.

Stop.

Stop.

Stop.
hal 28:


and the log file for this:

hal 25: cat gcc.build.1.log
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/argv.c -o pic/argv.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/argv.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/choose-temp.c -o pic/choose-temp.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/choose-temp.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/concat.c -o pic/concat.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/concat.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/cplus-dem.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/cp-demangle.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/dyn-string.c -o pic/dyn-string.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/dyn-string.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/fdmatch.c -o pic/fdmatch.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/fdmatch.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/fnmatch.c -o pic/fnmatch.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/fnmatch.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/getopt.c -o pic/getopt.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/getopt.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/getopt1.c -o pic/getopt1.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/getopt1.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/getpwd.c -o pic/getpwd.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/getpwd.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/getruntime.c -o pic/getruntime.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/getruntime.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/hashtab.c -o pic/hashtab.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/hashtab.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/hex.c -o pic/hex.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/hex.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/floatformat.c -o pic/floatformat.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/floatformat.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/lbasename.c -o pic/lbasename.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/lbasename.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/md5.c -o pic/md5.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/md5.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/objalloc.c -o pic/objalloc.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/objalloc.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/obstack.c -o pic/obstack.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/obstack.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/partition.c -o pic/partition.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/partition.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/pexecute.c -o pic/pexecute.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/pexecute.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/safe-ctype.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/sort.c -o pic/sort.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/sort.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/spaces.c -o pic/spaces.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/spaces.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/splay-tree.c -o pic/splay-tree.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/splay-tree.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/strerror.c -o pic/strerror.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/strerror.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/strsignal.c -o pic/strsignal.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/strsignal.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/xatexit.c -o pic/xatexit.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/xatexit.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/xexit.c -o pic/xexit.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/xexit.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/xmalloc.c -o pic/xmalloc.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/xmalloc.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/xmemdup.c -o pic/xmemdup.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/xmemdup.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/xstrdup.c -o pic/xstrdup.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/xstrdup.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/xstrerror.c -o pic/xstrerror.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/xstrerror.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/asprintf.c -o pic/asprintf.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/asprintf.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/mkstemps.c -o pic/mkstemps.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/mkstemps.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/setenv.c -o pic/setenv.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/setenv.c
        if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic  
../../gcc-3.0.3/libiberty/vasprintf.c -o pic/vasprintf.o; \
        else true; fi
        gcc -c -DHAVE_CONFIG_H -O2 -I. 
-I../../gcc-3.0.3/libiberty/../include  -W -Wall -Wtraditional -pedantic 
../../gcc-3.0.3/libiberty/vasprintf.c
        rm -f libiberty.a
        ar rc libiberty.a \
          argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o      
dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o           
getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o             
objalloc.o obstack.o                                                    
partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o       
strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o           
xstrdup.o xstrerror.o  asprintf.o mkstemps.o setenv.o vasprintf.o
        true libiberty.a
        rm -f needed-list; touch needed-list; \
        for f in atexit calloc memchr memcmp memcpy memmove memset rename 
strchr  strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf 
vprintf  vfork waitpid bcmp bcopy bzero; do \
          for g in asprintf.o mkstemps.o setenv.o vasprintf.o ; do \
            case "$g" in \
              *$f*) echo $g >> needed-list ;; \
            esac; \
          done; \
        done
        echo argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o      
dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o           
getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o          
objalloc.o obstack.o                                                    
partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o       
strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o           
xstrdup.o xstrerror.o > required-list
        cd . \
          && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/adler32.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/compress.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/crc32.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/deflate.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/gzio.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/infblock.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/infcodes.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/inffast.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/inflate.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/inftrees.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/infutil.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/trees.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/uncompr.c
        gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  
-I. -I../../gcc-3.0.3/zlib      -O2 -c ../../gcc-3.0.3/zlib/zutil.c
        rm -f libz.a
        ar cru libz.a adler32.o  compress.o crc32.o  deflate.o gzio.o  
infblock.o infcodes.o  inffast.o inflate.o  inftrees.o infutil.o  trees.o 
uncompr.o zutil.o
        true libz.a
        true "AR_FLAGS=rc"  "CC_FOR_BUILD=gcc"  "CFLAGS=-O2"  "CXXFLAGS=-O2" 
  "CFLAGS_FOR_BUILD="  "CFLAGS_FOR_TARGET=-O2"  "INSTALL=/bin/sh 
/opt/gcc-3.0.3/install-sh -c"  "INSTALL_DATA=/bin/sh 
/opt/gcc-3.0.3/install-sh -c -m 644"  "INSTALL_PROGRAM=/bin/sh 
/opt/gcc-3.0.3/install-sh -c "  "INSTALL_SCRIPT=/bin/sh 
/opt/gcc-3.0.3/install-sh -c"  "LDFLAGS="  "LIBCFLAGS=-O2"  
"LIBCFLAGS_FOR_TARGET=-O2"  "MAKE=make"  "MAKEINFO=makeinfo  "  "PICFLAG="  
"PICFLAG_FOR_TARGET="  "SHELL=/bin/sh"  "EXPECT=expect"  "RUNTEST=runtest"  
"RUNTESTFLAGS="  "exec_prefix=/usr/local"  "infodir=/usr/local/info"  
"libdir=/usr/local/lib"  "prefix=/usr/local"  
"tooldir=/usr/local/hppa2.0-hp-hpux10.20"  "AR=ar"  "AS=as"  "CC=gcc"  
"CXX=c++"  "LD=ld"  "LIBCFLAGS=-O2"  "NM=nm"  "PICFLAG="  "RANLIB=true"  
"DESTDIR=" DO=all multi-do
Bootstrapping the compiler
        make CC="gcc" libdir=/usr/local/lib LANGUAGES="c " \
                CFLAGS="-g " MAKEINFO="makeinfo " \
                MAKEINFOFLAGS=""
        cd ../../gcc-3.0.3/gcc/objc; \
        bison  -o op$$.c objc-parse.y ; \
        mv -f op$$.c objc-parse.c
        HEADERS="auto-host.h gansidecl.h  pa/xm-pahpux.h defaults.h hwint.h" 
DEFINES="" \
        TARGET_CPU_DEFAULT="MASK_PA_11" \
        /bin/sh ../../gcc-3.0.3/gcc/mkconfig.sh config.h
        HEADERS="gansidecl.h pa/pa.h pa/pa32-regs.h pa/long_double.h 
pa/som.h pa/pa-hpux.h pa/pa-hpux10.h pa/pa-gas.h defaults.h" DEFINES="" 
TARGET_CPU_DEFAULT="" \
        TARGET_CPU_DEFAULT="MASK_PA_11" \
        /bin/sh ../../gcc-3.0.3/gcc/mkconfig.sh tm.h
        HEADERS="auto-host.h gansidecl.h  pa/xm-pahpux.h defaults.h hwint.h" 
DEFINES="" \
        TARGET_CPU_DEFAULT="MASK_PA_11" \
        /bin/sh ../../gcc-3.0.3/gcc/mkconfig.sh hconfig.h
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include 
../../gcc-3.0.3/gcc/gengenrtl.c
        rm -f obstack.c
        ln -s ../../gcc-3.0.3/gcc/../libiberty/obstack.c obstack.c
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include \
                obstack.c -o obstack.o
        rm -f alloca.c
        ln -s ../../gcc-3.0.3/gcc/../libiberty/alloca.c alloca.c
        gcc  -DIN_GCC     -g  -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. 
-I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include \
         -c alloca.c
        true
        gcc  -DIN_GCC     -g  -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o 
gengenrtl \
         gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` 
case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; 
esac `   ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` 
case "" in ?*) echo  ;; esac `
        ./gengenrtl -h >tmp-genrtl.h
        /bin/sh ../../gcc-3.0.3/gcc/move-if-change tmp-genrtl.h genrtl.h
        ./gengenrtl >tmp-genrtl.c
        /bin/sh ../../gcc-3.0.3/gcc/move-if-change tmp-genrtl.c genrtl.c
        echo timestamp > s-genrtl
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include 
../../gcc-3.0.3/gcc/gencodes.c
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include 
../../gcc-3.0.3/gcc/rtl.c -o rtl.o
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include 
../../gcc-3.0.3/gcc/bitmap.c -o bitmap.o
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include 
../../gcc-3.0.3/gcc/ggc-none.c -o ggc-none.o
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include 
../../gcc-3.0.3/gcc/gensupport.c
        rm -f hashtab.c
        ln -s ../../gcc-3.0.3/gcc/../libiberty/hashtab.c hashtab.c
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include hashtab.c
        rm -f safe-ctype.c
        ln -s ../../gcc-3.0.3/gcc/../libiberty/safe-ctype.c safe-ctype.c
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include safe-ctype.c
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include 
../../gcc-3.0.3/gcc/print-rtl.c -o print-rtl.o
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include 
../../gcc-3.0.3/gcc/errors.c -o errors.o
        gcc  -DIN_GCC     -g  -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o 
gencodes \
         gencodes.o rtl.o bitmap.o  ggc-none.o gensupport.o hashtab.o 
safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o 
;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) 
echo  ;; esac `   ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; 
esac ` ` case "" in ?*) echo  ;; esac `
        ./gencodes ../../gcc-3.0.3/gcc/config/pa/pa.md > tmp-codes.h
        /bin/sh ../../gcc-3.0.3/gcc/move-if-change tmp-codes.h insn-codes.h
        echo timestamp > s-codes
        gcc -c  -DIN_GCC     -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H 
-DGENERATOR_FILE    -I. -I. -I../../gcc-3.0.3/gcc -I../../gcc-3.0.3/gcc/.  
-I../../gcc-3.0.3/gcc/config -I../../gcc-3.0.3/gcc/../include 
../../gcc-3.0.3/gcc/genflags.c
        gcc  -DIN_GCC     -g  -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o 
genflags \
         genflags.o rtl.o bitmap.o  ggc-none.o gensupport.o hashtab.o 
safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o 
;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) 
echo  ;; esac `   ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; 
esac ` ` case "" in ?*) echo  ;; esac `
        ./genflags ../../gcc-3.0.3/gcc/config/pa/pa.md > tmp-flags.h
        /bin/sh ../../gcc-3.0.3/gcc/move-if-change tmp-flags.h insn-flags.h
        echo timestamp > s-flags
        (cd ../../gcc-3.0.3/gcc && bison  -o c-p$$.c c-parse.y && \
        mv -f c-p$$.c c-parse.c)
(cd intl && make all)
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/intl-compat.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/bindtextdom.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/dcgettext.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/dgettext.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/gettext.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/finddomain.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/loadmsgcat.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/localealias.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/textdomain.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/l10nflist.c
        gcc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" 
-DGNULOCALEDIR=\"/usr/local/share/locale\"  
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. 
-I../../../gcc-3.0.3/gcc/intl -I../../../gcc-3.0.3/gcc/lib 
-I../../../gcc-3.0.3/gcc/intl/..  -I../../../gcc-3.0.3/gcc/intl/../config 
-I../../../gcc-3.0.3/gcc/intl/../../include  -g  -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional   
../../../gcc-3.0.3/gcc/intl/explodename.c
        rm -f libintl.a
        ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o 
gettext.o  finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o  
explodename.o
        ranlib libintl.a
(cd po && make all)
*** Error exit code 1
*** Error exit code 1
*** Error exit code 1
hal 26:




i don't understand why it's not building it with support for -g since the 
assembler is the gnu assembler. i'm also having some trouble trying to 
figure out what caused it to crash. any ideas? any hints on getting it to 
build with -g support? i'm going ot try the "--with-gnu-as 
--with-as=/usr/local/bin/as" options from configure and see if they are 
accepted in the make, but i doubt that will do much.

thanx in advance,

Josh Perlmutter


*******************
Joh Perlmutter
NOC "intern"
Brandeis University


_________________________________________________________________
Join the worldÂ’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* HPUX 10.20 and GCC 3.0.3
@ 2002-01-11 12:53 Josh Perlmutter
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Perlmutter @ 2002-01-11 12:53 UTC (permalink / raw)
  To: gcc-help

i seem to be at an impass. i get the following error and can't find the 
cause.

from shell:

config.status[4]: ../binutils-2.11.2/configure:  not found.
make[3]: *** [stamp-h] Error 127
make[2]: *** [i77] Error 2
make[1]: *** [all-target-libf2c] Error 2
make: *** [bootstrap] Error 2
hal 29:


from log:

make[2]: Entering directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libf2c'
cd libI77; make CC='/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ 
-B/usr/local/hppa2.0-hp-hpux10.20/bin/ 
-B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem 
/usr/local/hppa2.0-hp-hpux10.20/include' CFLAGS='-O2' CPPFLAGS='' AR='ar' 
RANLIB='true' PICFLAG='' RUNTESTFLAGS='' prefix='/usr/local' 
exec_prefix='/usr/local' libdir='/usr/local/lib' 
libsubdir='/usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.3' 
tooldir='/usr/local/hppa2.0-hp-hpux10.20' all
make[3]: Entering directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libf2c/libI77'
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ 
-B/usr/local/hppa2.0-hp-hpux10.20/bin/ 
-B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem 
/usr/local/hppa2.0-hp-hpux10.20/include -c -I. 
-I../../../../gcc-3.0.3/libf2c/libI77 -I.. 
-I../../../../gcc-3.0.3/libf2c/libI77/..  -DHAVE_CONFIG_H -O2 -o VersionI.o 
../../../../gcc-3.0.3/libf2c/libI77/Version.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ 
-B/usr/local/hppa2.0-hp-hpux10.20/bin/ 
-B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem 
/usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD 
-I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. 
-I../../../../gcc-3.0.3/libf2c/libI77/..  -DHAVE_CONFIG_H -O2 
../../../../gcc-3.0.3/libf2c/libI77/backspace.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ 
-B/usr/local/hppa2.0-hp-hpux10.20/bin/ 
-B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem 
/usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD 
-I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. 
-I../../../../gcc-3.0.3/libf2c/libI77/..  -DHAVE_CONFIG_H -O2 
../../../../gcc-3.0.3/libf2c/libI77/close.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ 
-B/usr/local/hppa2.0-hp-hpux10.20/bin/ 
-B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem 
/usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD 
-I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. 
-I../../../../gcc-3.0.3/libf2c/libI77/..  -DHAVE_CONFIG_H -O2 
../../../../gcc-3.0.3/libf2c/libI77/dfe.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ 
-B/usr/local/hppa2.0-hp-hpux10.20/bin/ 
-B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem 
/usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD 
-I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. 
-I../../../../gcc-3.0.3/libf2c/libI77/..  -DHAVE_CONFIG_H -O2 
../../../../gcc-3.0.3/libf2c/libI77/dolio.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ 
-B/usr/local/hppa2.0-hp-hpux10.20/bin/ 
-B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem 
/usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD 
-I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. 
-I../../../../gcc-3.0.3/libf2c/libI77/..  -DHAVE_CONFIG_H -O2 
../../../../gcc-3.0.3/libf2c/libI77/due.c
CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh config.status
make[3]: Leaving directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libf2c/libI77'
make[2]: Leaving directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libf2c'
make[1]: Leaving directory `/opt/gcc303'
hal 41:


anyone have any suggestion?

-Josh



*******************
Josh Perlmutter
NOC "intern"
Brandeis University


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-11 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-04  7:30 HPUX 10.20 and GCC 3.0.3 Josh Perlmutter
2002-01-11 12:53 Josh Perlmutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).