printing exceptions?

Jeff Sturm jsturm@one-point.com
Tue Mar 5 20:27:00 GMT 2002


On Wed, 6 Mar 2002, Bryce McKinlay wrote:
> And the "gij" produced by this command works perfectly. Maybe it has 
> something to do with -lpthread?

You must never link -lc ahead of -lpthread.  The latter often overrides
symbols in the former (e.g. wait).

Jeff



More information about the Java mailing list