Re: [lfs-support] binutiles make error in section 6.13

2012-09-25 Thread William Harrington
On Sep 25, 2012, at 06:33 AM, elham abbaszade wrote: > Hi > according this hint, I set below environmet variables after > chrooting and before installing any packages: > > export CFLAGS="-Os -fomit-frame-pointer -march=i686 -pipe" && > CXXFLAGS=$CFLAGS > > export CC="gcc -s" > export LDFLAGS=

Re: [lfs-support] Host Distribution

2012-09-25 Thread Ken Moffat
On Tue, Sep 25, 2012 at 01:29:58PM -0400, Wally Lepore wrote: > > I've been reading and studying much and definitely look for as much > support as possible with the chosen distro. I've been involved with > computers for a long long time. I just started studying Linux about > two months ago. I stil

Re: [lfs-support] Host Distribution

2012-09-25 Thread Bruce Dubbs
Wally Lepore wrote: > I still haven't loaded a distro Then you are not ready for LFS yet. Load and use a distro, any distro, for a while and then come back. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: S

Re: [lfs-support] Host Distribution

2012-09-25 Thread Wally Lepore
Hi Drew, On Tue, Sep 25, 2012 at 12:28 PM, wrote: > I have sucessfully built LFS three times with Slackware as the host. > Each time it was with the version that was released when I started > building the most recent LFS. Right now I'm building LFS 7.1 > with Slackware 13.37 as the host. Thank

Re: [lfs-support] Host Distribution

2012-09-25 Thread jxa127
>>On 09/24/12, Wally Lepore wrote: >> >>Hi William, >> >>Great. Thank you. Reading the link now. >> >>Ok, I've narrowed it down to two choices as a host distro for LFS. >> >>Debian or Slackware? >> >>Don't forget, I'm new and will have many questions as I study the book >>and all sources :-) >> >>T

Re: [lfs-support] Chapter 2.3 Ken Moffat Ken

2012-09-25 Thread Baho Utot
On 09/24/2012 10:56 PM, Bruce Dubbs wrote: > Ken Moffat wrote: > >> 3. Actually, you *don't* need to figure out all the 32 vs 64 bit >> stuff - unless you want to. > Agree. > >> GCC works better with more >> registers, which is one of the main reasons for using x86_64 - the >> drawback is that poin

[lfs-support] binutiles make error in section 6.13

2012-09-25 Thread elham abbaszade
Hi according this hint, I set below environmet variables after chrooting and before installing any packages: export CFLAGS="-Os -fomit-frame-pointer -march=i686 -pipe" && CXXFLAGS=$CFLAGS export CC="gcc -s" export LDFLAGS="-s"