<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 26, 2013, at 5:22 PM, Martin Ward 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; ">but i suspect it will become a necessary dependency rather than optional  at some stage<br><br>it might be prudent to keep it in the build just to be up to speed if there is a change but no hard feeling whether is should be in or out<br><br>Martin</span></blockquote></div><br><div>Since it is in cross-tools, some added configure options need to be added. I was successfully using graphite optimizations after gcc-final in cross-tools.</div><div><br></div><div>--disable-isl-version-check --with-isl=/cross-tools --with-cloog=/cross-tools</div><div><br></div><div>Graphite has been around for a while, since before gcc 4.5. I'm not sure where most of any problems would stem, other than from improper versions. Version matching seems to be a key, as well.</div><div><br></div><div>As I've said before in the past, I used graphite with gcc 4.7.3 without issues, but with 4.8.1 I would have quite a few segmentation faults, even early in the build with ncurses and readline, and if those were built with graphite options, it would cause any app linking against those to segfault.</div><div><br></div><div>I'm doing more tests with gcc 4.8.1.</div><div><br></div><div>Thanks for your input, Martin.</div><div><br></div><div>Sincerely,</div><div><br></div><div>William Harrington</div></body></html>