Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-08 Thread Simon Geard
On Mon, 2012-05-07 at 20:56 +0430, Yasser Zamani wrote: > You're right Simon, Unicodes are two fold. And also I don't know if > 'sed' can edit a binary stream :? Not safely. Remember, it deals with lines of text - if a stream doesn't consist of lines of text, the output may not be what you expect.

Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-07 Thread Yasser Zamani
Yasser From: delga...@ihug.co.nz To: lfs-support@linuxfromscratch.org Date: Mon, 7 May 2012 21:00:28 +1200 Subject: Re: [lfs-support] Shoul I remember (keep in mind) all steps?! On Sun, 2012-05-06 at 21:02 +0430, Yasser Zamani wrote: > Thanks a lot Simon, > > As I cited, the book is well

Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-07 Thread Simon Geard
On Sun, 2012-05-06 at 21:02 +0430, Yasser Zamani wrote: > Thanks a lot Simon, > > As I cited, the book is well described enough but I worried a bit when > I saw a 'sed' script at first time. However, as the mailing list's > friends advised, after learning a bit online, now I don't have any > troub

Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-06 Thread Yasser Zamani
on says to sed that it should put a star before any (not just first) letter which is uppercase.Now, I hope you can read the book better; Could you think before that Linux is powerful as much as this?! Enjoy! Sincerely Yours, Yasser. From: delga...@ihug.co.nz To: lfs-support@linuxfromscratch.org

Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-06 Thread Simon Geard
On Sat, 2012-05-05 at 19:50 +0430, Yasser Zamani wrote: > Hi there, > > At first thank you very much for this useful site and book! > > Currently I'm doing jobs step-by-step with no getting any errors; > however, sometimes the steps are very specific e.g. GCC pass 2 steps. > GCC needs that patch,

Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-05 Thread Aleksandar Kuktin
>On Sat, 5 May 2012 09:43:28 -0700 (PDT) >Fernando de Oliveira wrote: > > On 05-05-2012 12:20, Yasser Zamani wrote: > > [...] > > > One more thing; sometimes I know why to run the script but I don't > > know how script works exactly. the main example is sed. I know it > > edits streams to replac

Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-05 Thread Fernando de Oliveira
On 05-05-2012 12:20, Yasser Zamani wrote: [...] > One more thing; sometimes I know why to run the script but I don't know how > script works exactly. the main example is sed. I know it edits streams to > replace or remove something but it's command in book is complicated for me at > this time

Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-05 Thread Andrew Benton
On Sat, 05 May 2012 16:20:45 +0100 Yasser Zamani wrote: > > Hi there, > > At first thank you very much for this useful site and book! > > Currently I'm doing jobs step-by-step with no getting any errors; however, > sometimes the steps are very specific e.g. GCC pass 2 steps. GCC needs that >

Re: [lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-05 Thread Bruce Dubbs
Yasser Zamani wrote: > Hi there, > > At first thank you very much for this useful site and book! > > Currently I'm doing jobs step-by-step with no getting any errors; however, > sometimes the steps are very specific e.g. GCC pass 2 steps. GCC needs that > patch, fixincludes should be suppressed,

[lfs-support] Shoul I remember (keep in mind) all steps?!

2012-05-05 Thread Yasser Zamani
Hi there, At first thank you very much for this useful site and book! Currently I'm doing jobs step-by-step with no getting any errors; however, sometimes the steps are very specific e.g. GCC pass 2 steps. GCC needs that patch, fixincludes should be suppressed, -fomit-frame-pointer should be r