Having just updated my tree, I'm finding that libtool is miscompiling gij by linking -lc before -lpthread. Removing -lc from dependency_libs in libgcj.la fixes it so the testsuite runs once again. Question: How is dependency_libs computed? I had trouble finding the relevant configuration change... Jeff