Gentoo Archives: gentoo-dev

From: Thomas Mangin <thomas.mangin@××××.fr>
To: Sylvain <asm8@×××××××.fr>, gentoo-dev@g.o
Subject: Re: [gentoo-dev] Probleme merging media-video/avifile
Date: Sat, 05 Apr 2003 18:52:22
Message-Id: 04a201c2fba4$809a9d60$1e00000a@xp
In Reply to: Re: [gentoo-dev] Probleme merging media-video/avifile by Sylvain
1 I got it sorted. Thank you for the help
2 Is that what you meant by "Choose a profile" ?
3
4 Thomas
5 ---
6 gentoo root # cat /etc/make.conf
7
8 # Host Setting
9 # ============
10 #
11 # If you are using a Pentium Pro or greater processor, leave this line
12 as-is;
13 # otherwise, change to i586, i486 or i386 as appropriate. All modern systems
14 # (even Athlons) should use "i686-pc-linux-gnu"
15 #
16
17 # Changed CHOST to output of gcc-config --list-profiles
18 (i586-pc-linux-gnu-3.2.2)
19 # without the version number
20
21 #CHOST="i686-pc-linux-gnu"
22 CHOST="i586-pc-linux-gnu"
23
24 ----- Original Message -----
25 From: "Sylvain" <asm8@×××××××.fr>
26 To: <gentoo-dev@g.o>
27 Cc: "Thomas Mangin" <thomas.mangin@××××.fr>
28 Sent: Saturday, April 05, 2003 10:49 AM
29 Subject: Re: [gentoo-dev] Probleme merging media-video/avifile
30
31
32 Hi !
33
34 it seems you problem comes from here :
35
36
37 Le Sat, 5 Apr 2003 09:30:55 +0100
38 "Thomas Mangin" <thomas.mangin@××××.fr> a écrit:
39
40 > configure:2015: checking for C++ compiler version
41 > configure:2018: i686-pc-linux-gnu-g++ --version </dev/null >&5
42 > Could not run/locate i686-pc-linux-gnu-g++!
43 > configure:2021: $? = 1
44 > configure:2023: i686-pc-linux-gnu-g++ -v </dev/null >&5
45 > Could not run/locate i686-pc-linux-gnu-g++!
46 > configure:2026: $? = 1
47 > configure:2028: i686-pc-linux-gnu-g++ -V </dev/null >&5
48 > Could not run/locate i686-pc-linux-gnu-g++!
49 > configure:2031: $? = 1
50 > configure:2055: checking for C++ compiler default output
51 > configure:2058: i686-pc-linux-gnu-g++ conftest.cc >&5
52 > Could not run/locate i686-pc-linux-gnu-g++!
53
54 Havea look at th outpout of the following command :
55 gcc-config --list-profiles
56
57 then, choose a profile and try you merge again.
58
59 regards,
60 sylvain
61
62
63 --
64 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Probleme merging media-video/avifile Sylvain <asm8@×××××××.fr>