* [gentoo-dev] QT Linking problem under gcc 3.2
@ 2002-09-19 19:27 Greg Corcoran
2002-09-19 20:42 ` Matthew Kennedy
0 siblings, 1 reply; 6+ messages in thread
From: Greg Corcoran @ 2002-09-19 19:27 UTC (permalink / raw
To: gentoo-dev
Hi,
During the process of upgrading from 1.0 to 1.4 one of my systems cannot
link QT under 3.2. I seem to have successfully installed gcc 3.2 and
have performed a full emerge system with make.profile pointing to the
correct 1.4 profile. After many hours of emerging and remerging all
under gcc3.2 I still cannot link QT.
I get the following ld warning/error messages:
libstdc++-libc6.2-2.so.3 needed by /usr/X11R6/libGLU.so, not found (try
using -rpath or -rpath-link)
/usr/X11R6/lib/libGLU.so: undefined reference to '__rtti_user'
/usr/X11R6/lib/libGLU.so: undefined reference to '__rtti_si'
/usr/X11R6/lib/libGLU.so: undefined reference to '__rtti_throw'
/usr/X11R6/lib/libGLU.so: undefined reference to 'terminate(void)'
/usr/X11R6/lib/libGLU.so: undefined reference to '__builtin_vec_new'
/usr/X11R6/lib/libGLU.so: undefined reference to '__rtti_class'
/usr/X11R6/lib/libGLU.so: undefined reference to '__builtin_delete'
/usr/X11R6/lib/libGLU.so: undefined reference to '__terminate'
/usr/X11R6/lib/libGLU.so: undefined reference to '__builtin_new'
collect2: ld returned 1 exit status
Some background:
I was upgrading with the update_stepX.sh scripts. Script 1,2,3 worked
fine. Script 4 failed saying packages were missing. But seeing that
script 3 completed I should be on the 1.4 profile.
I can't figure out why QT wants to link to libstdc++-libc6.2-2.so.3 or
why this library is not on my system.
Any help would be appreciated to resolve my QT linking problem.
Thanks
Greg
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] QT Linking problem under gcc 3.2
2002-09-19 19:27 [gentoo-dev] QT Linking problem under gcc 3.2 Greg Corcoran
@ 2002-09-19 20:42 ` Matthew Kennedy
2002-09-24 9:28 ` myciel
0 siblings, 1 reply; 6+ messages in thread
From: Matthew Kennedy @ 2002-09-19 20:42 UTC (permalink / raw
To: gentoo-dev
Greg Corcoran <gregc@spidex.com> writes:
> Hi,
>
> During the process of upgrading from 1.0 to 1.4 one of my systems cannot
> link QT under 3.2. I seem to have successfully installed gcc 3.2 and
> have performed a full emerge system with make.profile pointing to the
> correct 1.4 profile. After many hours of emerging and remerging all
> under gcc3.2 I still cannot link QT.
>
> I get the following ld warning/error messages:
>
> libstdc++-libc6.2-2.so.3 needed by /usr/X11R6/libGLU.so, not found (try
> using -rpath or -rpath-link)
Have you re-emerged x11-base/xfree with GCC 3.2?
--
Matthew Kennedy
Gentoo Linux Developer
Bugs go to http://bugs.gentoo.org!
Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x6C25B0A2
Finger Print: 0C61 0CBC C669 5F26 8DBF 006D FBAB 30EA 6C25 B0A2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] QT Linking problem under gcc 3.2
2002-09-19 20:42 ` Matthew Kennedy
@ 2002-09-24 9:28 ` myciel
2002-09-24 11:48 ` Michael Cummings
2002-09-24 16:34 ` Simonics Zsolt
0 siblings, 2 replies; 6+ messages in thread
From: myciel @ 2002-09-24 9:28 UTC (permalink / raw
To: gentoo-dev
Matthew Kennedy wrote:
> Greg Corcoran <gregc@spidex.com> writes:
>
>
>>Hi,
>>
>>During the process of upgrading from 1.0 to 1.4 one of my systems cannot
>>link QT under 3.2. I seem to have successfully installed gcc 3.2 and
>>have performed a full emerge system with make.profile pointing to the
>>correct 1.4 profile. After many hours of emerging and remerging all
>>under gcc3.2 I still cannot link QT.
>>
>>I get the following ld warning/error messages:
>>
>>libstdc++-libc6.2-2.so.3 needed by /usr/X11R6/libGLU.so, not found (try
>>using -rpath or -rpath-link)
>
>
> Have you re-emerged x11-base/xfree with GCC 3.2?
>
I have the same problem with linking QT,
and I did re-emerged xfree
r.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] QT Linking problem under gcc 3.2
2002-09-24 9:28 ` myciel
@ 2002-09-24 11:48 ` Michael Cummings
2002-09-24 16:34 ` Simonics Zsolt
1 sibling, 0 replies; 6+ messages in thread
From: Michael Cummings @ 2002-09-24 11:48 UTC (permalink / raw
To: gentoo-dev
Ditto on all accounts for me to. Same error message, same symptoms.
On Tue, Sep 24, 2002 at 11:28:14AM +0200, myciel wrote:
> >>libstdc++-libc6.2-2.so.3 needed by /usr/X11R6/libGLU.so, not found (try
> >>using -rpath or -rpath-link)
> >
> >
> >Have you re-emerged x11-base/xfree with GCC 3.2?
> >
>
> I have the same problem with linking QT,
> and I did re-emerged xfree
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] QT Linking problem under gcc 3.2
2002-09-24 9:28 ` myciel
2002-09-24 11:48 ` Michael Cummings
@ 2002-09-24 16:34 ` Simonics Zsolt
2002-09-25 12:19 ` myciel
1 sibling, 1 reply; 6+ messages in thread
From: Simonics Zsolt @ 2002-09-24 16:34 UTC (permalink / raw
To: gentoo-dev
On Tue, Sep 24, 2002 at 11:28:14AM +0200, myciel wrote:
> >>have performed a full emerge system with make.profile pointing to the
> >>correct 1.4 profile. After many hours of emerging and remerging all
> >>under gcc3.2 I still cannot link QT.
> >>
> >>I get the following ld warning/error messages:
> >>
> >>libstdc++-libc6.2-2.so.3 needed by /usr/X11R6/libGLU.so, not found (try
> >>using -rpath or -rpath-link)
> >
> >
> >Have you re-emerged x11-base/xfree with GCC 3.2?
> >
>
> I have the same problem with linking QT,
> and I did re-emerged xfree
Same problem here, but i think there is a bug in emerge somewhere:
root:~# emerge search xfree
Searching...
[ Results for search key : xfree ]
[ Applications found : 1 ]
* x11-base/xfree
Latest version available: 4.2.0-r12
Latest version installed: 4.2.0-r12
Homepage: http://www.xfree.org
Description: Xfree86: famous and free X server
root:~# emerge clean
>>> No outdated packages were found on your system.
(WRONG! portage bug? see next:)
root:~# emerge unmerge xfree-4.2.0-r9
null/xfree
selected: 4.2.0-r9
protected: none
omitted: none
>>> Packages in red are slated for removal.
>>> Packages in green will not be removed.
>>> Waiting 5 seconds before starting unmerge.
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1 0
>>> Unmerging x11-base/xfree-4.2.0-r9...
(and then somewhere...)
<<< sym /usr/X11R6/lib/libGLU.so.1
<<< sym /usr/X11R6/lib/libGLU.so
Oops! There was an old libGLU.so.1 in /usr/S11R6/lib/!
The new is in /usr/lib now!
Oh, and qt is compiling now :)
--
Simca
simc@chello.hu
"There is hardly anything in the world that some man cannot make
a little worse and sell a little cheaper, and those who buy by
price alone are this man's lawful prey." --John Ruskin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] QT Linking problem under gcc 3.2
2002-09-24 16:34 ` Simonics Zsolt
@ 2002-09-25 12:19 ` myciel
0 siblings, 0 replies; 6+ messages in thread
From: myciel @ 2002-09-25 12:19 UTC (permalink / raw
To: gentoo-dev
Simonics Zsolt wrote:
> On Tue, Sep 24, 2002 at 11:28:14AM +0200, myciel wrote:
>
>
>>>>have performed a full emerge system with make.profile pointing to the
>>>>correct 1.4 profile. After many hours of emerging and remerging all
>>>>under gcc3.2 I still cannot link QT.
>>>>
>>>>I get the following ld warning/error messages:
>>>>
>>>>libstdc++-libc6.2-2.so.3 needed by /usr/X11R6/libGLU.so, not found (try
>>>>using -rpath or -rpath-link)
>>>
>>>
>>>Have you re-emerged x11-base/xfree with GCC 3.2?
>>>
>>
>>I have the same problem with linking QT,
>>and I did re-emerged xfree
>
>
> Same problem here, but i think there is a bug in emerge somewhere:
>
> root:~# emerge search xfree
> Searching...
> [ Results for search key : xfree ]
> [ Applications found : 1 ]
>
> * x11-base/xfree
> Latest version available: 4.2.0-r12
> Latest version installed: 4.2.0-r12
> Homepage: http://www.xfree.org
> Description: Xfree86: famous and free X server
>
> root:~# emerge clean
>
>
>>>>No outdated packages were found on your system.
>>>
>
> (WRONG! portage bug? see next:)
>
> root:~# emerge unmerge xfree-4.2.0-r9
>
> null/xfree
> selected: 4.2.0-r9
> protected: none
> omitted: none
>
>
>>>>Packages in red are slated for removal.
>>>>Packages in green will not be removed.
>>>
>
>>>>Waiting 5 seconds before starting unmerge.
>>>>(Control-C to abort)...
>>>>Unmerging in: 5 4 3 2 1 0
>>>>Unmerging x11-base/xfree-4.2.0-r9...
>>>
>
> (and then somewhere...)
>
> <<< sym /usr/X11R6/lib/libGLU.so.1
> <<< sym /usr/X11R6/lib/libGLU.so
>
> Oops! There was an old libGLU.so.1 in /usr/S11R6/lib/!
> The new is in /usr/lib now!
>
> Oh, and qt is compiling now :)
>
thanks - this helped
r.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-09-25 12:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-19 19:27 [gentoo-dev] QT Linking problem under gcc 3.2 Greg Corcoran
2002-09-19 20:42 ` Matthew Kennedy
2002-09-24 9:28 ` myciel
2002-09-24 11:48 ` Michael Cummings
2002-09-24 16:34 ` Simonics Zsolt
2002-09-25 12:19 ` myciel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox