gcc-exp.xml 636 B

123456789101112131415161718192021222324
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para>
  4. <userinput>--enable-languages=c,c++:</userinput> This only builds the C
  5. and C++ compilers and not the other available compilers as they are, on
  6. the average, not often used. If those other compilers are needed,
  7. the --enable-languages parameter can be omitted.
  8. </para>
  9. <para>
  10. <userinput>ln -s ../usr/bin/cpp:</userinput> This
  11. creates the $LFS/lib/cpp symlink. Some packages explicitly try to find
  12. cpp in /lib.
  13. </para>
  14. <para>
  15. <userinput>ln -s ../bin/cpp:</userinput> This
  16. creates the $LFS/usr/lib/cpp symlink as there are packages that expect
  17. cpp to be in /usr/lib.
  18. </para>
  19. </sect2>