This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

bootstrap/6763: bootstrap failed due to missing header file



>Number:         6763
>Category:       bootstrap
>Synopsis:       bootstrap failed due to missing header file
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 21 20:56:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joshua Hudson
>Release:        gcc-3.1
>Organization:
>Environment:
Zipslack 3.5
>Description:
Trying to build on zipslack 3.5 for another system
PWD=/root/gccb
../gcc-*/configure --host=i586-pc-linux-gnulibc1 --libdir=/root/lib
Configures w/o any errors or warnings

make bootstrap
finally dies with:

mkdir libgcc
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/usr/local/i586-pc-linux-gnulibc1/bin/
     -isystem /usr/local/i586-pc-linux-gnulibc1/include
     -isystem /usr/local/i586-pc-linux-gnulibc1/sys-include -O2  -DIN_GCC
     -DUSE_GNULIBC_1 -W -Wall -Wwrite-strings -Wstrict-prototypes
     -Wmissing-prototypes -isystem ./include  -fPIC -g  -DIN_LIBGCC2
     -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
     -I../../gcc-3.1/gcc -I../../gcc-3.1/gcc/. -I../../gcc-3.1/gcc/config
     -I../../gcc-3.1/gcc/../include  -DL_muldi3 -c ../../gcc-3.1/gcc/libgcc2.c
     -o libgcc/./_muldi3.o
In file included from tconfig.h:21,
     from ../../gcc-3.1/gcc/libgcc2.c:36:
     ../../gcc-3.1/gcc/config/i386/linux.h:225:26: sys/ucontext.h: No such file
     or directory
make[3]: *** [libgcc/./_muldi3.o] Error 1

The only prior events are warnings of comparing signed with unsigned.
The final destination for this build is a machine running muLinux
(i586 linux 2.0.36 libc.so.5.4.13)

/root/lib contains all libraries available on target platform.
>How-To-Repeat:
I don't know if something is wrong with GCC or my
build environment. I lack a better machine to test on.
Can't get enough disk space to build on target machine.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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