<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Linux From Scratch 6.5 发布</title>
	<atom:link href="http://linuxtoy.org/archives/linux-from-scratch-65-released.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Thu, 24 May 2012 17:43:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Drivers</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-132689</link>
		<dc:creator>Drivers</dc:creator>
		<pubDate>Fri, 18 Dec 2009 14:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-132689</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-121462&quot; rel=&quot;nofollow&quot;&gt;teebye&lt;/a&gt;: 
Google？他們用Ubuntu的&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-121462" rel="nofollow">teebye</a>: 
Google？他們用Ubuntu的</p>]]></content:encoded>
	</item>
	<item>
		<title>By: stesen</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-132660</link>
		<dc:creator>stesen</dc:creator>
		<pubDate>Fri, 18 Dec 2009 09:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-132660</guid>
		<description>&lt;p&gt;Sapphire:不知道你有没有仔细看文档,../binutils-source是指$LFS/sources/binutils-source,文档省去了每个包编译时前两个命令即
tar xvf xxx(此命令在$LFS下执行,一般为/mnt/lfs/)
cd xxx
然后再
mkdir ../binutils-source&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sapphire:不知道你有没有仔细看文档,../binutils-source是指$LFS/sources/binutils-source,文档省去了每个包编译时前两个命令即
tar xvf xxx(此命令在$LFS下执行,一般为/mnt/lfs/)
cd xxx
然后再
mkdir ../binutils-source</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sapphire</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-121645</link>
		<dc:creator>Sapphire</dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-121645</guid>
		<description>&lt;p&gt;......打错字了
[make ../binutils-source] =&gt; [mkdir ../binutils-source ]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>......打错字了
[make ../binutils-source] =&gt; [mkdir ../binutils-source ]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sapphire</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-121643</link>
		<dc:creator>Sapphire</dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-121643</guid>
		<description>&lt;p&gt;初学者适合用这个来学习吗?我头一次知道还有这么好的linux,能教从头构建,而我从有幸接触linux以来,就一直想通过从头构建来学习..
目前我的linux水平是:知道一些基本的对文件操作的命令,会分区..在家也装了个ubuntu,并在里面使用bt,eMule等软件(虽然是用那个新立德装的),看个电影...另外也能成功的通过原代码编译安装了C++的IDE codeblocks(我是程序员,但不是C++的,想顺便学学C++).....&lt;/p&gt;

&lt;p&gt;然后我按照文档安装,发现一个问题...在从开始编译工具那里,文档只给出命令,没有给出执行命令的上下文环境(也就是当前目录),我按照文档建立lfs用户并login后,开始准备编译binutils,文档上说建议找独立的文件夹放source, make ../binutils-source 这句执行,就出错说没有权限了...
联系上文,我认为执行这个命令可能的路径有  /home/lfs   /mnt/lfs/source  /mnt/lfs/tools
这3个地方只要一 .. ,就到了没权限的地方了...这里是不是文档的疏漏?.....
当然了,我也知道不用非得按照文档那么执行,所以我在  /home/lfs里 mkdir了....&lt;/p&gt;

&lt;p&gt;关键疑惑是:如果文档没有指出上下文环境,在后续的安装过程中,会不会因此出现问题?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>初学者适合用这个来学习吗?我头一次知道还有这么好的linux,能教从头构建,而我从有幸接触linux以来,就一直想通过从头构建来学习..
目前我的linux水平是:知道一些基本的对文件操作的命令,会分区..在家也装了个ubuntu,并在里面使用bt,eMule等软件(虽然是用那个新立德装的),看个电影...另外也能成功的通过原代码编译安装了C++的IDE codeblocks(我是程序员,但不是C++的,想顺便学学C++).....</p>

<p>然后我按照文档安装,发现一个问题...在从开始编译工具那里,文档只给出命令,没有给出执行命令的上下文环境(也就是当前目录),我按照文档建立lfs用户并login后,开始准备编译binutils,文档上说建议找独立的文件夹放source, make ../binutils-source 这句执行,就出错说没有权限了...
联系上文,我认为执行这个命令可能的路径有  /home/lfs   /mnt/lfs/source  /mnt/lfs/tools
这3个地方只要一 .. ,就到了没权限的地方了...这里是不是文档的疏漏?.....
当然了,我也知道不用非得按照文档那么执行,所以我在  /home/lfs里 mkdir了....</p>

