This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: NPE with gcc 3.4 when trying to open a tcp-socket
Jörg Maisenbacher writes:
> Andrew Haley wrote:
> > What does 'ldd test' say?
>
> $ ldd test
> libm.so.6 => /lib/libm.so.6 (0x40017000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x40039000)
> libdl.so.2 => /lib/libdl.so.2 (0x40088000)
> libc.so.6 => /lib/libc.so.6 (0x4008b000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
That's bizarre. It's not linked to libgcj.so at all?
Andrew.