Gentoo Archives: gentoo-dev

From: Greg Corcoran <gregc@××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] QT Linking problem under gcc 3.2
Date: Thu, 19 Sep 2002 14:28:02
Message-Id: 1032463673.6397.60.camel@fasty.spidex.com
1 Hi,
2
3 During the process of upgrading from 1.0 to 1.4 one of my systems cannot
4 link QT under 3.2. I seem to have successfully installed gcc 3.2 and
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 /usr/X11R6/lib/libGLU.so: undefined reference to '__rtti_user'
14 /usr/X11R6/lib/libGLU.so: undefined reference to '__rtti_si'
15 /usr/X11R6/lib/libGLU.so: undefined reference to '__rtti_throw'
16 /usr/X11R6/lib/libGLU.so: undefined reference to 'terminate(void)'
17 /usr/X11R6/lib/libGLU.so: undefined reference to '__builtin_vec_new'
18 /usr/X11R6/lib/libGLU.so: undefined reference to '__rtti_class'
19 /usr/X11R6/lib/libGLU.so: undefined reference to '__builtin_delete'
20 /usr/X11R6/lib/libGLU.so: undefined reference to '__terminate'
21 /usr/X11R6/lib/libGLU.so: undefined reference to '__builtin_new'
22 collect2: ld returned 1 exit status
23
24 Some background:
25
26 I was upgrading with the update_stepX.sh scripts. Script 1,2,3 worked
27 fine. Script 4 failed saying packages were missing. But seeing that
28 script 3 completed I should be on the 1.4 profile.
29
30 I can't figure out why QT wants to link to libstdc++-libc6.2-2.so.3 or
31 why this library is not on my system.
32
33 Any help would be appreciated to resolve my QT linking problem.
34
35 Thanks
36
37 Greg

Replies

Subject Author
Re: [gentoo-dev] QT Linking problem under gcc 3.2 Matthew Kennedy <mkennedy@g.o>