Sensebloom / OSCeleton

OSCeleton is a proxy that sends skeleton information collected from the kinect sensor via OSC, making it easier to use input from the device in any language / framework that supports the OSC protocol.
GNU General Public License v3.0
312 stars 72 forks source link

make failed libpthread #25

Open doby opened 12 years ago

doby commented 12 years ago

Hello, On my fedora 15, the make command failed with this output : /lib64/libpthread.so.0: could not read symbols: Invalid operation collect2: ld a retourné 1 code d'état d'exécution

thanks,

avilleret commented 12 years ago

I had kind of that error on trying to build on Ubuntu 12.04 Adding -pthread to g++ option in Makefile fix the issue.

cheers a.