[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GCC 3.2 transition



This one time, at band camp, Joseph Carter wrote:
>knghtbrd@galen:/usr/local/j2sdk1.4.0_01/jre/plugin/i386/ns610$ ldd
>libjavaplugin_oji.so 
>	libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40044000)
>	libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4008e000)
>	libdl.so.2 => /lib/libdl.so.2 (0x40168000)
>	libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2
>(0x4016b000)
>	libm.so.6 => /lib/libm.so.6 (0x401ad000)
>	libc.so.6 => /lib/libc.so.6 (0x401cf000)
>	libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x402eb000)
>	libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x402f3000)
>	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
>That's one hell of a figment of my imagination.  Although, it does seem
>the plugin is the only thing which uses libstdc++.

ldd will traverse the library dependencies tree for all libraries, so it's
possible that the libstdc++ requirement is caused by any of the other
libraries in that list.

What does objdump -p libjavaplugin_oji.so tell you?  

-- 
jaq@spacepants.org                           http://spacepants.org/jaq.gpg



Reply to: