I had the glibc problems when I first booted the OS, but got round that thanks to problems here [0].
I've installed base-devel and am trying to compile smatool [1].
However, I'm getting a problem with ld -
$this->bbcode_second_pass_code('', '[adam@alarmpi sma]$ gcc -lbluetooth -lcurl -lmysqlclient -g -o smatool smatool.c
/usr/bin/ld: /tmp/ccwVPUq0.o: undefined reference to symbol 'pow@@GLIBC_2.4'
/usr/bin/ld: note: 'pow@@GLIBC_2.4' is defined in DSO /usr/lib/libm.so.6 so try adding it to the linker command line
/usr/lib/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status')
Any tips appreciated.
Adam
[0] viewtopic.php?f=18&t=3775
[1] http://code.google.com/p/sma-bluetooth/ … stallation