Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] glibc problem with amd64
Date: Thu, 09 Feb 2006 17:13:40
Message-Id: 7573e9640602090907o58965ad9yfdc9518b33e62f42@mail.gmail.com
In Reply to: [gentoo-user] glibc problem with amd64 by Nadav Horesh
1 On 2/9/06, Nadav Horesh <nadavh2000@××××××××.uk> wrote:
2 > I tried to compile openv (Intel's computer vision library) on amd64 (64 bit
3 > mode) and it failed with the gollowing message:
4 >
5 > g++ -shared
6 > /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/crti.o
7 > /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/crtbeginS.o
8
9 AFAIK the build should not be calling out crti.o, crtbeginS.o, and
10 crtendS.o directly. These are added by gcc automatically. Maybe the
11 -nostdlib flag can help here...
12
13 CFLAGS=-nostdlib emerge ...
14
15 -Richard
16
17 --
18 gentoo-user@g.o mailing list