Gentoo Archives: gentoo-dev

From: Simonics Zsolt <simc@××××××.hu>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] QT Linking problem under gcc 3.2
Date: Tue, 24 Sep 2002 11:34:35
Message-Id: 20020924163425.GB10729@catv-5062187b.bp11catv.broadband.hu
In Reply to: Re: [gentoo-dev] QT Linking problem under gcc 3.2 by myciel
1 On Tue, Sep 24, 2002 at 11:28:14AM +0200, myciel wrote:
2
3 > >>have performed a full emerge system with make.profile pointing to the
4 > >>correct 1.4 profile. After many hours of emerging and remerging all
5 > >>under gcc3.2 I still cannot link QT.
6 > >>
7 > >>I get the following ld warning/error messages:
8 > >>
9 > >>libstdc++-libc6.2-2.so.3 needed by /usr/X11R6/libGLU.so, not found (try
10 > >>using -rpath or -rpath-link)
11 > >
12 > >
13 > >Have you re-emerged x11-base/xfree with GCC 3.2?
14 > >
15 >
16 > I have the same problem with linking QT,
17 > and I did re-emerged xfree
18
19 Same problem here, but i think there is a bug in emerge somewhere:
20
21 root:~# emerge search xfree
22 Searching...
23 [ Results for search key : xfree ]
24 [ Applications found : 1 ]
25
26 * x11-base/xfree
27 Latest version available: 4.2.0-r12
28 Latest version installed: 4.2.0-r12
29 Homepage: http://www.xfree.org
30 Description: Xfree86: famous and free X server
31
32 root:~# emerge clean
33
34 >>> No outdated packages were found on your system.
35
36 (WRONG! portage bug? see next:)
37
38 root:~# emerge unmerge xfree-4.2.0-r9
39
40 null/xfree
41 selected: 4.2.0-r9
42 protected: none
43 omitted: none
44
45 >>> Packages in red are slated for removal.
46 >>> Packages in green will not be removed.
47
48 >>> Waiting 5 seconds before starting unmerge.
49 >>> (Control-C to abort)...
50 >>> Unmerging in: 5 4 3 2 1 0
51 >>> Unmerging x11-base/xfree-4.2.0-r9...
52
53 (and then somewhere...)
54
55 <<< sym /usr/X11R6/lib/libGLU.so.1
56 <<< sym /usr/X11R6/lib/libGLU.so
57
58 Oops! There was an old libGLU.so.1 in /usr/S11R6/lib/!
59 The new is in /usr/lib now!
60
61 Oh, and qt is compiling now :)
62
63 --
64 Simca
65 simc@××××××.hu
66 "There is hardly anything in the world that some man cannot make
67 a little worse and sell a little cheaper, and those who buy by
68 price alone are this man's lawful prey." --John Ruskin

Replies

Subject Author
Re: [gentoo-dev] QT Linking problem under gcc 3.2 myciel <myciel@××××××.pl>