tcl-inst.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of TCL</title>
  4. <para>This package and the next two are only installed to be able to run the
  5. test suites for GCC and Binutils. Installing three packages just for for
  6. testing purposes may seem like overkill, but it is very reassuring, if not
  7. essential, to know that our most important tools are working properly.</para>
  8. <para>Prepare Tcl to be compiled:</para>
  9. <para><screen><userinput>cd unix
  10. ./configure --prefix=/stage1</userinput></screen></para>
  11. <para>Build, test, and install the package:</para>
  12. <para><screen><userinput>make
  13. make test
  14. make install</userinput></screen></para>
  15. <para>Note that some of the tests may fail, and that this is not a problem:
  16. the program will work well enough to be able to run the GCC and Binutils test
  17. suites.</para>
  18. <para>Make a link:</para>
  19. <para><screen><userinput>ln -s tclsh8.4 /stage1/bin/tclsh</userinput></screen></para>
  20. <para><emphasis>Do not remove</emphasis> the
  21. <filename>tcl&tcl-version;</filename> source directory yet, as the next package
  22. will need its internal headers.</para>
  23. </sect2>