gcc-exp.xml 631 B

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