This is the mail archive of the gcc@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]

Re: GCC-3.2.3 prerelease, 1st iteration


Hi,

I use MinGW, and I downloaded MSYS in order to compile the 3.2.3 prerelease.
This is my first time compiling gcc.

./configure ran fine, but make quickly failed, with this:

make[1]: Entering directory `/c/temp/gcc-3.2.3-20030412/fastjar'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./../zlib -I./../include   -W
-Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g
-O2 -c jartool.c
In file included from jartool.c:234:
../include/getopt.h:115: warning: function declaration isn't a prototype
jartool.c: In function `main':
jartool.c:437: `S_IRGRP' undeclared (first use in this function)
jartool.c:437: (Each undeclared identifier is reported only once
jartool.c:437: for each function it appears in.)
jartool.c:437: `S_IROTH' undeclared (first use in this function)
jartool.c: In function `extract_jar':
jartool.c:1427: too many arguments to function `mkdir'
jartool.c: In function `list_jar':
jartool.c:1682: warning: pointer targets in passing arg 1 of
`__builtin_puts' differ in signedness
jartool.c:1689: warning: pointer targets in passing arg 1 of
`__builtin_puts' differ in signedness
jartool.c:1827: warning: pointer targets in passing arg 1 of
`__builtin_puts' differ in signedness
jartool.c:1834: warning: pointer targets in passing arg 1 of
`__builtin_puts' differ in signedness
jartool.c: In function `help':
jartool.c:1893: warning: string length `594' is greater than the length
`509' ISO C89 compilers are required to support
jartool.c:1893: warning: string length `593' is greater than the length
`509' ISO C89 compilers are required to support
make[1]: *** [jartool.o] Error 1
make[1]: Leaving directory `/c/temp/gcc-3.2.3-20030412/fastjar'
make: *** [all-fastjar] Error 2

I don't know if this is a problem with gcc or on my end.  It seems to me
that ./configure followed by make should "just work", though.

Stephan T. Lavavej
http://stl.caltech.edu



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