On Wednesday 11 October 2006 04:37 Mike Ringrose wrote: > Do you have multiple versions of gcc installed? What do you get when you > run `gcc -dumpversion`?
If you ask me, yes I have several versions installed in parallel which Gentoo allows to manage with gcc-config utility. For me gcc -dumpversion produces 4.1.1 as expected. But this discussion was not about gcc version. It is about binaries built on modern installation being ran on somewhat outdated ones. > 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]
