I ran the whle thing as root I did the folling script

bash -e



for package in $(grep -v '^#' ../proto-7.7.md5 | awk '{print $2}')
do
  packagedir=${package%.tar.bz2}
  tar -xf $package
  pushd $packagedir
  ./configure $XORG_CONFIG
  $AS_ROOT "make install"
  popd
  rm -r $packagedir
done



-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Bruce Dubbs
Sent: Monday, October 08, 2012 11:12 PM
To: BLFS Support List
Subject: Re: [blfs-support] problem with xorg protocall headers

mike wrote:
> Hi,
>
> I used the install script and followed the deps and here is my output 
> why wood the script not compile? And I installed util-macros
>

> -bash: make install: command not found

You are supposed to do this as root.  What was the command you used?

If it's sudo, don't use the quotes.  You only need the quotes for 'su'. 
  We are working on a fix to the book.

   -- Bruce


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

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