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:
>
> > That's bizarre. It's not linked to libgcj.so at all?
>
> no it is not, because i compiled my gcc with --disable-shared.
I don't think you mentioned that. There is a bunch of problems to do
with libgcj and --disable-shared that are basically insurmountable.
However, I see no reason why this might have caused your problem.
I'm going to test with the default libgcj configuration and see if the
problem can be replicated there.
Andrew.