Stephen Hyde wrote:
Hi, I have compiled my own lfs 6.1 based system but now when I come to setup xfree86 or xorg I cannot get it to make. The following command fails on the grep statement, get file not found

*sed** -i -e "[EMAIL PROTECTED] <linux/config.h>@/* & */@" \*

*    `grep -lr linux/config.h *` &&*

*( make** World 2>&1 | tee xorg-compile.log && exit $PIPESTATUS )*


You are probably using the wrong quote marks. The grep command is surrounded by backquotes... ` not '
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to