Top "Linux-from-scratch" questions

Linux From Scratch (LFS) provides step-by-step instructions for building a custom Linux system from source.

Gcc compilation "cannot compute suffix of object files: cannot compile"

I'm actually reading the LFS book (version 7.1) and I'm blocked at page 53. Trying to compile gcc, I tried the following …

linux gcc compiler-construction linux-from-scratch
What is the difference between _LARGEFILE_SOURCE and _FILE_OFFSET_BITS=64?

I understand that -D_FILE_OFFSET_BITS=64 causes off_t to be 64bits. So what does -D_LARGEFILE_SOURCE do …

c linux linux-from-scratch
How to build the elf interpreter (ld-linux.so.2/ld-2.17.so) as static library?

I apologize if my question is not precise because I don't have a lot of Linux related experience. I'm currently …

linux gcc glibc elf linux-from-scratch
Anyone know of any statically-typed scripting languages?

I'm about to start an LFS-based linux distro just for a hobby project. I plan on doing some very non-standard …

linux scripting package linux-from-scratch