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 I see it, the user should be in /sources/gcc-4.8.2 at first, then move
to /sources/gcc-build, so ../usr/bin/cpp would be /sources/usr/bin/cpp,
which is incorrect)
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to