/usr/bin/ld: /tmp/ccBZBqRH.o: undefined reference to symbol 'floor@@GLIBC_2.2.5'
/usr/bin/ld: note: 'floor@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
/lib64/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
btw I'm running a Minimal Centos 6.4 x64 installation & I've installed the following to get this far.
yum install gcc bluez-libs bluez-lib-devel curl-devel mysql-devel
Is there something I've missed?