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]

egcs-1.1.1 does not compile on my machine!


I am trying to compile egcs-1.1.1 on a powerpc 7200/90, 48m ram, running
kernel version 2.1.125. I have binutils 2.9.1 & egcs-1.0.2 installed.
Here is the error:

make[2]: Entering directory
`/home/limo/egcs-1.1.1/objdir/texinfo' Making all in intl make[3]: Entering
directory `/home/limo/egcs-1.1.1/objdir/texinfo/intl' gcc -c
-DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/shar
/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.
 -I. -I/home/limo/egcs-1.1.1/texinfo/intl -I/home/limo/egcs-1.1.1/texinfo/lib g
-O2  /home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c In file included from
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:42: /usr/include/argz.h:34:
parse error before `__argz_create' /usr/include/argz.h:35: warning: data
definition has no type or storage class /usr/include/argz.h:36: parse error
before `argz_create' /usr/include/argz.h:37: warning: data definition has no
type or storage class /usr/include/argz.h:43: parse error before
`__argz_create_sep' /usr/include/argz.h:44: warning: data definition has no
type or storage class /usr/include/argz.h:45: parse error before
`argz_create_sep' /usr/include/argz.h:46: warning: data definition has no type
or storage class /usr/include/argz.h:63: parse error before `__argz_append'
/usr/include/argz.h:64: warning: data definition has no type or storage class
/usr/include/argz.h:65: parse error before `argz_append'
/usr/include/argz.h:66: warning: data definition has no type or storage class
/usr/include/argz.h:69: parse error before `__argz_add' /usr/include/argz.h:70:
warning: data definition has no type or storage class /usr/include/argz.h:71:
parse error before `argz_add' /usr/include/argz.h:72: warning: data definition
has no type or storage class /usr/include/argz.h:76: parse error before
`__argz_add_sep' /usr/include/argz.h:77: warning: data definition has no type
or storage class /usr/include/argz.h:78: parse error before `argz_add_sep'
/usr/include/argz.h:79: warning: data definition has no type or storage class
/usr/include/argz.h:93: parse error before `__argz_insert'
/usr/include/argz.h:94: warning: data definition has no type or storage class
/usr/include/argz.h:95: parse error before `argz_insert'
/usr/include/argz.h:96: warning: data definition has no type or storage class
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c: In function `_nl_make_l10nflist
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:228: warning: assignment makes p
inter from integer without a cast
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:233: warning: assignment makes p
inter from integer without a cast  /home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:238: warning: assignment makes pointer from integer without a cast
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:243: warning: assignment makes pointer from integer without a cast
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:250: warning: assignment makes pointer from integer without a cast
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:255: warning: assignment makes pointer from integer without a cast
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:261: warning: assignment makes pointer from integer without a cast
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:265: warning: assignment makes pointer from integer without a cast
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c: In function `_nl_normalize_codeset':
/home/limo/egcs-1.1.1/texinfo/intl/l10nflist.c:376: warning: assignment makes pointer from integer without a cast
make[3]: *** [l10nflist.o] Error 1
make[3]: Leaving directory `/home/limo/egcs-1.1.1/objdir/texinfo/intl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/limo/egcs-1.1.1/objdir/texinfo'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/limo/egcs-1.1.1/objdir/texinfo'
make: *** [all-texinfo] Error 2
[root@Limo objdir]#         


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