Re: Issues building BBC using GAR on RedHat 8.0
"Robert Withrow" <[email protected]>
| Newsgroups | gmane.linux.bbc.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] said: > It's more an issue of glibc 2.2 vs 2.3 than it is red hat vs some other > distro. Ah: </home/bwithrow/gar/meta/lnx-bbc>$ rpm -qa | grep -i glibc glibc-devel-2.3.2-4.80 glibc-2.3.2-4.80 glibc-kernheaders-2.4-7.20 glibc-common-2.3.2-4.80 I fetched the HEAD version and tried again. Now I get: /home/bwithrow/gar/devel/gcc/work/build.d/i386-pc-linux-gnu/gcc/xgcc -B/home/bwithrow/gar/devel/gcc/work/build.d/i386-pc-linux-gnu/gcc/ -B/home/bwithrow/garbuild/i386-pc-linux-gnu/bin/ -B/home/bwithrow/garbuild/i386-pc-linux-gnu/lib/ -isystem /home/bwithrow/garbuild/i386-pc-linux-gnu/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.2.2/gcc -I../../gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../include -DL_muldi3 -c ../../gcc-3.2.2/gcc/libgcc2.c -o libgcc/./_muldi3.o In file included from tconfig.h:21, from ../../gcc-3.2.2/gcc/libgcc2.c:36: ../../gcc-3.2.2/gcc/config/i386/linux.h:224:20: signal.h: No such file or directory ../../gcc-3.2.2/gcc/config/i386/linux.h:225:26: sys/ucontext.h: No such file or directory make[17]: *** [libgcc/./_muldi3.o] Error 1 make[17]: Leaving directory `/home/bwithrow/gar/devel/gcc/work/build.d/i386-pc-linux-gnu/gcc' Maybe I'm going at this the wrong.way... Thanks!