This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
make error
- To: "'bug-gcc at gnu dot org'" <bug-gcc at gnu dot org>
- Subject: make error
- From: Divyaraj Singh <DSingh at luxcore dot com>
- Date: Thu, 27 Sep 2001 10:58:51 -0400
I am tring to make gcc-3.0 and getting following error
In file included from tm.h:6,
from config/rs6000/xm-sysv4.h:35,
from tconfig.h:3,
from libgcc2.c:36:
config/rs6000/linux.h:81:20: signal.h: No such file or directory
config/rs6000/linux.h:82:26: sys/ucontext.h: No such file or directory
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory `/home/dsingh/GnuCC/gcc-3.0/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/dsingh/GnuCC/gcc-3.0/gcc'
make: *** [install-gcc] Error 2