From 60ed866798672201b1e79c15a8f38e4f7f76a9a1 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Wed, 18 Sep 2002 18:31:39 +0000 Subject: Fixed typos, removed old command explanation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/how.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'chapter01/how.xml') diff --git a/chapter01/how.xml b/chapter01/how.xml index fe743db27..5d0ec73f3 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -3,7 +3,7 @@ We are going to build the LFS system by using a previously installed -Linux distribution such as Debian, SuSe, Slackware, Mandrake, RedHat, etc. +Linux distribution such as Debian, SuSE, Slackware, Mandrake, RedHat, etc. We will use the existing Linux system as the development platform, because we need tools like a compiler, linker, text editor, and other necessary development tools to build our system. Ordinarily, the required tools are @@ -19,12 +19,14 @@ packages that will form the basic development suite which is used to build the actual system, or needed to resolve circular dependencies. For example, you need a compiler to build a new compiler, and you need a shell in order to install a new shell. The packages in this chapter will be linked -statically. Static linking describes a method of compiling software so that +statically. + +Static linking describes a method of compiling software so that it does not require the presence of libraries when building is complete. The resulting program is able to function on its own. The program is able to do so because the pieces of the program that would normally remain in the libraries are copied from the libraries and built right into the program. -Ordinarily software is built with dynamic linking. This conserves storage +Ordinarily, software is built with dynamic linking. This conserves storage space and increases the efficiency of many programs. We statically link our software in chapter 5 because we will in theory be moving our development system to a virtual environment where the already mentioned -- cgit v1.2.3-54-g00ecf