Gentoo Archives: gentoo-dev

From: Marko Mikulicic <marko@××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] KDE3 recomplie & qt-mt
Date: Sat, 29 Jun 2002 16:22:33
Message-Id: 3D1E783B.9020905@seul.org
1 Hello,
2
3 I don't know if this is a bug or my fault.
4 I wanted to recomplile a kde3 packages (skdesdk or kdeutil)
5 because I didn't see toolbar icons (some libpng problem).
6 I have kdesdk-3.0.1.20020604 correctly built (with a emerge -u world).
7 Now I want to rebuild it and it complains:
8
9 checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt)
10 not found. Please check your installation!
11
12 in config.log it says:
13
14 i686-pc-linux-gnu-g++ -o conftest ...
15 i686-pc-linux-gnu-g++: No such file or directory
16
17 whare is the i686-pc-linux-gnu-g++ defined ?
18 i686-pc-linux-gnu-gcc, in previous tests works.
19
20 The qt test source feeded to i686-pc-linux-gnu-g++ compiles ok by hand.
21 I suspect something is wrong with the "i686-pc-linux-gnu-g++";
22 what is it ? an alias, a script , a function,?
23
24 i have the following in /etc/make.conf
25 ...
26 CHOST="i686-pc-linux-gnu"
27 CFLAGS="-march=i686 -O3 -pipe"
28 CXXFLAGS="-march=i686 -O3 -pipe"
29 ...
30
31 While sending this message I have an up to date system.
32 with: gcc-2.95.3-r7
33 gcc-3.0.4-r6
34 gcc-3.1-r6
35
36 gcc --version : 2.95.3
37
38 Should I move to gcc-3.1 ?
39 Does kde3 automatically use gcc-3.1 when installed ?
40
41 Thanks
42
43 Marko