This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]