[lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-29 Thread Christian Gardner
Hi all, Host system is Lubuntu 12.04. I've checked all the host system requirements and updated them where appropriate. So anyway, running that configure command for the toolchain build of libstdc++ doesn't work. The onscreen error messages (which I pipe to a file) are: configure: WARNING: If yo

Re: [lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-29 Thread Bruce Dubbs
Christian Gardner wrote: Hi all, Host system is Lubuntu 12.04. I've checked all the host system requirements and updated them where appropriate. So anyway, running that configure command for the toolchain build of libstdc++ doesn't work. The onscreen error messages (which I pipe to a file) are:

Re: [lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-31 Thread Christian Gardner
On Thu, 29/5/14, Bruce Dubbs wrote: > Try updating the host: > sudo apt-get install build-essential m4 bison > texinfo gawk > sudo dpkg-reconfigure dash >   -- Bruce I've done all that and it hasn't changed anything. One thing I did realise th

Re: [lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-31 Thread Baho Utot
On 05/31/2014 04:26 PM, Christian Gardner wrote: On Thu, 29/5/14, Bruce Dubbs wrote: Try updating the host: sudo apt-get install build-essential m4 bison texinfo gawk sudo dpkg-reconfigure dash -- Bruce I've done all that and it ha

Re: [lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-31 Thread lfs-support
> > > > Original Message >Subject: Re: [lfs-support] Can't move past configuring in sec5.8 - >libstdc++ (LFS7.5) >From: Christian Gardner >Date: Sat, May 31, 2014 9:26 pm >To: LFS Support List > >---

Re: [lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-31 Thread Christian Gardner
> Is your LFS_TGT variable properly defined before issuing the >./configure > command? > What does "echo $LFS_TGT" show? > If it does not show something ending in "-lfs-linux-gnu" > then, did you > create and use the lfs user as per section 4.3 and did you > properly > create the .bash_profile and

Re: [lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-31 Thread Christian Gardner
I think I may be homing in on the problem. One of the ./configure options in this section is "--with-gxx-include-dir=/tools/$LFS_TGT/include/c++/4.8.2". Presumably this means that /tools/$LFS_TGT should already contain a folder called 'include' and that somewhere in there, should be some files

Re: [lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-31 Thread William Harrington
On May 31, 2014, at 7:36 PM, Christian Gardner wrote: FWIW I've been running all the previous build instructions in a shell script that is supposed to terminate if some tool doesn't build right. And it's got to this point without trouble. Well, if a make install doesn't error out, your scr

Re: [lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-31 Thread Christian Gardner
On Sun, 1/6/14, William Harrington wrote: Well, if a make install doesn't error out, your script will not stop,  becuase it built  without error, but maybe not properly. You need to look through your script and make sure your commands are  t

Re: [lfs-support] Can't move past configuring in sec5.8 - libstdc++ (LFS7.5)

2014-05-31 Thread William Harrington
On May 31, 2014, at 11:15 PM, Christian Gardner wrote: cannot find /mnt/lfs/tools/lib/libc.so.6 inside /mnt/lfs so it is trying to find /mnt/lfs/mnt/lfs/tools/lib/libc.so.6 Is something wrong with your sysroot options during configure or are your links created wrong or what is going on the