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

Problem Building egcs-19991013 on SunOS 4.1.4


I received a fatal error during the "make bootstrap" on SunOS 4.1.4.

The past several lines from the "make bootstrap" step are:

/usr/bin/cc -c  -DIN_GCC    -g   -DHAVE_CONFIG_H    -I. \
    -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include \
    ../../egcs/gcc/lists.c
/usr/bin/cc -c  -DIN_GCC    -g   -DHAVE_CONFIG_H    -I. \
    -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include \
    ../../egcs/gcc/ggc-common.c
/usr/bin/cc -c  -DIN_GCC    -g   -DHAVE_CONFIG_H    -I. -I../../egcs/gcc \
    -I../../egcs/gcc/config -I../../egcs/gcc/../include \
    ../../egcs/gcc/ggc-page.c

"../../egcs/gcc/ggc-page.c", line 424: MAP_FAILED undefined
"../../egcs/gcc/ggc-page.c", line 874: warning: illegal pointer combination
make[2]: *** [ggc-page.o] Error 1
make[2]: Leaving directory `/home4/egcs-19991013-sunos/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home4/egcs-19991013-sunos/gcc'
make: *** [bootstrap] Error 2


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