Changeset 7e336f1 in clfs-sysroot
- Timestamp:
- Mar 11, 2007, 6:32:25 PM (18 years ago)
- Branches:
- master
- Children:
- c439b8a
- Parents:
- 89d5d0b
- Location:
- BOOK/final-system/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
r89d5d0b r7e336f1 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> -
BOOK/final-system/common/bzip2.xml
r89d5d0b r7e336f1 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> -
BOOK/final-system/common/flex.xml
r89d5d0b r7e336f1 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 -
BOOK/final-system/common/gcc.xml
r89d5d0b r7e336f1 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>
Note:
See TracChangeset
for help on using the changeset viewer.