diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-17 13:21:46 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-17 13:21:46 +0000 |
commit | f0c5c0b175d12a8c9bd6eb0d598be4e9915a3930 (patch) | |
tree | fc17fdb146e5148f0015251da6208921eeb9c9ce /chapter06 | |
parent | 89b8b0b3c33c0286f94aa95d086e91ab866d269d (diff) |
added extra warning not to use --enable-kernel or do anything different
than the install isntructions show
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 2eb2d7f54..2862e8ac1 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -10,7 +10,12 @@ would do.</para> optimization flags (including the -march and -mcpu options). Glibc is best left alone, so we recommend you unsetting CFLAGS, CXXFLAGS and other such variables/settings that would change the default optimization that -it comes with.</para> +it comes with. Also, don't pass the --enable-kernel option to the configure +script. It's known to cause segmentation fauls when other packages like +fileutils, make and tar are linked against it.</para> + +<para>Basically, compiling Glibc in any way than this book suggests it, is +putting your system at very high risk.</para> <para>Install Glibc by running the following commands:</para> |