Do you have multiple versions of gcc installed? What do you get when you run
`gcc -dumpversion`?

On 10/10/06, Gregory Shimansky <[EMAIL PROTECTED]> wrote:

On Tuesday 10 October 2006 13:02 Ilya Okomin wrote:
> On 10/9/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
> > Yeah, I would have been surprised it that worked.
> >
> > Why not just install v 6?
>
> I have libstdc++.so.6 on my system.
> Nevertheless I have the same results as Dmitry described:
>
> bash-2.05b$ ./java -version
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
> Foundation or its licensors, as applicable.
> Failed to open JVM DLL:
> /work/Harmony/builds/harmony-jre-latest/bin/default/harmonyvm
> (/lib/ssa/libstdc++.so.6: version `GLIBCXX_3.4' not found (required by
> /work/Harmony/builds/harmony-jre-latest/bin/default/libharmonyvm.so))
>
> I used harmony-jre-r450941 snapshot.
> Should I do anything else to resolve this issue?

It is probably because your custom libstdc++ is still compiled against an
older glibc version of your distribution. Geir uses more modern version.
Can
you run /lib/libc.so.6 and show the output?

--
Gregory Shimansky, Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to