1. Clarification: -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT should be specified explicitly. During linking, -lpthread should be specified explictly.
existing code does that via apr_hints.m4
I'm testing some changes to apr_hints.m4 now that will make sure -lpthread is specified explicitly.
Thanks,
Jeff
