Hi Bob, This rocks!
Following your pdf version and came across something I wasn't sure about so I checked it against here and found a few differences.
6.5 Configuring the USE Flags, Portage Options, and Compile Options: /etc/make.conf
PDF
CFLAGS="-O2 -march=pentium -pipe"
here
CFLAGS="-O2 -march=pentium -fomit-frame-pointer -pipe"
PDF is missing
PORTAGE_TMPFS="/dev/shm"
PDF
FEATURES="candy ccache distlocks sandbox"
here
FEATURES="ccache distlocks sandbox userpriv usersandbox"
It was the "candy" that got me looking.
6.7.1 Activate the userlocales USE flag for glibc is missing
Code: Select all
sys-devel/libperl ithreads
dev-lang/perl ithreads
7.2.1 Updating make.conf
PDF
CFLAGS="-O3 -march=pentium
-mtune=petium -fforce-addr -momit-leaf-frame-pointer -fomit-frame-pointer -ftracer -pipe"
here
CFLAGS="-O3 -march=pentium -fforce-addr -momit-leaf-frame-pointer -fomit-frame-pointer -ftracer -pipe"
and 7.2.5 Summary Step 3 has it as gcc-config
2
PDF is missing: 10.2.5 Check Our Results (the complete section)
This is a really great guide ...... when next I have time to continue I'll be building the world.