Changeset 03084bc9 for chapter06/gcc.xml


Ignore:
Timestamp:
08/29/2004 09:03:03 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.0
Children:
8aaa00a1
Parents:
e4ce4ea
Message:
  • Added gcc-3.4.1-linkonce-1.patch so as Mozilla and kdegraphics can be compiled successfully

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    re4ce4ea r03084bc9  
    4747
    4848<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch</userinput></screen>
     49
     50<para>GCC fails to compile some packages outside of a base Linux From Scratch
     51install (e.g., Mozilla and kdegraphics) when used in conjunction with newer
     52versions of binutils.  Apply the following patch to fix this issue:</para>
     53
     54<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-linkonce-1.patch</userinput></screen>
    4955
    5056<para>Apply a sed substitution that will suppress the installation of
Note: See TracChangeset for help on using the changeset viewer.