<br><br><div class="gmail_quote">On Mon, May 4, 2009 at 9:03 AM, Julien BLACHE <span dir="ltr">&lt;<a href="mailto:jb@jblache.org">jb@jblache.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Chris Bagwell &lt;<a href="mailto:chris@cnpbagwell.com">chris@cnpbagwell.com</a>&gt; wrote:<br>
<br>
Hi Chris,<br>
<div class="im"><br>
&gt; Are you referring to sane-backends?  I can&#39;t find a --enable-pthreads<br>
&gt; option.  Also, I tried for the first time the --enable-fork-process<br>
&gt; option but still had no compile issues.<br>
<br>
</div>Yes, that&#39;s sane-backends and the option is actually<br>
--disable-fork-process (which does exactly what --enable-pthreads<br>
would do if it existed ;))<br>
<br>
It switches sanei_thread from using fork() to using pthreads for<br>
reader processes.<br>
<div class="im"></div></blockquote><div><br>Ah, thats the part I was missing and can now reproduce.  Some of that double negative logic in acinclude.m4 was confusing me and I thought my test on Darwin would have fully tested it.<br>
<br>I can have a fix ASAP although I guess I&#39;ll need to hold off on submitting until git is ready.<br><br>BTW, temporary work around  for those that need it: ./configure --disable-fork-process LDFLAGS=-lpthread<br><br>
Chris <br></div></div>