arm-none-linux-gnueabi/bin/ld: cannot find -lbluetooth

When I use gcc to compile ... gcc -o bluetest bluetest.c -lbluetooth ... that works well.It can run correctly. But if using arm-linux-gcc to...