|
Section 5.11.1 patching gcc problem
Section 5.11.1 in book 6.3 calls for gcc to be patched with gcc-4.1.2.specs-1.patch to correct the location of the dynamic linker and to remove /usr/include from the search path.
Trying to apply this patch, however, yields every patch attempt failing with Hunk #x FAILED at xx.
Any ideas on why this might be?
EDIT: In some patched files the dynamic linker is presently listed as LINUX_DYNAMIC_LINKER, not /lib/ld-linux.so.2. Should i edit the patch file to look for this instead of ld-linux.so.2? Also, why would this be in place of the literal file name?
Last edited by feilb; 07-09-2008 at 09:46 AM.
|