<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks for reminding me, I was meant to work on repackaging the tarballs so it would use 2.15 instead of 2_15.<div><br></div><div>Cosmo</div><div><br><div><div>On 2 Mar 2012, at 15:11, tony lemaire 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: 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; "><div class="hmmessage" style="font-size: 10pt; font-family: Tahoma; "><div dir="ltr">Hello,<br><br>I've seen an error into all eglibc configure scripts in all platforms .<br>In command, you say us to write (example chapter 10.7 EglibC-2.15 Version GIT-20120229-x86) :<br><pre class="userinput">CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
    -mtune=generic -g -O2" ../<font color="#FF0000"><b>eglibc-2.15</b></font>/configure --prefix=/usr \
    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    --libexecdir=/usr/lib/eglibc<br><br>But the folder name is eglibc-2_15. The right configure command should be<br><br>CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
    -mtune=generic -g -O2" ../<font color="#FF0000"><b>eglibc-2_15</b></font>/configure --prefix=/usr \
    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    --libexecdir=/usr/lib/eglibc<br><br>It is not critical, but more convenient to copy/paste or scripting if we are not careful.<span id="result_box" lang="en"><span class="hps"></span><span class="hps"></span></span><br><br>Regards,<br>Tony<br></pre></div>_______________________________________________<br>Clfs-dev mailing list<br><a href="mailto:Clfs-dev@lists.cross-lfs.org">Clfs-dev@lists.cross-lfs.org</a><br><a href="http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org">http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org</a><br></div></span></blockquote></div><br></div></body></html>