[Clfs-dev] EGlibC 2.15 configure script error

tony lemaire tony.lme at live.fr
Fri Mar 2 07:11:14 PST 2012


Hello,

I've seen an error into all eglibc configure scripts in all platforms
      .
In command, you say us to write (example chapter 10.7 EglibC-2.15 Version GIT-20120229-x86) :
CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
    -mtune=generic -g -O2" ../eglibc-2.15/configure --prefix=/usr \
    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    --libexecdir=/usr/lib/eglibc

But the folder name is eglibc-2_15. The right configure command should be

CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
    -mtune=generic -g -O2" ../eglibc-2_15/configure --prefix=/usr \
    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    --libexecdir=/usr/lib/eglibc

It is not critical, but more convenient to copy/paste or scripting if we are not careful.

Regards,
Tony
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clfs.org/pipermail/clfs-dev-clfs.org/attachments/20120302/8ba47a8f/attachment.html>


More information about the Clfs-dev mailing list