<br><br><div class="gmail_quote">On 4 September 2012 21:06, William Harrington <span dir="ltr"><<a href="mailto:berzerkula@cox.net" target="_blank">berzerkula@cox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br></div>
checking build system type... i486-cross-linux-gnu   If your uname -a output is for i686, why is this set to i486?<br></blockquote><div><br>The i486 comes from setting CLFS_HOST in the step at chapter 5.3 Build Variables:<br>
<br>export CLFS_HOST=$(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')<br><br>I tried:<br>clfs@ubuntu:/mnt/clfs/sources$ echo $MACHTYPE<br>i486-pc-linux-gnu<br><br>and:<br>clfs@ubuntu:/mnt/clfs/sources$ echo $(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')<br>
i486-cross-linux-gnu<br><br>Also, is it safe to ignore the xgcc errors? Below:<br><br>configure:3028:  /mnt/clfs/sources/gcc-build/./gcc/xgcc -B/mnt/clfs/sources/gcc-build/./gcc/ -B/cross-tools/powerpc-unknown-linux-gnu/bin/ -B/cross-tools/powerpc-unknown-linux-gnu/lib/ -isystem /cross-tools/powerpc-unknown-linux-gnu/include -isystem /cross-tools/powerpc-unknown-linux-gnu/sys-include    -V >&5<br>
xgcc: error: unrecognized option '-V'<br>xgcc: fatal error: no input files<br>compilation terminated.<br>configure:3039: $? = 1<br>configure:3028:  /mnt/clfs/sources/gcc-build/./gcc/xgcc -B/mnt/clfs/sources/gcc-build/./gcc/ -B/cross-tools/powerpc-unknown-linux-gnu/bin/ -B/cross-tools/powerpc-unknown-linux-gnu/lib/ -isystem /cross-tools/powerpc-unknown-linux-gnu/include -isystem /cross-tools/powerpc-unknown-linux-gnu/sys-include    -qversion >&5<br>
xgcc: error: unrecognized option '-qversion'<br>xgcc: fatal error: no input files<br>compilation terminated.<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Maybe you can check your command history with the book and maybe find a typo or it may in fact be an issue cause of Ubuntu. Who knows. I do know, when i did my cross tools and tools for my powerbook G4 before the big version updates to CLFS GIT (our development version) I had no issues and I used a debian squeeze install, and all went well. Was using x86_64 host in vmware.<br>

<br></blockquote><div>I've tried again from scratch, copying and pasting the commands from the book, to avoid typos, and I face the same results :-( <br><br></div><br></div><br>