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
> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/crtbeginS.o

AFAIK the build should not be calling out crti.o, crtbeginS.o, and
crtendS.o directly.  These are added by gcc automatically.  Maybe the
-nostdlib flag can help here...

CFLAGS=-nostdlib emerge ...

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to