编译出问题了在线等待~~~~~~~~``
时间:2007-12-11
来源:互联网
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating sed/Makefile
config.status: creating testsuite/Makefile
config.status: creating po/Makefile.in
config.status: creating intl/Makefile
config.status: creating config.h
config.status: linking ./lib/regex_.h to lib/regex.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing gettext-fix commands
lfs@localhost:/mnt/lfs/sources/sed-4.1.5$ make -C lib
make: Entering directory `/mnt/lfs/sources/sed-4.1.5/lib'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \
then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; \
then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -MT regex.o -MD -MP -MF ".deps/regex.Tpo" -c -o regex.o regex.c; \
then mv -f ".deps/regex.Tpo" ".deps/regex.Po"; else rm -f ".deps/regex.Tpo"; exit 1; fi
In file included from regex.c:61:
regex_internal.h:111:1: warning: "__mempcpy" redefined
In file included from /tools/include/string.h:417,
from regex_internal.h:28,
from regex.c:61:
/tools/include/bits/string2.h:207:1: warning: this is the location of the previous definition
rm -f libsed.a
ar cru libsed.a getopt1.o getopt.o utils.o regex.o
ranlib libsed.a
make: Leaving directory `/mnt/lfs/sources/sed-4.1.5/lib'
lfs@localhost:/mnt/lfs/sources/sed-4.1.5$ make -C mount mount umount
make: *** mount: No such file or directory. Stop.
lfs@localhost:/mnt/lfs/sources/sed-4.1.5$ make -C text-utils more
make: *** text-utils: No such file or directory. Stop.
lfs@localhost:/mnt/lfs/sources/sed-4.1.5$ cp -v mount/{,u}mount text-utils/more /tools/bin
cp: cannot stat `mount/mount': No such file or directory
cp: cannot stat `mount/umount': No such file or directory
cp: cannot stat `text-utils/more': No such file or directory
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating sed/Makefile
config.status: creating testsuite/Makefile
config.status: creating po/Makefile.in
config.status: creating intl/Makefile
config.status: creating config.h
config.status: linking ./lib/regex_.h to lib/regex.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing gettext-fix commands
lfs@localhost:/mnt/lfs/sources/sed-4.1.5$ make -C lib
make: Entering directory `/mnt/lfs/sources/sed-4.1.5/lib'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \
then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; \
then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl -g -O2 -MT regex.o -MD -MP -MF ".deps/regex.Tpo" -c -o regex.o regex.c; \
then mv -f ".deps/regex.Tpo" ".deps/regex.Po"; else rm -f ".deps/regex.Tpo"; exit 1; fi
In file included from regex.c:61:
regex_internal.h:111:1: warning: "__mempcpy" redefined
In file included from /tools/include/string.h:417,
from regex_internal.h:28,
from regex.c:61:
/tools/include/bits/string2.h:207:1: warning: this is the location of the previous definition
rm -f libsed.a
ar cru libsed.a getopt1.o getopt.o utils.o regex.o
ranlib libsed.a
make: Leaving directory `/mnt/lfs/sources/sed-4.1.5/lib'
lfs@localhost:/mnt/lfs/sources/sed-4.1.5$ make -C mount mount umount
make: *** mount: No such file or directory. Stop.
lfs@localhost:/mnt/lfs/sources/sed-4.1.5$ make -C text-utils more
make: *** text-utils: No such file or directory. Stop.
lfs@localhost:/mnt/lfs/sources/sed-4.1.5$ cp -v mount/{,u}mount text-utils/more /tools/bin
cp: cannot stat `mount/mount': No such file or directory
cp: cannot stat `mount/umount': No such file or directory
cp: cannot stat `text-utils/more': No such file or directory
作者: biosxjj 发布时间: 2007-12-11
你串台了。
mount是在util-linux这个包里,你却在sed源码目录下。
mount是在util-linux这个包里,你却在sed源码目录下。
作者: hohoxu_hao115 发布时间: 2007-12-11
哦 cd table 错目录了~~~!!!郁闷 找了半天资料~~~
作者: biosxjj 发布时间: 2007-12-11
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28