Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] OT - Cross-compiling gcc-4.1.1-r1 for i596 fails: undefined reference to `_dl_out_of_memory@GLIBC_PRIVATE'
Date: Sat, 25 Nov 2006 16:40:50
Message-Id: 1164470293.27043.33.camel@camille.espersunited.com
1 I'm trying to cross-compile gcc-4.1.1-r1 for my slow i586 on my fast
2 i686 with the command
3
4 ROOT=/usr/local/portage/bullet/ CHOST="i586-pc-linux-gnu" emerge -B
5 =sys-devel/gcc-4.1.1-r1.
6
7 gcc-4.1.1-r1 emerged fine when I emerged it for my i686, so I'd hoped
8 this would go off without a hitch. It keeps failing with the following
9 error:
10
11 /lib/libc.so.6: undefined reference to `_dl_out_of_memory@GLIBC_PRIVATE'
12
13 How would I fix this? do I need to
14
15 CHOST="i586-pc-linux-gnu" emerge glibc
16
17 on my i686? And would that overwrite my glibc for compliling i686
18 stuff?
19
20 --
21 gentoo-user@g.o mailing list

Replies