diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-26 22:23:57 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-26 22:23:57 +0000 |
commit | daaa09419c0987d6e4167110c26224d43676b53a (patch) | |
tree | 13b76a0ff729378db10fc6449a03fef20a43c778 /chapter05/gcc-pass2.xml | |
parent | 17476c5481ff8ebced096511eb66134c68f6f042 (diff) |
Making references to the Wiki and Richard's References page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 314f88019..f25add08b 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -29,10 +29,10 @@ system is set up correctly in this regard by performing a simple test:</para> <blockquote><screen>The system has no more ptys. Ask your system administrator to create more.</screen></blockquote> <para>Your host distribution is not set up for proper PTY operation. In this -case there is no point in running the test suites for GCC and Binutils until you -are able to resolve the issue. You can consult the LFS Wiki at -<ulink url="http://wiki.linuxfromscratch.org/"/> for more information on how to -get PTYs working.</para> +case there is no point in running the test suites for GCC and Binutils until +you are able to resolve the issue. You can consult the LFS Wiki at +<ulink url="&wiki-root;"/> for more information on how to get PTYs +working.</para> <para>This time we will build both the C and the C++ compilers, so you'll have to unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the |