<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 3, 2013, at 7:38 AM, Charlie Brown 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; ">/mnt/clfs/sources/eglibc-build/resolv/libresolv_pic.a(ns_print.os): In<br>function `__GI_ns_sprintrrf':<br>ns_print.c:(.text+0x48a): undefined reference to `__stack_chk_guard'<br>ns_print.c:(.text+0x6cb): undefined reference to `__stack_chk_guard'<br>/mnt/clfs/sources/eglibc-build/resolv/libresolv_pic.a(gethnamaddr.os):<br>In function `getanswer':<br>gethnamaddr.c:(.text+0x728): undefined reference to `__stack_chk_guard'<br>gethnamaddr.c:(.text+0x756): undefined reference to `__stack_chk_guard'<br>/mnt/clfs/sources/eglibc-build/resolv/libresolv_pic.a(gethnamaddr.os):<br>In function `__GI_res_gethostbyname2':<br>gethnamaddr.c:(.text+0x107c): undefined reference to `__stack_chk_guard'<br>/mnt/clfs/sources/eglibc-build/resolv/libresolv_pic.a(gethnamaddr.os):gethnamaddr.c:(.text+0x1261):<br>more undefined references to `__stack_chk_guard</span></blockquote><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; ">' follow</span></blockquote></div><br><div><br></div><div>Hello,</div><div><br></div><div>A few issues can cause this. One, that can't be overlooked, is during gcc 4.8.1 build static in ch5, we disable libatomic, which if you don't will cause this.</div><div>Second, if your environment is not setup right and you aren't using the clfs user which the clfs user's PATH should be proper, then you'll be using the hosts compiler at this step and it will spew the error.</div><div><br></div><div>I haven't encountered such issue and I build the following when developing:</div><div><br></div><div>x86_64 to sparc64</div><div>x86_64 to ppc64</div><div>x86_64 to ppc</div><div>x86 to x86_64</div><div>x86 to ppc</div><div>x86 to ppc64</div><div><br></div><div><br></div><div>Could you post the $CLFS/sources/eglibc-build/config.log ?</div><div><br></div><div>Sincerely,</div><div><br></div><div>William Harrington</div></body></html>