Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [gentoo user] Install gentoo-prefix on ubuntu 12.04
Date: Fri, 08 Jun 2012 14:56:34
Message-Id: jqt3k3$cgo$1@dough.gmane.org
In Reply to: [gentoo-user] [gentoo user] Install gentoo-prefix on ubuntu 12.04 by "赵佳晖"
1 On 06/08/2012 05:24 AM, 赵佳晖 wrote:
2 > Hi, everybody. I followed the doc <http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml> to install the gentoo-prefix on my ubuntu 12.04 , But when i come to the setp : emerge linker and compiler , and when i run the command : emerge --oneshot --nodeps sys-devel/gcc-config . Then it comes error :
3 > $ emerge --oneshot --nodeps sys-devel/gcc-config
4 >
5 > gcc -O2 -march=i686 -pipe -m32 -Wl,-rpath=/home/jiahui/Gentoo/usr/lib -Wl,-rpath=/home/jiahui/Gentoo/lib wrapper.c -o wrapper
6 > /home/jiahui/Gentoo/usr/bin/ld: this linker was not configured to use sysroots
7
8 I found this ubuntu bug report:
9
10 https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/582645
11
12 It seems to imply that the binutils being used is too old, but
13 I'm just guessing about that.