<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 11, 2013, at 10:51 PM, William Harrington 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; ">The problem is that it isn't using the cross compiler. It's using the compiler from the host. Thus it is trying to use host headers and host libs.</span></blockquote></div><br><div>Which is proper at this point, however, now we need to have the host to have the installed headers.</div><div><br></div><div>For debian based systems: sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev</div><div><br></div><div>So it seems the host needs gmp, mpfr and mpc headers now. I noticed an issue where I had to also include zlib headers. This is something new with gcc 4.8.1. I never encountered it with gcc 4.7.x.</div><div><br></div><div>Sincerely,</div><div><br></div><div>William Harrington</div></body></html>