<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><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 style="" 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 style="" 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></body>
</html>