<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 6, 2013, at 5:08 AM, san wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">checking compiler gcc -isystem /usr/include -m32 -O2 -pedantic -fomit-frame-pointer -fexceptions... no, program does not run<br>checking compiler gcc -isystem /usr/include -O2 -pedantic -fomit-frame-pointer -fexceptions... no, program does not run</span></blockquote></div><br><div>Okay,</div><div><br></div><div>When you built GMP did you read the note about if you are running on a different machine than the target and to copy configfsf.guess and configfsf.sub ?</div><div><br></div><div><a href="http://cross-lfs.org/view/CLFS-2.0.0/x86/final-system/gmp.html">http://cross-lfs.org/view/CLFS-2.0.0/x86/final-system/gmp.html</a></div><div><br></div><div>If you are using an i686 host to build an i586 toolchain, your i586 toolchain won't be able to run programs unless you do that during GMP, because GMP will configure and optimize itself for the current CPU it is being built with.  If you look in your config.log when after configure fails, you will find the error of why the program can't run. It probably has illegal instructions or such.</div><div><br></div><div>Sincerely,</div><div><br></div><div>William Harrington</div><div><br></div></body></html>