On Aug 16, 2010, at 8:12 PM, James Clarke wrote:

> -1.  This failed for me on OS X.  I opened THRIFT-856 which solves the
> issue, although I have no idea why I'm the only one experiencing this.
> 
> make check fails because my boost is in a non-standard location.
> Adding $(BOOST_LDFLAGS)
> flags as per the RC0 email thread fixes it.
<snip>

But this is not sufficient when your boost libraries are default named. (I just 
tested this.) In that case the link still fails because the thread library is 
not named libboost_unit_test_framework.a. It has adornments for threading, 
debug, etc. I have a complete fix for this, but it's all rolled up in my 591 
patch, and it requires the configure script to figure out the real name of the 
library and provide it to the lower levels.

The way the tests are written now, make check only works in certain 
environments.

- Rush 


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to