Re: possible error ch6 Version SVN-20090812 6.9.1. Installation of Glibc

2009-08-15 Thread Bruce Dubbs
Steve wrote: > Hi, > > When I run this command I get an error. I was wondering if it was me or the > command since I don't really use sed. I did a cut and paste from the book. > > root:/sources/glibc-2.10.1# DL=$(readelf -l /bin/sh | sed -n > 's...@.*interpret.*/tools\(.*\)]...@\1@p') > bash

A Problem With Compiling Binutils-2.18

2009-08-15 Thread Amir Khezrian
Hello I have a problem when i want to compile The Binutils package.when i issue the "make" commond as root there is no problem and by issuing the next commomd (make install), i encounter with this: make[1]: Entering directory `/mnt/lfs/sources/binutils-2.18' /bin/sh ./mkinstalldirs /tools /tools

Re: Bash shell scripting help

2009-08-15 Thread Simon Geard
On Fri, 2009-08-14 at 07:38 -0500, James Robertson wrote: > Thanks so much for the explanation. That makes a lot of sense. The > solution you provide works for me. Very useful things, shell functions. For this case, a simple alias would have done just as well, but I use (at work) similar funct