Gentoo Archives: gentoo-dev

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