On 18/06/2014 15:18, Kazer Powa wrote:
http://www.linuxfromscratch.org/lfs/view/stable/chapter06/gcc.html

The book says:
"Some packages expect the C preprocessor to be installed in the /lib
directory. To support those packages, create this symlink"
And the command for this is:
"ln -sv ../usr/bin/cpp /lib"
But in that moment the user is in /sources/gcc-build, so that command is
not going to work. I used this one instead, which I believe is the
correct one:
"ln -sv /usr/bin/cpp /lib"

As the note in section 4.2 states:

"The above command is correct. The ln command has a few syntactic variations, so be sure to check info
coreutils ln and ln(1) before reporting what you may think is an error."

Regards,

Matt.
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to