mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 17:25:08 +01:00
removed URL - invalid
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2426 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0057dde754
commit
68ed9a53ee
@ -3,13 +3,11 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of Fileutils</title>
|
<title>Installation of Fileutils</title>
|
||||||
|
|
||||||
<para>There is a documented (see
|
<para>There is a documented bug with the atexit() function in glibc-2.2.3
|
||||||
<ulink url="http://mail.gnu.org/pipermail/bug-glibc/2001-May/003149.html"/>)
|
when it is compiled with gcc-2.95.3. This bug only occurs on some systems
|
||||||
bug with the atexit() function in glibc-2.2.3 when it is compiled with
|
(primarily AMD, but not exclusively). This bug causes segmentation faults
|
||||||
gcc-2.95.3. This bug only occurs on some systems (primarily AMD, but not
|
in fileutils-4.1 when it is compiled statically. This patch causes
|
||||||
exclusively). This bug causes segmentation faults in fileutils-4.1 when it
|
on_exit() to be called instead of atexit().</para>
|
||||||
is compiled statically. This patch causes on_exit() to be called instead of
|
|
||||||
atexit().</para>
|
|
||||||
|
|
||||||
<para>Note that in some cases using this patch will result in not being
|
<para>Note that in some cases using this patch will result in not being
|
||||||
able to compile this package at all, even when your system has an AMD CPU
|
able to compile this package at all, even when your system has an AMD CPU
|
||||||
|
Loading…
Reference in New Issue
Block a user