[Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
tfillmore at beatware dot com
gcc-bugzilla@gcc.gnu.org
Thu Apr 29 22:16:00 GMT 2004
------- Additional Comments From tfillmore at beatware dot com 2004-04-29 21:57 -------
(In reply to comment #5)
> For some reason the configure test for checking if strsignal is declared at
all is failing.
>
> configure:7790: gcc -c -g -O2 -I../../gcc -I../../gcc/../include conftest.c >&5
> configure: In function `main':
> configure:7864: error: `strsignal' undeclared (first use in this function)
> configure:7864: error: (Each undeclared identifier is reported only once
> configure:7864: error: for each function it appears in.)
Similar lines appear in the gcc/config.log from a GCC 3.3.3 build:
configure:4461: checking whether strsignal is declared
configure:4480: gcc -c -g -O2 -I../../gcc -I../../gcc/../include conftest.c 1>&5
configure: In function `main':
configure:4475: error: `strsignal' undeclared (first use in this function)
configure:4475: error: (Each undeclared identifier is reported only once
configure:4475: error: for each function it appears in.)
However, 3.3.3 will successfully bootstrap.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15212
More information about the Gcc-bugs
mailing list