Re: Problem compiling Glibc Lfs 6.5

2009-09-01 Thread Chris Staub
On 09/01/2009 07:29 AM, 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_W

Re: Problem compiling Glibc Lfs 6.5

2009-09-01 Thread Justin P. Mattock
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_REALT

Re: Problem compiling Glibc Lfs 6.5

2009-09-01 Thread Hugh
A question not quite answering your question:have you checked the host system requirements section before your beginning of the building process? On 9/1/09, Giorgio Gambino wrote: > *i've resolved the problem modifyng this commands:* > > case `uname -m` in > i?86) echo "CFLAGS += -march=i686 -m

Re: Problem compiling Glibc Lfs 6.5

2009-09-01 Thread Giorgio Gambino
*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/' \

Re: Problem compiling Glibc Lfs 6.5

2009-08-31 Thread Justin P. Mattock
Giorgio Gambino wrote: > *nothing to do :( the compilation makes the same output*.. > *i'm thinking that may be a cpu compatibility problem.. is it possible?* > > 2009/8/31 Justin P. Mattock > > > Giorgio Gambino wrote: > > *Thanks i've resolved this problem

Re: Problem compiling Glibc Lfs 6.5

2009-08-31 Thread Giorgio Gambino
*nothing to do :( the compilation makes the same output*.. *i'm thinking that may be a cpu compatibility problem.. is it possible?* 2009/8/31 Justin P. Mattock > Giorgio Gambino wrote: > > *Thanks i've resolved this problem installing gawk but there's another..* > > *sorry for the banality of th

Re: Problem compiling Glibc Lfs 6.5

2009-08-31 Thread Justin P. Mattock
Giorgio Gambino wrote: > *Thanks i've resolved this problem installing gawk but there's another..* > *sorry for the banality of these problems but I am a beginner :)* > > make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1/elf' > i686-lfs-linux-gnu-gcc -shared -static-libgcc -Wl,-O1 -Wl,-z

Re: Problem compiling Glibc Lfs 6.5

2009-08-31 Thread Giorgio Gambino
*Thanks i've resolved this problem installing gawk but there's another..* *sorry for the banality of these problems but I am a beginner :)* make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1/elf' i686-lfs-linux-gnu-gcc -shared -static-libgcc -Wl,-O1 -Wl,-z,defs -Wl,-dynamic-linker=/tools

Re: Problem compiling Glibc Lfs 6.5

2009-08-31 Thread Justin P. Mattock
Giorgio Gambino wrote: > *Hi > when i try to compile glibc I receive this error:* > > mawk: scripts/gen-sorted.awk: line 19: regular expression compile > failed (bad class -- [], [^] or [) > /[^ > mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] > mawk: scripts/gen-sorted.awk: line

Re: Problem compiling Glibc Lfs 6.5

2009-08-31 Thread William Immendorf
On Mon, Aug 31, 2009 at 1:17 PM, Giorgio Gambino wrote: > mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed > (bad class -- [], [^] or [) > /[^ > mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] > mawk: scripts/gen-sorted.awk: line 19: runaway regular expressi

Problem compiling Glibc Lfs 6.5

2009-08-31 Thread Giorgio Gambino
*Hi when i try to compile glibc I receive this error:* mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed (bad class -- [], [^] or [) /[^ mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, "",