Tuesday, June 1, 2010

Chapter 5.7 Glib

A quick uname -a tells me I have a i686 AMD Duron(tm) processor and do not have to worry about the i486 note. (I might, if I try to install this on my Pentium II machine. ) I ran this anyway, being unused to using case at the command line, I was curious.
case `uname -m` in i?86) echo "CFLAGS += -march=i486 -mtune=native" > configparms ;; esac
No errors... Copy and paste the configure from the web book...aside from the warnings they warn me about, I also get "WARNING: cpuid.h" statements which I will ignore. How many files? $LFS/tools, tree shows 145 directories and 2031 files. Wow. 14% of a 10GB partition.

No comments:

Post a Comment