On Mon, Jul 16, 2001 at 09:51:12PM +0200, Maciej W. Rozycki wrote: > > Of course, you may force version 4.1 not to make use libpthreads, either. > Just convince the configure script in the usual way not to use > clock_gettime(). > ls shouldn't bother with clock_gettime, which is in librt and librt needs libpthreads. RedHat 7.1 has a similar patch to make 3.79.1 to get around it. Otherwise, make won't work right due to the 2MB stack limit imposed by libpthreads. H.J.