I'm trying to make https://code.google.com/p/bluez-tools/. Configure seems to have found the headers. I have obexd-client package installed and BlueZ 4.101.
This is my first experiment at compiling a Linux C application.
Why won't it compile?
obexclient_session.c:(.text+0x202): undefined reference to `g_free'
obexclient_session.c:(.text+0x20e): undefined reference to `g_object_unref'
obexclient_session.c:(.text+0x21b): undefined reference to `g_free'
obexclient_session.c:(.text+0x228): undefined reference to `g_object_unref'
obexclient_session.c:(.text+0x239): undefined reference to `g_type_check_class_cast'