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