Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#478 closed defect (invalid)

Symlink to incorrect gcc file created as part of gcc static install ch. 5

Reported by: random31415@… Owned by: lfs-book@…
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 tushar@…, 21 years ago

This bug is invalid.

comment:2 by highos@…, 21 years ago

Resolution: invalid
Status: newclosed

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 ;)

Note: See TracTickets for help on using tickets.