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
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Jörg Maisenbacher <joerg at maisenbachers dot de>, <java at gcc dot gnu dot org>
- Date: Mon, 15 Sep 2003 16:20:16 -0400 (EDT)
- Subject: Re: NPE with gcc 3.4 when trying to open a tcp-socket
On Mon, 15 Sep 2003, Andrew Haley wrote:
> $ cd i686-pc-linux-gnu/libjava/ && make clean && CXXFLAGS=-g
Watch for failures from "make clean" unless Mohan gets his patch in before
you update.
You can also do:
cd i686-pc-linux-gnu/libjava/
find . -name '*.lo' | xargs rm
make CXXFLAGS=-g
Jeff