After installing GCC a compatibility symlink is added:

install -dm755 /usr/lib/bfd-plugins
ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/4.9.0/liblto_plugin.so

No linkname or directory is given in the ln command; the link will be
created in the working directory, i.e. in the build directory. Shouldn't
the link be in /usr/lib/bfd-plugins?


-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to