This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap/7548: gcc3.1.1 can't be bootstraped on HPUX 10.20 using HP compilers


>Number:         7548
>Category:       bootstrap
>Synopsis:       gcc3.1.1 can't be bootstraped on HPUX 10.20 using HP compilers
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 09 03:36:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        3.1.1
>Organization:
>Environment:
System: HP-UX lasagne B.10.20 U 9000/785 2007890687 unlimited-user license

host: hppa1.1-hp-hpux10.20
build: hppa1.1-hp-hpux10.20
target: hppa1.1-hp-hpux10.20
configured with: ../gcc-3.1.1/configure -prefix=/pd/gcc-3.1.1 --with-gnu-as --with-as=/pd/binutils/bin/as --host=hppa1.1-hp-hpux10.20 --without-gnu-ld
>Description:

Building gcc 3.1.1 with either HPs 'bundled' compiler or the optional HP ANSI-Compiler on 10.20 fails.
(3.1.0 failed also)

ANSI C:
lasagne:/pd-sw/prog-tools/gcc/gcc-3.1.1> what `which cc`
/opt/ansic/bin/cc:
              LINT A.10.32.30 CXREF  A.10.32.30
        HP92453-01 A.10.32.30 HP C Compiler
         /usr/lib/libc: $Revision: 76.3 $

bundled:
lasagne:/pd-sw/prog-tools/gcc/gcc-3.1.1> what `which cc`
/usr/ccs/bin/cc:
        HP92453-01 A.10.32.00 HP C (Bundled) Compiler
         /usr/lib/libc: $Revision: 76.3 $

