diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-30 01:45:25 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-30 01:45:25 +0000 |
commit | 1ba726fd6f7114e4a9961d25d63535d273356071 (patch) | |
tree | a287f2f741b366889d7ce67564075ea928fb5b1e /chapter06/gcc.xml | |
parent | bedc966aee03e11f5672450812c1ee92a0505454 (diff) |
Restore the use of *startfile_prefix_spec
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7314 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index e8c49be34..b67e4ede7 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -99,6 +99,11 @@ To support those packages, create this symlink:</para> <screen><userinput>ln -sv ../usr/bin/cpp /lib</userinput></screen> +<para>Many packages use the name <command>cc</command> to call the C +compiler. To satisfy those packages, create a symlink:</para> + +<screen><userinput>ln -sv gcc /usr/bin/cc</userinput></screen> + <note><para>At this point, it is strongly recommended to repeat the sanity check performed earlier in this chapter. Refer back to <xref linkend="ch-system-readjusting" role=","/> and repeat the check. If the results |