Why does libdeploy link libstdc++ dynamically?

Petteri Räty betelgeuse at gentoo.org
Sun Jun 10 16:13:22 UTC 2007


All other parts of the JDK link libstdc++ statically so it's weird that
libdeploy (from that I understand java web start and plugin related
stuff and as such still closed source) links it dynamically. This means
that our packages need to depend on the the old version of libstdc++.

betelgeuse at pena ~/bin $ qlist sun-jdk-1.7 | xargs scanelf -n | grep libstdc
ET_DYN libc.so.6,libstdc++.so.5,libm.so.6,libgcc_s.so.1
/opt/sun-jdk-1.7.0.0_alpha13/jre/lib/i386/libdeploy.so

Regards,
Petteri

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20070610/7eec80a9/signature.asc>


More information about the build-dev mailing list