* [gentoo-dev] VMWare and GCC 3.1
@ 2002-06-04 11:35 Prashanth Aditya Susarla
2002-06-05 11:06 ` Niek van der Maas
0 siblings, 1 reply; 4+ messages in thread
From: Prashanth Aditya Susarla @ 2002-06-04 11:35 UTC (permalink / raw
To: gentoo-dev
VMWare's acting smart with gcc-3.1. Fire up vmware and this is what you
get:-
/opt/vmware/bin/vmware: relocation error: /opt/vmware/bin/vmware:
undefined symbol: __udivdi3
There's no known bug about vmware on bugs.gentoo.org (guess there was no
reason to be until gcc-3.x). Looking at the error it's similar to what one
got before the nvidia-glx workaround. So there could be some LD_PRELOADing
to do to perhaps get vmware to work.
Regards,
Prashanth Aditya Susarla
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] VMWare and GCC 3.1
2002-06-04 11:35 [gentoo-dev] VMWare and GCC 3.1 Prashanth Aditya Susarla
@ 2002-06-05 11:06 ` Niek van der Maas
2002-06-05 14:49 ` Lost Logic
0 siblings, 1 reply; 4+ messages in thread
From: Niek van der Maas @ 2002-06-05 11:06 UTC (permalink / raw
To: gentoo-dev
Hi,
There are several problems with binaries compiled with gcc 2.95, like the
nVidia-drivers, StartOffice, OO, etc. You can solve these problems by
patching glibc. Look here:
http://sources.redhat.com/ml/libc-hacker/2002-02/msg00152.html for the patch.
More information can be found in this topic:
http://forums.gentoo.org/viewtopic.php?t=3963
Bye,
Niek.
On Tuesday 04 June 2002 14:35, Prashanth Aditya Susarla wrote:
> VMWare's acting smart with gcc-3.1. Fire up vmware and this is what you
> get:-
> /opt/vmware/bin/vmware: relocation error: /opt/vmware/bin/vmware:
> undefined symbol: __udivdi3
>
> There's no known bug about vmware on bugs.gentoo.org (guess there was no
> reason to be until gcc-3.x). Looking at the error it's similar to what one
> got before the nvidia-glx workaround. So there could be some LD_PRELOADing
> to do to perhaps get vmware to work.
>
> Regards,
> Prashanth Aditya Susarla
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] VMWare and GCC 3.1
2002-06-05 11:06 ` Niek van der Maas
@ 2002-06-05 14:49 ` Lost Logic
2002-06-05 20:20 ` Bart Verwilst
0 siblings, 1 reply; 4+ messages in thread
From: Lost Logic @ 2002-06-05 14:49 UTC (permalink / raw
To: gentoo-dev
Better to try Lars Pechan's work around for now... he's done some great
research on the subject;-)
-=-=-=-=-=-=-=-Previous Message(s)-=-=-=-=-=-=-=-
> Hi,
>
> There are several problems with binaries compiled with gcc 2.95, like the
> nVidia-drivers, StartOffice, OO, etc. You can solve these problems by
> patching glibc. Look here:
> http://sources.redhat.com/ml/libc-hacker/2002-02/msg00152.html for the patch.
> More information can be found in this topic:
> http://forums.gentoo.org/viewtopic.php?t=3963
>
> Bye,
>
> Niek.
>
> On Tuesday 04 June 2002 14:35, Prashanth Aditya Susarla wrote:
> > VMWare's acting smart with gcc-3.1. Fire up vmware and this is what you
> > get:-
> > /opt/vmware/bin/vmware: relocation error: /opt/vmware/bin/vmware:
> > undefined symbol: __udivdi3
> >
> > There's no known bug about vmware on bugs.gentoo.org (guess there was no
> > reason to be until gcc-3.x). Looking at the error it's similar to what one
> > got before the nvidia-glx workaround. So there could be some LD_PRELOADing
> > to do to perhaps get vmware to work.
> >
> > Regards,
> > Prashanth Aditya Susarla
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] VMWare and GCC 3.1
2002-06-05 14:49 ` Lost Logic
@ 2002-06-05 20:20 ` Bart Verwilst
0 siblings, 0 replies; 4+ messages in thread
From: Bart Verwilst @ 2002-06-05 20:20 UTC (permalink / raw
To: gentoo-dev
The new patched version of glibc is unmasked, 2.2.5-r4..
Have fun!
And thanks for the report!
On Wednesday 05 June 2002 16:49, Lost Logic wrote:
|| Better to try Lars Pechan's work around for now... he's done some great
|| research on the subject;-)
||
|| -=-=-=-=-=-=-=-Previous Message(s)-=-=-=-=-=-=-=-
||
|| > Hi,
|| >
|| > There are several problems with binaries compiled with gcc 2.95, like
|| > the nVidia-drivers, StartOffice, OO, etc. You can solve these problems
|| > by patching glibc. Look here:
|| > http://sources.redhat.com/ml/libc-hacker/2002-02/msg00152.html for the
|| > patch. More information can be found in this topic:
|| > http://forums.gentoo.org/viewtopic.php?t=3963
|| >
|| > Bye,
|| >
|| > Niek.
|| >
|| > On Tuesday 04 June 2002 14:35, Prashanth Aditya Susarla wrote:
|| > > VMWare's acting smart with gcc-3.1. Fire up vmware and this is what
|| > > you get:-
|| > > /opt/vmware/bin/vmware: relocation error: /opt/vmware/bin/vmware:
|| > > undefined symbol: __udivdi3
|| > >
|| > > There's no known bug about vmware on bugs.gentoo.org (guess there was
|| > > no reason to be until gcc-3.x). Looking at the error it's similar to
|| > > what one got before the nvidia-glx workaround. So there could be some
|| > > LD_PRELOADing to do to perhaps get vmware to work.
|| > >
|| > > Regards,
|| > > Prashanth Aditya Susarla
|| > >
|| > > _______________________________________________
|| > > gentoo-dev mailing list
|| > > gentoo-dev@gentoo.org
|| > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
|| >
|| > _______________________________________________
|| > gentoo-dev mailing list
|| > gentoo-dev@gentoo.org
|| > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
||
|| _______________________________________________
|| gentoo-dev mailing list
|| gentoo-dev@gentoo.org
|| http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--
Bart Verwilst
Gentoo Linux Developer, Desktop Team
Gent, Belgium
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-06-05 20:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04 11:35 [gentoo-dev] VMWare and GCC 3.1 Prashanth Aditya Susarla
2002-06-05 11:06 ` Niek van der Maas
2002-06-05 14:49 ` Lost Logic
2002-06-05 20:20 ` Bart Verwilst
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox