how much trouble i have if start blfs 6.2.0 with lfs 6.1.0

2007-08-21 Thread Iman Darabi
hi i've done lfs 6.1.0 ... now wants to start with blfs 6.2.0 . how much trouble i will have ? in what sections there will be more conflict ? BTW : is there any hint or faq about this ? ( couldn't find it !!! ) -- Nothing but perfection --

6.46 Gzip-1.3.5

2005-10-28 Thread Iman Darabi
Hi book version: lfs 6.1 after instaling the gzip we use some commands like : ln -s gzip /bin/gunzip ok , this command will make a symlink (/bin/gunzipz) to gzip command . but /bin/gunzip is just a link and i think it means : when i use gunzip command , the link starts gzip command . now my

Re: 6.46 Gzip-1.3.5

2005-10-28 Thread Iman Darabi
The gzip command behaves differently depending on how it is called; I would guess it just looks at the arguments passed to main(*). I did a little experimenting, and it seems if it is invoked with any name except 'gunzip' it compresses, and if it is invoked as 'gunzip' then it decompresses.

Re: 5.7 Adjusting the Toolchain .?

2005-10-07 Thread Iman Darabi
Perhaps you haven't set your PATH correctly - you should be using programs from /tools/bin in preference to the host's /bin and /usr/bin, so gcc should already be in /tools. yes , you are right . because I'm using live cd so , i should set my PATH every time ... ; there is some good script

5.7 Adjusting the Toolchain .?

2005-10-06 Thread Iman Darabi
Hi Host System : lfs live cd version:x86-6.1-2. Book vresion: 6.1 As you know : after using the sed script to amend the GCC specs file to point to the new dynamic linker, the /tools/lib/ld-linux.so.2 will replace with the /lib/ld-linux.so.2 in specs file . ok , no problem ; but I'm using lfs

Binutils-2.15.94.0.2.2 - pass1

2005-10-04 Thread Iman Darabi
Hi Book version : LFS 6.1 host system : lfs live cd 6.1 I was working on configuring the binutils (section 5.3) , ../binutils-2.15.94.0.2.2/configure --prefix=/tools --disable-nls then i take a look at config.log file and found this errors : configure:2249: checking for correct version of

Binutils-2.15.94.0.2.2 - pass1

2005-10-04 Thread iman darabi
Hi Book version : LFS 6.1 host system : lfs live cd 6.1 I was working on configuring the binutils (section 5.3) , ../binutils-2.15.94.0.2.2/configure --prefix=/tools --disable-nls then i take a look at config.log file and found this errors : configure:2249: checking for correct version of

sanity check of 5.11.GCC-3.4.3-pass2

2005-10-01 Thread iman darabi
In ch.5 After installing Glibc-3.4.3 I tried to run the sanity check and had no output. I am running it from the /tools directory. Everything has been going well until this check. The dummy.c and the a.out were created in the /tools directory. Any suggestions as to why there is no output?

/tools ? path directory ?

2005-09-30 Thread iman darabi
Hi Host System : lfs live cd version:x86-6.1-2. Book vresion: 6.1 I have 2 Q : first: In part 4.2(page 43) we make a symlink(/tools);The explanation of the book is : The created symlink enables the toolchain to be compiles so that it always referes to /tools, meaning that the