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: printing exceptions?


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


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