Jeff King <peff <at> peff.net> writes: > Great, I'm glad it's working. With NO_PTHREADS set, you will be > fork()ing off the sideband process instead of using a thread. So you > avoid pthreads altogether and it works, but you can't do multi-threaded > delta compression. > > If you build without NO_PTHREADS set on a Solaris 9 box, does it work on > that same box? That would confirm or deny my ABI compatibility theory > (and hopefully point us in the right direction for the sunfreeware > people to build a binary that works on Solaris 9 and 10). > Building without NO_PTHREADS set results in the original "broken" behaviour. I am staying with the working version in the interest of time. May investigate more later. Thanks for all the insight and tips. - Randy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html