Andy Scott wrote:
> Again stage3 part of build, and this is what actually stops the build
> the above issue doesn't seem to (I think it happens in stage 2), I get
> the following:
>
> <many, many, many lines of log deleted>
< a few more lines of log deleted :) >
> ../../../gcc/libiberty/strsignal.c -o strsignal.o
> ../../../gcc/libiberty/strsignal.c:408: error: conflicting types for
> 'strsignal'
> /usr/include/string.h:78: note: previous declaration of 'strsignal' was here
> make[2]: *** [strsignal.o] Error 1
> make[2]: Leaving directory
> `/home/andy/live-gcc/my_gcc/i686-pc-cygwin/libiberty'
> make[1]: *** [all-target-libiberty] Error 2
> make[1]: Leaving directory `/home/andy/live-gcc/my_gcc'
> make: *** [all] Error 2
Hi Andy,
I created a bugzilla entry for the failure:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38903
I've applied a patch to GCC SVN HEAD to fix the strsignal bug (r.143487),
and would appreciate if you could verify that it solves the build
failure for you.
thanks,
DaveK