
linux from scratch
heyouqianqiu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
lfs-of-firstday
read the lfs web page named" Linux From Scratch - Version 6.1" from jinbuguothe find the good reference media via read web page of http://www.linuxsir.org/bbs/showthread.php?t=244052 算了第一次翻译基本功太原创 2009-04-16 17:58:00 · 355 阅读 · 0 评论 -
NPTL的解释
并行技术并行技术可分为三类,分别是线程库、消息传递库和编译器支持。线程库(如 POSIX* 线程和 Windows* API线程)可实现对线程的显性控制;如果需要对线程进行精细管理,可以考虑使用这些显性线程技术。借助消息传递库(如消息传递接口〔MPI〕),应用程序可同时利用多台计算机,它们彼此间不必共享同一内存空间。MPI广泛应用于科学计算领域。第三项技术是在编译器中转载 2009-04-18 19:48:00 · 554 阅读 · 0 评论 -
thirdday_lfs目标系统的软件安装
1.原创 2009-04-19 12:26:00 · 327 阅读 · 0 评论 -
lfs-of-secondday
制作工具链:1.cd $LFS/sources 进入编译目录2.安装binutilstar xvf /lfs-sources/binutils-2.17.tar.bz2cd binutils-2.17mkdir -v ../binutils-build cd ../binutils-build CC="gcc -B/usr/bin/" ../binutils-2.1原创 2009-04-17 11:40:00 · 421 阅读 · 0 评论 -
关于binutils的一些错误
我在装binutils的时候出现了致命的错误,以前发生个错误感觉是因为自己懒写了个脚本让他自己去运行了,后来到了第六章的测试工具链的时候出现了错误,后来从头再来,不用脚本了,自己一个一个的大字安装,然后又到第六章我崩溃了,安装binutils时我运行命令:make tooldir=/usr 然后提示: ar: error while loading shared libraries:原创 2009-04-21 11:50:00 · 699 阅读 · 0 评论 -
set up ftp server with vsftp
I just want to set up all the net services and note it down. my English is too poor to express my thoughts ,plz forgive me .step 1:download the software :vsftpd-2.0.5.tar.gzmy environment is:Linux原创 2009-04-28 17:59:00 · 544 阅读 · 0 评论