[gentoo-user] glibc problem on amd64

2006-03-22 Thread Keats
hi, i have a gento on a ~x86 that udpate sucessfully but on a ~amd64 it failed on emerge... (the processor is in reality a xeon w emt64 ) here are the last lines of the emerge... thanx for suggestion... it's boring cause i m still using the glibc from the stage3 installation... so it's not

Re: [gentoo-user] glibc problem with amd64

2006-02-10 Thread Nadav Horesh
Still can not compile opencv: 1. Tried with CFLAGS="-O2 -march=k8 -pipe" as recommended in "Gentoo Linux/AMD64 FAQ". The compilation fails at the same point. 2. (Richard Fish): The links to crti.o and crtbeginS.o are in the glibc, they are not in the opencv makefile. Any more Ideas? Should it be

[gentoo-user] glibc problem with amd64

2006-02-09 Thread Nadav Horesh
I tried to compile openv (Intel's computer vision library) on amd64 (64 bit mode) and it failed with the gollowing message: g++ -shared /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/crtbeginS.o .libs/cxalloc.o .libs/cxarithm.o

Re: [gentoo-user] glibc problem with amd64

2006-02-09 Thread Hemmann, Volker Armin
On Thursday 09 February 2006 12:40, Nadav Horesh wrote:   retry with O2 and without mfpmath and -msse3? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] glibc problem with amd64

2006-02-09 Thread Richard Fish
On 2/9/06, Nadav Horesh [EMAIL PROTECTED] wrote: I tried to compile openv (Intel's computer vision library) on amd64 (64 bit mode) and it failed with the gollowing message: g++ -shared /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/crti.o