JDK 8 Linking error on Fedora 16 (original) (raw)
Andrew Haley aph at redhat.com
Thu Feb 23 16:26:04 UTC 2012
- Previous message (by thread): JDK 8 Linking error on Fedora 16
- Next message (by thread): JDK 8 Linking error on Fedora 16
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 02/23/2012 04:23 PM, David Bosschaert wrote:
Could it be related to this message? Linking vm... /usr/bin/ld: cannot find -lstdc++ collect2: ld returned 1 exit status which is a bit odd given that I have the latest libstdc++ installed...
Yes, that's it. The problem is probably that it's trying to link statically with libstdc++ and you have no static version of that library.
Andrew.
- Previous message (by thread): JDK 8 Linking error on Fedora 16
- Next message (by thread): JDK 8 Linking error on Fedora 16
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]