[lfs-support] GCC build first pass: mpc build looks for libgmp.la in the wrong place

2013-10-22 Thread Hazel Russman
I am trying to build a 64-bit lfs-7.4 system using a host system based on Slackware-14. Currently I am having a problem with the first pass of building gcc. During the internal build of libmpc, a search is made for /usr/lib64/libgmp.la. It is not found, so the build crashes. libtool: link: ar

[lfs-support] Restart LFS Installation After Interruption (Section 6)

2013-10-22 Thread Yuan Cao
Hello, I hope this is the right place for post this. According to the note on section 6.4 Entering the Chroot Environment, I would need to go through sections 6.2.2, 6.2.3 and then use the chroot command as given in section 6.4, if I shut down my computer at any point in section 6. I hope you

Re: [lfs-support] GCC build first pass: mpc build looks for libgmp.la in the wrong place

2013-10-22 Thread Bruce Dubbs
Hazel Russman wrote: I am trying to build a 64-bit lfs-7.4 system using a host system based on Slackware-14. Currently I am having a problem with the first pass of building gcc. During the internal build of libmpc, a search is made for /usr/lib64/libgmp.la. It is not found, so the build

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-22 Thread Ken Moffat
On Tue, Oct 22, 2013 at 05:31:19PM -0400, Viola Zoltán wrote: Hi, excuse me for the bad English... I try LFS from Sabayon host system, with this GCC version: lfs@Csiszilla /Mount/Simplicity/sources/gcc-build $ gcc --version gcc (Gentoo Hardened 4.7.2-r1 p1.5, pie-0.5.5) 4.7.2 The binutils

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-22 Thread Viola Zoltán
Excuse me, I am very newbie and very idiotic... I tryed it: CFLAGS=-fno-exceptions -fno-rtti; make CFLAGS=--fno-exceptions --fno-rtti; make but nothing changed, the compile not succeeded, same error message... 2013/10/22 Ken Moffat zarniwh...@ntlworld.com On Tue, Oct 22, 2013 at 11:12:09PM

Re: [lfs-support] Newbie need help - bus error in 5.5. GCC-4.8.1 - Pass 1

2013-10-22 Thread Ken Moffat
On Tue, Oct 22, 2013 at 07:41:24PM -0400, Viola Zoltán wrote: Excuse me, I am very newbie and very idiotic... I tryed it: CFLAGS=-fno-exceptions -fno-rtti; make CFLAGS=--fno-exceptions --fno-rtti; make but nothing changed, the compile not succeeded, same error message... I intended