Changeset 3461
- Timestamp:
- 03/12/07 01:32:25 (2 years ago)
- Files:
-
- branches/clfs-sysroot/BOOK/final-system/common/bash.xml (modified) (1 diff)
- branches/clfs-sysroot/BOOK/final-system/common/bzip2.xml (modified) (1 diff)
- branches/clfs-sysroot/BOOK/final-system/common/flex.xml (modified) (1 diff)
- branches/clfs-sysroot/BOOK/final-system/common/gcc.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-sysroot/BOOK/final-system/common/bash.xml
r2934 r3461 71 71 <para os="l">Create /bin/sh:</para> 72 72 73 <screen os="m"><userinput>ln -s v bash ${CLFS}/bin/sh</userinput></screen>73 <screen os="m"><userinput>ln -sfv bash ${CLFS}/bin/sh</userinput></screen> 74 74 75 75 </sect2> branches/clfs-sysroot/BOOK/final-system/common/bzip2.xml
r3376 r3461 61 61 <screen os="j"><userinput>cp -v bzip2-shared ${CLFS}/bin/bzip2 62 62 cp -av libbz2.so* ${CLFS}/lib 63 ln -s v ../../lib/libbz2.so.1.0 ${CLFS}/usr/lib/libbz2.so63 ln -sfv ../../lib/libbz2.so.1.0 ${CLFS}/usr/lib/libbz2.so 64 64 rm -v ${CLFS}/usr/bin/{bunzip2,bzcat,bzip2} 65 ln -s v bzip2 ${CLFS}/bin/bunzip266 ln -s v bzip2 ${CLFS}/bin/bzcat</userinput></screen>65 ln -sfv bzip2 ${CLFS}/bin/bunzip2 66 ln -sfv bzip2 ${CLFS}/bin/bzcat</userinput></screen> 67 67 68 68 </sect2> branches/clfs-sysroot/BOOK/final-system/common/flex.xml
r2122 r3461 49 49 this:</para> 50 50 51 <screen os="j"><userinput>ln -s v libfl.a ${CLFS}/usr/lib/libl.a</userinput></screen>51 <screen os="j"><userinput>ln -sfv libfl.a ${CLFS}/usr/lib/libl.a</userinput></screen> 52 52 53 53 <para os="k">A few programs do not know about <command>flex</command> yet and branches/clfs-sysroot/BOOK/final-system/common/gcc.xml
r3456 r3461 91 91 To support those packages, create this symlink:</para> 92 92 93 <screen os="l"><userinput>ln -s v ../usr/bin/cpp ${CLFS}/lib</userinput></screen>93 <screen os="l"><userinput>ln -sfv ../usr/bin/cpp ${CLFS}/lib</userinput></screen> 94 94 95 95 <para os="m">Many packages use the name <command>cc</command> to call the C 96 96 compiler. To satisfy those packages, create a symlink:</para> 97 97 98 <screen os="o"><userinput>ln -s v gcc ${CLFS}/usr/bin/cc</userinput></screen>98 <screen os="o"><userinput>ln -sfv gcc ${CLFS}/usr/bin/cc</userinput></screen> 99 99 100 100 </sect2>
