Linux From Scratch (LFS) provides step-by-step instructions for building a custom Linux system from source.
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-scratchI understand that -D_FILE_OFFSET_BITS=64 causes off_t to be 64bits. So what does -D_LARGEFILE_SOURCE do …
c linux linux-from-scratchI 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-scratchI'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