mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
89b8b0b3c3
commit
f0c5c0b175
@ -10,7 +10,12 @@ would do.</para>
|
|||||||
optimization flags (including the -march and -mcpu options). Glibc is
|
optimization flags (including the -march and -mcpu options). Glibc is
|
||||||
best left alone, so we recommend you unsetting CFLAGS, CXXFLAGS and other
|
best left alone, so we recommend you unsetting CFLAGS, CXXFLAGS and other
|
||||||
such variables/settings that would change the default optimization that
|
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>
|
<para>Install Glibc by running the following commands:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user