<p>关键疑惑是:如果文档没有指出上下文环境,在后续的安装过程中,会不会因此出现问题?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bestgo</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-121632</link>
		<dc:creator>bestgo</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-121632</guid>
		<description>&lt;p&gt;维护一个LFS可不是件容易的事，因为软件包都要手动更新，没有任何的源或者仓库，纯手工。我想很多人编译完一个LFS后很少有去维护更新的。这点上gentoo虽然也要编译，但毕竟有人维护更新的脚本，对终端用户来说还是很方便。我想用做服务器，特别是对外提供服务的，首选还是rhel，debian，suse。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>维护一个LFS可不是件容易的事，因为软件包都要手动更新，没有任何的源或者仓库，纯手工。我想很多人编译完一个LFS后很少有去维护更新的。这点上gentoo虽然也要编译，但毕竟有人维护更新的脚本，对终端用户来说还是很方便。我想用做服务器，特别是对外提供服务的，首选还是rhel，debian，suse。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑日白月</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-121482</link>
		<dc:creator>黑日白月</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-121482</guid>
		<description>&lt;p&gt;这玩意儿是深入理解 Linux 系统必经之路，推荐～&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>这玩意儿是深入理解 Linux 系统必经之路，推荐～</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑传说</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-121470</link>
		<dc:creator>黑传说</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-121470</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-121462&quot; rel=&quot;nofollow&quot;&gt;teebye&lt;/a&gt;: 更多的是思路问题吧，属于国企思路。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-121462" rel="nofollow">teebye</a>: 更多的是思路问题吧，属于国企思路。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: teebye</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-121462</link>
		<dc:creator>teebye</dc:creator>
		<pubDate>Tue, 18 Aug 2009 09:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-121462</guid>
		<description>&lt;p&gt;说不行的都是技术问题，看看google&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>说不行的都是技术问题，看看google</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 喵喵</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-121455</link>
		<dc:creator>喵喵</dc:creator>
		<pubDate>Tue, 18 Aug 2009 09:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-121455</guid>
		<description>&lt;p&gt;gentoo做服务器没有很多人想象的那样折腾，它有hardened版本，维护的是稳定的包集合，速度上的优势更是不可忽视。编译优化的版本跟一般的版本性能差别是可观的。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>gentoo做服务器没有很多人想象的那样折腾，它有hardened版本，维护的是稳定的包集合，速度上的优势更是不可忽视。编译优化的版本跟一般的版本性能差别是可观的。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rainy</title>
		<link>http://linuxtoy.org/archives/linux-from-scratch-65-released.html#comment-121442</link>
		<dc:creator>rainy</dc:creator>
		<pubDate>Tue, 18 Aug 2009 06:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3261#comment-121442</guid>
		<description>&lt;p&gt;@kidfruit:
不是大企业，我在中小型企业。你误解了我的意思，我并不是说我一定要把发行版的数量弄的这么丰富。而是说在什么样的场合时，我可能会做出什么样的选择。&lt;/p&gt;

&lt;p&gt;实际上我仅仅用arch跑文件服务器（但我也可能选择slackware或gentoo）
实际上我只用了rhel跑oracle（但我也可能选择suse）
DNS和Mial Server也是用的rhel（但我也可能选择suse和debian）&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@kidfruit:
不是大企业，我在中小型企业。你误解了我的意思，我并不是说我一定要把发行版的数量弄的这么丰富。而是说在什么样的场合时，我可能会做出什么样的选择。</p>

<p>实际上我仅仅用arch跑文件服务器（但我也可能选择slackware或gentoo）
实际上我只用了rhel跑oracle（但我也可能选择suse）
DNS和Mial Server也是用的rhel（但我也可能选择suse和debian）</p>]]></content:encoded>
	</item>
</channel>
</rss>

