<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I can't reproduce this error in my environment.<div><br></div><div>However, I guess you can fix it by adding '-lpthread' to unittest/collie/Makefile.am and unittest/sheep/Makefile.am</div><div>Just like this:</div><div><div>-LIBS                   = $(top_srcdir)/lib/libsheepdog.a @CHECK_LIBS@</div><div>+LIBS                   = $(top_srcdir)/lib/libsheepdog.a -lpthread     \</div><div>+                         @CHECK_LIBS@</div><div><br></div><div>Could you help me test this? </div><div>If it works, I will send another version.</div><div><br></div><div>Thanks,</div><div>Kyle</div><div><br></div><div><br><div><div>On Jun 7, 2013, at 7:34 AM, MORITA Kazutaka <<a href="mailto:morita.kazutaka@gmail.com">morita.kazutaka@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">undefined reference to `pthread_create'</span></blockquote></div><br></div></div></body></html>