On Fri, 2002-07-05 at 12:23, Garrett Rooney wrote: > so for the first time in like forever, i reinstalled my development > machine and thus had to download fresh copies of subversion and apr. > > it seems that apr's configure script is now disabling threads by > default on FreeBSD, which is fine, since i'm not actually using > threads, but there appears to be a few kinks with the atomics code. > > if i don't pass '--enable-threads' to configure, when i get around to > compiling subversion it fails to link because it's looking for > apr_atomic_init.
That's probably due to my change yesterday to add the atomic_init to apr_initialize (which keeps us from segfaulting on Linux when the mutex-based atomics are used). I'll work on a fix today. --Brian
