[lfs-support] Unable to MAKE glibc as per section 5.7

2016-10-28 Thread Aditya Dixit
Greetings, I am following the LFS book release version 7.10. I'm using Fedora-24 on a 64-bit architecture. I am very new to this kind of development and am strictly following the instructions given in the book. But when I am trying to compile my glibc-2.24 version package using MAKE command as

[lfs-support] help

2016-10-28 Thread Aditya Dixit
Greetings, I am following the LFS book release version 7.10. I'm using Fedora-24 on a 64-bit architecture. I am very new to this kind of development and am strictly following the instructions given in the book. But when I am trying to compile my glibc-2.24 version package using MAKE command as

Re: [lfs-support] Unable to MAKE glibc as per section 5.7

2016-10-28 Thread Ken Moffat
On Fri, Oct 28, 2016 at 06:58:07PM +0530, Aditya Dixit wrote: > Greetings, > > I am following the LFS book release version 7.10. > > I'm using Fedora-24 on a 64-bit architecture. > > I am very new to this kind of development and am strictly following the > instructions given in the book. > > Bu

Re: [lfs-support] Unable to MAKE glibc as per section 5.7

2016-10-28 Thread Michael Shell
On Fri, 28 Oct 2016 18:58:07 +0530 Aditya Dixit wrote: > I'm using Fedora-24 on a 64-bit architecture. Aditya, You probably need to install the gcc development packages: http://forums.fedoraforum.org/archive/index.php/t-227138.html "P.S. If you're going to be compiling stuff, mught as wel

Re: [lfs-support] wget issue?

2016-10-28 Thread Jared lima
i have solved my problem thank you guys. so all the packages that we need to compile (the.. 80 or so archives) are available as one tarball? and i wouldnt have to worry about using the unxz command on the few tar.xz archives? On Thu, Oct 27, 2016 at 12:55 PM, Bruce Dubbs wrote: > Jared lima wro

Re: [lfs-support] wget issue?

2016-10-28 Thread Bruce Dubbs
Jared lima wrote: i have solved my problem thank you guys. so all the packages that we need to compile (the.. 80 or so archives) are available as one tarball? and i wouldnt have to worry about using the unxz command on the few tar.xz archives? Do not top post on this list. Yes, you need xz.

Re: [lfs-support] wget issue?

2016-10-28 Thread Ken Moffat
On Fri, Oct 28, 2016 at 12:02:25PM -0500, Bruce Dubbs wrote: > Jared lima wrote: > > i have solved my problem thank you guys. so all the packages that we need > > to compile (the.. 80 or so archives) are available as one tarball? and i > > wouldnt have to worry about using the unxz command on the

[lfs-support] help

2016-10-28 Thread Aditya Dixit
Please help me in fixing this issue. I'm following v.7.10 of LinuxFromScratch on Fedora 64-bit device. The problem is: gcc version 6.2.0 (GCC) configure:4397: $? = 0 configure:4386: x86_64-lfs-linux-gnu-gcc -V >&5 x86_64-lfs-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-lfs-l

Re: [lfs-support] help

2016-10-28 Thread Ken Moffat
On Sat, Oct 29, 2016 at 08:58:46AM +0530, Aditya Dixit wrote: > Please help me in fixing this issue. I'm following v.7.10 of > LinuxFromScratch on Fedora 64-bit device. > > The problem is: > > configure:4496: checking whether the C compiler works > configure:4505: ./a.out > ../binutils-2.27/confi

Re: [lfs-support] help

2016-10-28 Thread Aditya Dixit
Hey Ken, Thank you for your timely reply. I tried compiling the a small hello world program in my lfs environment with x86...gnu-gcc compiler. It did produce an "a.out" but when I tried to execute it, it again gave a segmentation fault. Another observation of mine is that - we usually have a "GC