Hi all,
i try to use a Bluetooth USB dongle on my arm board. So i try to cross
compil bluez-utils and bluez-libs.
For bluez-utils, i have no problem, i write :
./configure --prefix=/root/bluetooth --host=arm-linux
make
make install
But when i try to configure bluez-utils, i write :
./configure --prefix=/root/bluetooth --host=arm-linux
--with-bluez-libraries=/root/bluetooth/
I have this following error :
..
..
checking for BLUEZ... configure: error: Bluetooth library is required
Has someone any answers ?
Regards,
Mout