After compiling the glibc-2.1 and 2.1.1pre1 successfully,
both stop with an err at make check. My mistake ?
/usr/include is empty. egcs 1.1.1. Linux 2.2.3-ac1
$ make check
Makefile:183: target `localedata/subdir_lib' given more than once in the
same ru
le.
Makefile:183: target `localedata/objects' given more than once in the same
rule.
Makefile:183: target `localedata/objs' given more than once in the same
rule.
Makefile:183: target `localedata/others' given more than once in the same
rule.
Makefile:183: target `localedata/subdir_mostlyclean' given more than once in
the
same rule.
Makefile:183: target `localedata/subdir_clean' given more than once in the
same
rule.
Makefile:183: target `localedata/subdir_distclean' given more than once in
the s
ame rule.
Makefile:183: target `localedata/subdir_realclean' given more than once in
the s
ame rule.
Makefile:183: target `localedata/tests' given more than once in the same
rule.
Makefile:183: target `localedata/subdir_lint.out' given more than once in
the sa
me rule.
Makefile:183: target `localedata/subdir_distinfo' given more than once in
the sa
me rule.
Makefile:183: target `localedata/subdir_echo-headers' given more than once
in th
e same rule.
Makefile:183: target `localedata/subdir_echo-distinfo' given more than once
in t
he same rule.
Makefile:183: target `localedata/subdir_install' given more than once in the
sam
e rule.
Makefile:183: target `localedata/subdir_testclean' given more than once in
the s
ame rule.
Makefile:183: target `localedata/install-no-libc.a' given more than once in
the
same rule.
Makefile:183: target `localedata/install-bin' given more than once in the
same r
ule.
Makefile:183: target `localedata/install-lib' given more than once in the
same r
ule.
Makefile:183: target `localedata/install-data' given more than once in the
same
rule.
Makefile:183: target `localedata/install-headers' given more than once in
the sa
me rule.
Makefile:183: target `localedata/install-others' given more than once in the
sam
e rule.
make -C csu tests
make[1]: Entering directory `/home/mario/glibc-2.1/csu'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/csu'
make -C assert tests
make[1]: Entering directory `/home/mario/glibc-2.1/assert'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/assert'
make -C ctype tests
make[1]: Entering directory `/home/mario/glibc-2.1/ctype'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/ctype'
make -C db tests
make[1]: Entering directory `/home/mario/glibc-2.1/db'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/db'
make -C db2 tests
make[1]: Entering directory `/home/mario/glibc-2.1/db2'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/db2'
make -C locale tests
make[1]: Entering directory `/home/mario/glibc-2.1/locale'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/locale'
make -C intl tests
make[1]: Entering directory `/home/mario/glibc-2.1/intl'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/intl'
make -C catgets tests
make[1]: Entering directory `/home/mario/glibc-2.1/catgets'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/catgets'
make -C math tests
make[1]: Entering directory `/home/mario/glibc-2.1/math'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/math'
make -C setjmp tests
make[1]: Entering directory `/home/mario/glibc-2.1/setjmp'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/setjmp'
make -C signal tests
make[1]: Entering directory `/home/mario/glibc-2.1/signal'
make[1]: Nothing to be done for `tests'.
make[1]: Leaving directory `/home/mario/glibc-2.1/signal'
make -C stdlib tests
make[1]: Entering directory `/home/mario/glibc-2.1/stdlib'
gcc -include ../config.h /home/mario/glibc-2.1/stdlib/isomac.c -o isomac
/home/mario/glibc-2.1/stdlib/isomac.c:74: stdio.h: No such file or directory
/home/mario/glibc-2.1/stdlib/isomac.c:75: stdlib.h: No such file or
directory
/home/mario/glibc-2.1/stdlib/isomac.c:76: string.h: No such file or
directory
make[1]: *** [isomac] Error 1
make[1]: Leaving directory `/home/mario/glibc-2.1/stdlib'
make: *** [stdlib/tests] Error 2
$