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


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


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