__stack_chk_fail@@GLIBC_2.4 dependency

Rob Saccoccio Rob.Saccoccio at sas.com
Fri May 29 12:06:30 PDT 2009


I'm building hotspot on X86_64 Fedora 10 with gcc 4.3.2.  The resulting libjvm.so has a dependency on __stack_chk_fail@@GLIBC_2.4.  This is fine until I try to move it to a linux box that only has glibc 2.3.4.

Building with "-fno-stack-protector -U_FORTIFY_SOURCE" doesn't eliminate the dependency and apbuild didn't help either.  

I don't know where the dependency is coming from.

Any help would be most welcome.

Rob




More information about the hotspot-dev mailing list