Changeset 7e336f1 in clfs-sysroot for BOOK/final-system/common/gcc.xml
- Timestamp:
- Mar 11, 2007, 6:32:25 PM (19 years ago)
- Branches:
- master
- Children:
- c439b8a
- Parents:
- 89d5d0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.