#478 closed defect (invalid)
Symlink to incorrect gcc file created as part of gcc static install ch. 5
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
As the last step in the following page (http://www.linuxfromscratch.org/view/cvs/chapter05/gcc.html), the user is told to create a symlink named cc that points to gcc. However, as the text is currently written, the user will not be making a symlink to the gcc executable, rather, he will be making a symlink to the gcc directory under the gcc-build directory. The instruction should be:
ln -s $LFS/static/bin/gcc $LFS/static/bin/cc
instead of ...
ln -s gcc $LFS/static/bin/cc
Change History (2)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
The command in the lfs-book works perfectly fine. I suggest you actually try and use the commands before assuming they are incorrect, let alone submitting bug reports on them ;)
This bug is invalid.