Gentoo Archives: gentoo-user

From: Peter Alfredsen <peter.alfredsen@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Error compiling jpeg for kde
Date: Fri, 15 Jun 2007 07:07:45
Message-Id: 200706150902.06595.peter.alfredsen@gmail.com
In Reply to: [gentoo-user] Error compiling jpeg for kde by Mike Diehl
1 On Friday 15 June 2007, Mike Diehl wrote:
2 > Hi all.
3 >
4 > I'm trying to emerge kde and I'm getting an error when the system tries to
5 > emerge media-libs/jpeg.
6 >
7 > So, where do I get crtbeginS.o and crtendS.o?
8 >
9 > TIA,
10 >
11 > ====================================
12 > i386-pc-linux-gnu-g++: /usr/lib/gcc/i386-pc-linux-gnu/4.1.1/crtbeginS.o: No
13 > such file or directory
14 > i386-pc-linux-gnu-g++: /usr/lib/gcc/i386-pc-linux-gnu/4.1.1/crtendS.o: No
15 > such file or directory
16
17 Hrmmm... Have you changed CHOSTS or upgraded GCC? That file is a part of of
18 GCC so when it's missing, that's bad. I'd really recommend you post your
19 emerge --info output, because the i386-pc-linux-gnu CHOST is no longer
20 supported with the newer GLIBCs (also, it gives us the core information about
21 your system). Also, post the output of gcc-config -l.
22
23 If you have changed CHOSTs, see this guide:
24 http://www.gentoo.org/doc/en/change-chost.xml
25 Follow it like it was holy scripture.
26
27 --
28 /PA
29 --
30 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Error compiling jpeg for kde Mike Diehl <mdiehl@××××××××.com>