This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Glibc doesn't work for parallel build now


./configure no longer creates add-on directories. With parallel build,
I got

dir=`gcc -std=gnu99 -DGLIBC_2_2_COMPATIABLE -O2 -Wall -Winline
-Wstrict-prototypes -Wwrite-strings -fstrict-aliasing -g -march=i686
-pipe -mpreferred-stack-boundary=2     -I../include -I.
-I/export/build/gnu/glibc/build-i686-linux/linuxthreads -I.. -I../libio
-I/export/build/gnu/glibc/build-i686-linux -I../sysdeps/i386/elf
-I../linuxthreads/sysdeps/unix/sysv/linux/i386
-I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread
-I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
-I../linuxthreads/sysdeps/i386/i686 -I../linuxthreads/sysdeps/i386
-I../sysdeps/unix/sysv/linux/i386/i686
-I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
-I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386/i686
-I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv
-I../sysdeps/unix/i386/i686 -I../sysdeps/unix/i386 -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686
-I../sysdeps/i386/i486 -I../linuxthreads/sysdeps/i386/i486
-I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32
-I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64
-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754
-I../sysdeps/generic/elf -I../sysdeps/generic -I
/lib/modules/2.6.7-1.492.hjl.0smp/build/include -D_LIBC_REENTRANT
-include ../include/libc-symbols.h       -print-multi-directory`; \
echo "multidir := $dir" >
/export/build/gnu/glibc/build-i686-linux/linuxthreads/multidir.mkT
/bin/sh: line 1:
/export/build/gnu/glibc/build-i686-linux/linuxthreads/multidir.mkT: No
such file or directory
make[4]: ***
[/export/build/gnu/glibc/build-i686-linux/linuxthreads/multidir.mk]
Error 1
make[4]: Leaving directory
`/net/gnu/export/gnu/src/glibc/libc/linuxthreads'
make[3]: *** [linuxthreads/subdir_lib] Error 2
make[3]: Leaving directory `/net/gnu/export/gnu/src/glibc/libc'
make[2]: *** [all] Error 2


H.J.


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