Giorgio Gambino wrote:
> *i've resolved the problem modifyng this commands:*
>
> case `uname -m` in
> i?86) echo "CFLAGS += -march=i686 -mtune=native" > configparms ;;
> esac
>
>
> cp -v nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S{,.orig}
>
>
> sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME,
> reg\)/FUTEX_WAIT_BITSET\1/' \
> <nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S.orig \
> >nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S
>
> *now the compilation finishes with success but i don't know if my changes
> have jeopardized something*
>
Cool.
I'm not sure why some programs will fail
like that.example mplayer would do that
if I had the flags after ./configure but
before configure mplayer would go through.
Justin P. Mattock
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page