Closed GoogleCodeExporter closed 9 years ago
It seems that the CMake option USE_MULTITHREADED_BENCHMARK was enabled, but the
option is disabled by default.
Did you manually enable it?
Indeed, if enabled, it requires pthread to compile.
Original comment by erwin.coumans
on 4 Oct 2010 at 6:27
Also, AppAllBulletDemos shouldn't link against BulletMultiThreaded. We need to
double check this.
Original comment by erwin.coumans
on 4 Oct 2010 at 6:30
Should be fixed in latest trunk.
See http://code.google.com/p/bullet/source/detail?r=2222
Thanks for the report!
Original comment by erwin.coumans
on 4 Oct 2010 at 7:09
Original comment by erwin.coumans
on 4 Oct 2010 at 7:09
I tested r2222 and can confirm the fix.
For the record, I did not explicitely enable USE_MULTITHREADED_BENCHMARK,
looking at ccmake it seems to be indeed disabled by default.
Original comment by ppr...@liwjatan.at
on 4 Oct 2010 at 7:38
Original issue reported on code.google.com by
ppr...@liwjatan.at
on 2 Oct 2010 at 3:37