Re: [lfs-support] Trouble changing dynamic linker in step 6.9

2012-01-31 Thread Dave H
On Tue, Jan 31, 2012 at 12:23 PM, Bruce Dubbs wrote: > Firerat wrote: >> On 31 January 2012 14:50, Dave H wrote: >>>> $(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@

Re: [lfs-support] Trouble changing dynamic linker in step 6.9

2012-01-31 Thread Dave H
On Tue, Jan 31, 2012 at 10:26 AM, Firerat wrote: > On 31 January 2012 14:50, Dave H wrote: >>> $(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') >> >> with this i get: >> =

Re: [lfs-support] Trouble changing dynamic linker in step 6.9

2012-01-31 Thread Dave H
On Tue, Jan 31, 2012 at 6:52 AM, Firerat wrote: > On 31 January 2012 10:38, Dave H wrote: >> On Tue, Jan 31, 2012 at 5:29 AM, Dave H wrote: >> As for the following line, >> bash: command substitution: line 47: >> >> This is what i receive when i attempt to set D

Re: [lfs-support] Trouble changing dynamic linker in step 6.9

2012-01-31 Thread Dave H
On Tue, Jan 31, 2012 at 5:29 AM, Dave H wrote: > On Sun, Jan 29, 2012 at 5:36 PM, Bruce Dubbs wrote: >> Dave H wrote: >>> hi yes the mailer is doing that.  i am cutting and pasting it from HTML. >>> >>> i was wondering if it was something from my cut and pa

Re: [lfs-support] Trouble changing dynamic linker in step 6.9

2012-01-31 Thread Dave H
On Sun, Jan 29, 2012 at 5:36 PM, Bruce Dubbs wrote: > Dave H wrote: >> hi yes the mailer is doing that.  i am cutting and pasting it from HTML. >> >> i was wondering if it was something from my cut and pasting too, but i >> tried typing in those parts by hand and had

Re: [lfs-support] Trouble changing dynamic linker in step 6.9

2012-01-29 Thread Dave H
table/chapter06/glibc.html . it is the first line of cut/paste code. thanks again, dave On Sun, Jan 29, 2012 at 12:33 PM, Bruce Dubbs wrote: > Dave H wrote: >> Hi guys running into another snag and was hoping someone could shed >> some light on the problem. >> >> At the stage

[lfs-support] Trouble changing dynamic linker in step 6.9

2012-01-29 Thread Dave H
Hi guys running into another snag and was hoping someone could shed some light on the problem. At the stage to change the dynamic linker but for some reason, cut/pasting didn't seem to work: === root:/sources/glibc-2.14.1# DL=$(re

[lfs-support] can't set dynamic linker in step 6.9

2012-01-26 Thread Dave H
Hi again, At the stage to change the dynamic linker but for some reason, cut/pasting didn't seem to work: === root:/sources/glibc-2.14.1# DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') bash: command substit

Re: [lfs-support] Make errors on Binutils-2.21.1a - Pass 2

2012-01-25 Thread Dave H
ok that makes sense. i will take that route for items that are built multiple times (like binutils). thanks for your time, dave On Wed, Jan 25, 2012 at 3:12 PM, Firerat wrote: > > On Jan 25, 2012 7:51 PM, "Dave H" wrote: > > > > Rats (pun intended), I JUST re

Re: [lfs-support] Make errors on Binutils-2.21.1a - Pass 2

2012-01-25 Thread Dave H
n the extracted source when installing? Thank you for your time, really I appreciate it. -dave On Wed, Jan 25, 2012 at 2:27 PM, Firerat wrote: > > On Jan 25, 2012 7:15 PM, "Dave H" wrote: > > > > hi, > > everything up to this point hasn't produced a

Re: [lfs-support] Make errors on Binutils-2.21.1a - Pass 2

2012-01-25 Thread Dave H
you are correct sir. thank you for the response. it seems to be going now. best regards, -dave On Wed, Jan 25, 2012 at 2:19 PM, Matijn Woudt wrote: > On Wed, Jan 25, 2012 at 8:14 PM, Dave H wrote: > > hi, > > everything up to this point hasn't produced any

[lfs-support] Make errors on Binutils-2.21.1a - Pass 2

2012-01-25 Thread Dave H
hi, everything up to this point hasn't produced any errors, however when attempting to make, the following is returned: === lfs@computername4:/mnt/lfs/sources/binutils-build$ make make[1]: Entering directory `/mnt/lfs/sources/binutils-buil

Re: [lfs-support] configure, make and make install as who

2012-01-18 Thread Dave H
e On Tue, Jan 17, 2012 at 8:38 AM, Firerat wrote: > > On Jan 17, 2012 1:30 PM, "Andrew Benton" wrote: > > > > On Tue, 17 Jan 2012 03:42:35 -0500 > > Dave H wrote: > > > > > Hello I'm stuck at a point and I really don't know what'

[lfs-support] configure, make and make install as who

2012-01-17 Thread Dave H
Hello I'm stuck at a point and I really don't know what's wrong. Here is my situation. Gathered from the list of All Packages list page 3.2, it states Autoconf (2.68) and M4 (1.4.16) So I downloaded, extracted, M4 (1.4.16) and did the following while in the directory "$LFS/sources/m4-1.4.16": .

Re: [lfs-support] lfs-support Digest, Vol 2477, Issue 1

2011-12-28 Thread Dave H
bject line so it is more specific > than "Re: Contents of lfs-support digest..." > > > Today's Topics: > > 1. confusion setting up binutils-build directory (Dave H) > 2. Re: confusion setting up binutils-build directory (John Fanjoy) > 3. Re: confusion

[lfs-support] confusion setting up binutils-build directory

2011-12-28 Thread Dave H
hi, i am at Chapter 5.4 of the lfs manual v7.0 and i'm confused where it says to make the binutils-build directory. i am assuming at this step, i should be user lfs and currently in the $LFS/sources directory. however the command mkdir -v ../binutils-build cannot successfully issued by user lfs