|
make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.4 objdir=`pwd` all
make[1]: Entering directory `/mnt/clfs/sources/clfs_source/glibc-2.4'
mawk -f scripts/gen-sorted.awk \
-v subdirs='csu assert ctype locale intl catgets math setjmp signal stdlib stdio-common libio malloc string wcsmbs time dirent grp pwd posix io termios resource misc socket sysvipc gmon gnulib iconv iconvdata wctype manual shadow po argp crypt nss localedata timezone rt conform debug dlfcn elf' \
-v srcpfx='' \
nptl/sysdeps/pthread/Subdirs sysdeps/unix/inet/Subdirs sysdeps/unix/Subdirs assert/Depend intl/Depend catgets/Depend stdlib/Depend stdio-common/Depend libio/Depend malloc/Depend string/Depend wcsmbs/Depend time/Depend posix/Depend iconvdata/Depend nss/Depend localedata/Depend rt/Depend debug/Depend > /mnt/clfs/sources/clfs_source/glibc-build/sysd-sorted-tmp
[color="Red"]mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed (bad class -- [], [^] or [)
/[^
mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ]
mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, "", subd ...
make[1]: *** No rule to make target `/mnt/clfs/sources/clfs_source/glibc-build/Versions.all', needed by `/mnt/clfs/sources/clfs_source/glibc-build/abi-versions.h'. Stop.
make[1]: Leaving directory `/mnt/clfs/sources/clfs_source/glibc-2.4'
make: *** [all] Error 2
我是按照
http://cross-lfs.org/view/1.0.0/x86/cross-tools/glibc.html
来做的,CLFS。
为什么mawk都会出错呢?
目录结构应该是对的,configure我也做了,不知道为什么会出现这个问题。 |
|