Browse Source

Updated info regarding "Moving Glibc's installation to chapter 6"

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@41 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 years ago
parent
commit
5dac7f90d7
1 changed files with 7 additions and 4 deletions
  1. 7 4
      TODO

+ 7 - 4
TODO

@@ -39,10 +39,13 @@ These are the TODO items for the next LFS release (3.0):
   Mention that all of these can't actually be used due to kernel
   Mention that all of these can't actually be used due to kernel
   limitations (IDE goes to 16 max for example).
   limitations (IDE goes to 16 max for example).
 
 
-* Install Glibc in chapter 6. This means chapter 5 needs mawk and
-  texinfo added as extra static packages. Test if this really works and
-  doesn't have unexpected problems. mawk needs the CFLAGS=-static
-  variable during the compile stage, texinfo needs LDFLAGs=-static.
+* Install Glibc in chapter 6. This means chapter 5 needs mawk,
+  texinfo and msgfmt from gettext added as extra static packages. Test if 
+  this really works and doesn't have unexpected problems. mawk needs the 
+  CFLAGS=-static variable during the compile stage, texinfo needs 
+  LDFLAGS=-static and msgfmt from gettext needs to be compiled with:
+    cd src && make LDDFLAGS=-all-static msgfmt
+  
 
 
 * Type in chapter 2 - how to install software: Last paragraph: 
 * Type in chapter 2 - how to install software: Last paragraph: 
 	s/There is on exception/There is one exception/
 	s/There is on exception/There is one exception/