This is from the compilation-run:
(shortened, full list of error-messages below)
[...]
gmake[2]: Entering directory `/home/pd/pd-sw/prog-tools/gcc/build/fastjar'
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/jartool.c
cc: "../../gcc-3.1.1/fastjar/dostime.h", line 22: error 1000: Unexpected symbol: "*".
[...]
gmake[2]: *** [jartool.o] Error 1
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/dostime.c
cc: "../../gcc-3.1.1/fastjar/dostime.h", line 22: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/dostime.c", line 102: error 1000: Unexpected symbol: "dos2unixtime".
cc: error 2017: Cannot recover from earlier errors, terminating.
gmake[2]: *** [dostime.o] Error 1
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/compress.c
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1000: Unexpected symbol: "*".
[...]
cc: "../../gcc-3.1.1/fastjar/compress.c", line 332: error 1529: Cannot select field of non-structure.
cc: Panic 2161: Maximum allowed number of errors exceeded.
gmake[2]: *** [compress.o] Error 1
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/pushback.c
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1000: Unexpected symbol: "*".
[...]
gmake[2]: *** [pushback.o] Error 1
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/jargrep.c
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1000: Unexpected symbol: "*".
[...]
cc: Panic 2161: Maximum allowed number of errors exceeded.

>How-To-Repeat:
I try to build gcc3.1.1 in a separate build-dir.
It is configure as above.
bootstrapping with both compilers fail
The relevant error messages are the same, I diffed the output.
(The bundled cc in addition complains about '-g' it doesn't understand)

I tried to get rid of this problem by excluding 'java'
(I added '--enable-languages="ada, c++, f77, objc"' at the end of the configure-call) But this didn't help.

>Fix:
Right now I'm using an older gcc-version to bootstrap the newer ones.
But this problem will be a show-stopper for everyone without an older version.

Full compilation-output for the failed compiles:
gmake[2]: Entering directory `/home/pd/pd-sw/prog-tools/gcc/build/fastjar'
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/jartool.c
cc: "../../gcc-3.1.1/fastjar/dostime.h", line 22: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 22: error 1000: Unexpected symbol: "ub1".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.h", line 83: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1000: Unexpected symbol: "ub4".
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 267: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/dostime.h", line 20: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/dostime.h", line 21: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/dostime.h", line 22: error 1506: Parameters allowed in function definition only.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 22: error 1573: Type of "pb_buff" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 22: error 1578: Size of struct or union member is unknown.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 74: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 77: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 80: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 82: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 83: error 1506: Parameters allowed in function definition only.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 84: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 261: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 262: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 263: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 264: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 265: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 267: error 1506: Parameters allowed in function definition only.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 268: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 269: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 270: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 271: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 272: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 273: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 274: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 275: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 276: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 277: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 316: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 666: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 679: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 812: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 967: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1113: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1253: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1276: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1286: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1300: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1312: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1358: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1486: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1513: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1546: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1704: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1709: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1724: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1738: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1787: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1841: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1843: error 1000: Unexpected symbol: "buff".
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1841: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1841: error 1573: Type of "pbf" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1843: error 1573: Type of "buff" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1850: error 1588: "tc" undefined.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1850: error 1564: Expression in while must be scalar.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1851: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1851: warning 563: Argument #2 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1851: error 1552: First expression of ?: must be arithmetic.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1851: warning 563: Argument #3 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1855: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1865: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1881: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jartool.c", line 1936: error 1705: Function prototypes are an ANSI feature.
gmake[2]: *** [jartool.o] Error 1
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/dostime.c
cc: "../../gcc-3.1.1/fastjar/dostime.h", line 22: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/dostime.c", line 102: error 1000: Unexpected symbol: "dos2unixtime".
cc: error 2017: Cannot recover from earlier errors, terminating.
gmake[2]: *** [dostime.o] Error 1
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/compress.c
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.h", line 83: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1000: Unexpected symbol: "ub4".
cc: "../../gcc-3.1.1/fastjar/compress.c", line 130: error 1000: Unexpected symbol: "zs".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 74: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 77: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 80: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 82: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 83: error 1506: Parameters allowed in function definition only.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 84: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 130: error 1584: Inconsistent type declaration: "z_stream".
cc: "../../gcc-3.1.1/fastjar/compress.c", line 130: error 1713: Illegal redeclaration for identifier "z_stream".
cc: "../../gcc-3.1.1/fastjar/compress.c", line 134: error 1588: "zs" undefined.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 136: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 136: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 137: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 137: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 138: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 138: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 151: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 160: error 1588: "zs" undefined.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 160: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 160: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 161: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 161: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 163: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 163: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 164: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 164: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 171: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 171: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 171: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 188: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 188: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 189: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 189: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 199: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 199: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 207: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 207: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 208: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 208: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 215: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 215: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 217: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 224: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 224: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 225: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 225: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 231: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 238: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 238: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 239: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 239: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 243: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 243: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 244: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 253: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 253: error 1527: Incompatible types in cast: Must cast from scalar to scalar or to void type.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 254: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 254: error 1527: Incompatible types in cast: Must cast from scalar to scalar or to void type.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 270: error 1588: "zs" undefined.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 272: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 280: error 1588: "zs" undefined.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 282: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 282: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 283: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 283: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 284: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 284: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 293: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.c", line 293: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 293: error 1573: Type of "pbf" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 300: error 1588: "zs" undefined.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 300: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 300: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 307: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 307: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 308: warning 563: Argument #1 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 308: warning 563: Argument #2 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 308: warning 527: Integral value implicitly converted to pointer in assignment.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 308: warning 563: Argument #3 is not the correct type.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 319: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 319: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 320: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 320: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 323: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 323: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 324: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 324: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 331: error 1529: Cannot select field of non-structure.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 331: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/compress.c", line 332: error 1529: Cannot select field of non-structure.
cc: Panic 2161: Maximum allowed number of errors exceeded.
gmake[2]: *** [compress.o] Error 1
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/pushback.c
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 94: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 94: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 94: error 1573: Type of "pbf" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 95: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 95: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 96: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 96: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 96: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 97: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 97: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 100: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 100: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 100: error 1573: Type of "pbf" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 109: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 109: error 1527: Incompatible types in cast: Must cast from scalar to scalar or to void type.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 110: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 118: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 118: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 118: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 119: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 119: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 122: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 125: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 128: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 128: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 138: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 138: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 138: error 1573: Type of "pbf" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 149: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 149: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 156: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 156: error 1527: Incompatible types in cast: Must cast from scalar to scalar or to void type.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 159: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 162: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 162: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 162: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 163: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 163: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 165: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 170: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 175: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 175: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 176: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 176: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 184: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 184: error 1563: Expression in if must be scalar.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 185: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 185: error 1532: Reference through a non-pointer.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 185: error 1549: Modifiable lvalue required for assignment operator.
cc: "../../gcc-3.1.1/fastjar/pushback.c", line 195: error 1532: Reference through a non-pointer.
gmake[2]: *** [pushback.o] Error 1
cc -DHAVE_CONFIG_H -I. -I../../gcc-3.1.1/fastjar -I. -I. -I../../gcc-3.1.1/fastjar -I../../gcc-3.1.1/fastjar/../zlib -I../../gcc-3.1.1/fastjar/../include    -g -c ../../gcc-3.1.1/fastjar/jargrep.c
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.h", line 83: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1000: Unexpected symbol: "ub4".
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 30: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 31: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/pushback.h", line 32: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 74: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 77: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 80: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 82: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 83: error 1506: Parameters allowed in function definition only.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 84: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/compress.h", line 85: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 126: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 127: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 139: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 163: error 1705: Function prototypes are an ANSI feature.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 207: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 207: error 1000: Unexpected symbol: ")".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 209: error 1616: Unable to open intrinsic file "/usr/local/lib/sysintr".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 208: error 1000: Unexpected symbol: "signature".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 211: error 1000: Unexpected symbol: "scratch".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 211: error 1000: Unexpected symbol: "scratch".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 211: error 1000: Unexpected symbol: "scratch".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 211: error 1000: Unexpected symbol: "scratch".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 216: error 1000: Unexpected symbol: "if".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 216: error 1000: Unexpected symbol: "==".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 216: error 1000: Unexpected symbol: "{".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 220: error 1000: Unexpected symbol: "12".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 222: error 1000: Unexpected symbol: "}".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 222: error 1000: Unexpected symbol: "==".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 222: error 1000: Unexpected symbol: "{".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 227: error 1000: Unexpected symbol: "}".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 227: error 1000: Unexpected symbol: "!=".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 227: error 1000: Unexpected symbol: "{".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 228: error 1000: Unexpected symbol: ";".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 208: error 1584: Inconsistent type declaration: "ub4".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 208: warning 525: Redeclaration of identifier "ub4".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 211: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 211: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 211: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 211: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 211: error 1521: Incorrect initialization.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 220: error 1584: Inconsistent type declaration: "pb_read".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 221: warning 525: Redeclaration of identifier "retflag".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 226: warning 525: Redeclaration of identifier "retflag".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 230: error 1000: Unexpected symbol: "}".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 233: error 1000: Unexpected symbol: "}".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 247: error 1000: Unexpected symbol: "{".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 229: warning 525: Redeclaration of identifier "retflag".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 248: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 248: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 248: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 248: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 253: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 253: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 253: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 253: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 258: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 258: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 263: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 263: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 268: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 268: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 273: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 273: error 1000: Unexpected symbol: "file_header".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 278: error 1000: Unexpected symbol: "}".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 288: error 1000: Unexpected symbol: "*".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 288: error 1000: Unexpected symbol: ")".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 248: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 248: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 248: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 248: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 248: error 1521: Incorrect initialization.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 253: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 253: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 253: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 253: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 253: error 1521: Incorrect initialization.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 258: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 258: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 258: error 1521: Incorrect initialization.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 263: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 263: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 263: error 1521: Incorrect initialization.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 268: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 268: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 268: error 1521: Incorrect initialization.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 273: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 273: error 1528: Subscript expression must combine pointer and integer.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 273: error 1521: Incorrect initialization.
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 293: error 1616: Unable to open intrinsic file "/usr/local/lib/sysintr".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 291: error 1000: Unexpected symbol: "if".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 291: error 1000: Unexpected symbol: "!".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 291: error 1000: Unexpected symbol: "=".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 291: error 1000: Unexpected symbol: ")".
cc: "../../gcc-3.1.1/fastjar/jargrep.c", line 292: error 1000: Unexpected symbol: ";".
cc: Panic 2161: Maximum allowed number of errors exceeded.



-----------------------------------------------------------------------------
Martin Jost		Tel.: 	++49/89/722-44248
Siemens AG		FAX.:	++49/89/722-53418
ICN WN OP TDC TC 2	(Please note my name on the FAX !)
Hofmannstr. 51		Room 1714-560
D-81359 München	Martin.Jost@icn.siemens.de


>Release-Note:
>Audit-Trail:
>Unformatted:
 X-send-pr-version: 3.113
 X-GNATS-Notify:
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]