Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-14 Thread Mohamed Dawod
> > What is the output of "ldd --version | head -n1" on the host system? > result : ldd (GNU libc) 2.26 In Section 5.7. Glibc-2.27. does the output of the check in the caution > block give "/tools/lib/ld-linux.so.2"? > > In section 5.10. GCC-8.1.0 - Pass 2, does the output of > the check in

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-02 Thread Bruce Dubbs
On 07/02/2018 04:25 AM, Richard Melville wrote: On 1 July 2018 at 23:35, Bruce Dubbs > wrote: On 07/01/2018 02:53 PM, Pierre Labastie wrote: It shows up for me too, even after doing "source .bash_profile". I think debian sets this in

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-02 Thread Bruce Dubbs
On Mon, Jul 2, 2018 at 4:25 AM, Richard Melville <6tric...@gmail.com> wrote: > On 1 July 2018 at 23:35, Bruce Dubbs wrote: >> >> On 07/01/2018 02:53 PM, Pierre Labastie wrote: >>> >>> >>> It shows up for me too, even after doing "source .bash_profile". I think >>> debian sets this in

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-02 Thread Richard Melville
On 1 July 2018 at 23:35, Bruce Dubbs wrote: > On 07/01/2018 02:53 PM, Pierre Labastie wrote: > >> >> It shows up for me too, even after doing "source .bash_profile". I think >> debian sets this in /etc/bash.bashrc, which is executed at startup, >> according >> to "man bash". >> > > There is no

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-01 Thread Bruce Dubbs
On 07/01/2018 02:53 PM, Pierre Labastie wrote: On 01/07/2018 19:52, Bruce Dubbs wrote: On 07/01/2018 09:02 AM, Mohamed Dawod wrote: YES, I removed the build and source dirs after compile ( I need to know why this is mandatory ? ) Because we build packages multiple times and the old source

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-01 Thread Pierre Labastie
On 01/07/2018 19:52, Bruce Dubbs wrote: > On 07/01/2018 09:02 AM, Mohamed Dawod wrote: >> YES, I removed the build and source dirs after compile ( I need to know why >> this is mandatory ? ) > > Because we build packages multiple times and the old source directory is > compromised from the

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-01 Thread Ken Moffat
On Sun, Jul 01, 2018 at 12:52:51PM -0500, Bruce Dubbs wrote: > On 07/01/2018 09:02 AM, Mohamed Dawod wrote: > > > and I made sure that seds in gcc pass1 worked well, I opened the > > effected files and noticed the differences between the new files and the > > original files as required > > BUT..

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-01 Thread Bruce Dubbs
On 07/01/2018 09:02 AM, Mohamed Dawod wrote: YES, I removed the build and source dirs after compile ( I need to know why this is mandatory ? ) Because we build packages multiple times and the old source directory is compromised from the previous build. Deleting and extracting ensures you

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-01 Thread Mohamed Dawod
YES, I removed the build and source dirs after compile ( I need to know why this is mandatory ? ) and I made sure that seds in gcc pass1 worked well, I opened the effected files and noticed the differences between the new files and the original files as required BUT.. the only not effected line

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-01 Thread Armin K.
On 1.7.2018. 10:15, Mohamed Dawod wrote: HI, I hope that some one can help me.. This is the 8th time i restart LFS building from chapter3 !! The problem starts to appear in chapter6.7 (Linux-4.12.7 API Headers) (/tools/bin/gcc file doesnt exist error) The problem is explained in details here

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-01 Thread Michele Bucca
Il dom 1 lug 2018, 10:17 Mohamed Dawod ha scritto: > > HI, > > I hope that some one can help me.. > This is the 8th time i restart LFS building from chapter3 !! > > The problem starts to appear in chapter6.7 (Linux-4.12.7 API Headers) > (/tools/bin/gcc file doesnt exist error) > > The problem is

[lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-07-01 Thread Mohamed Dawod
HI, I hope that some one can help me.. This is the 8th time i restart LFS building from chapter3 !! The problem starts to appear in chapter6.7 (Linux-4.12.7 API Headers) (/tools/bin/gcc file doesnt exist error) The problem is explained in details here :

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-06-23 Thread Mohamed Dawod
1) The path for my lfs usr : $echo $PATH --The result : /tools/bin:/bin:/usr/bin 2) The environmental variables for lfs usr : $env|sort --The result : HOME=/home/lfs LC_ALL=POSIX LFS=/mnt/lfs LFS_TGT=i686-lfs-linux-gnu OLDPWD=/mnt/lfs

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-06-23 Thread Bruce Dubbs
On 06/23/2018 10:49 AM, Mohamed Dawod wrote: HI, I hope that some one can help me.. This is the 7th time i restart LFS building from chapter5 !! The problem starts to appear in chapter6.7 (Linux-4.12.7 API Headers) (/tools/bin/gcc file doesnt exist error) The problem is explained in details

Re: [lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-06-23 Thread Hazel Russman
On Sat, 23 Jun 2018 18:49:04 +0300 Mohamed Dawod wrote: > HI, > > I hope that some one can help me.. > This is the 7th time i restart LFS building from chapter5 !! > > The problem starts to appear in chapter6.7 (Linux-4.12.7 API Headers) > (/tools/bin/gcc file doesnt exist error) > > The

[lfs-support] LFS8.1 chapter 5.10 : /tools/bin/gcc is dynamically linked to host linker

2018-06-23 Thread Mohamed Dawod
HI, I hope that some one can help me.. This is the 7th time i restart LFS building from chapter5 !! The problem starts to appear in chapter6.7 (Linux-4.12.7 API Headers) (/tools/bin/gcc file doesnt exist error) The problem is explained in details here :