* Raphael Kubo da Costa ([email protected]) wrote: > Indeed, it looks like something local to your system -- bullet's > Demos/MultiThreadedDemo/CMakeLists.txt has the following section: > > IF (UNIX) > TARGET_LINK_LIBRARIES(AppMultiThreadedDemo pthread) > ENDIF(UNIX) > > However, the linking line in your log does not contain '-lpthread' (I > know we use -pthread, but that is not relevant to this issue).
The problem is in AppThreadingDemo, not AppMultiThreadedDemo, and link lines are identical with only difference in -march. I guess the cause lies somewhere among dependencies, e.g. I use libGL from nvidia-driver. I'll submit PR for bullet. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D [email protected] ..: jabber: [email protected] http://www.amdmi3.ru _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
