<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 3, 2012, at 9:56 AM, 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; ">Yeah 8.19 does fine. 8.20 has some changes where the programs to not be installed, but are generated for use with the test suites are built using the target compiler and not the host compiler so the host system cannot run them when generating lists.</span></blockquote></div><br><div>I have a quick fix but it isn't appropriate for a full build:</div><div><br></div><div>We can have the host generate the make prime list object file and binary using the host gcc prior to running make:</div><div>=======Begin command snipet===============</div><div><br></div><div><div><div>sed '/src_make_prime_list/d' -i Makefile</div><div><br></div><div>depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\</div><div>        gcc -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src  -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o src/make-prime-list.c &&\</div><div>        mv -f $depbase.Tpo $depbase.Po</div><div>gcc -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 -Wl,--as-needed  -o src/make-prime-list src/make-prime-list.o</div></div></div><div><br></div><div>==========End command snipet=============</div><div><br></div><div>What do you guys think?</div><div><br></div><div>Sincerely,</div><div><br></div><div>William Harrington</div></body></html>