Hi,

I think you incorrectly compile your program. Looking at gnokii-test.c file you use:
gcc gnokii-test.c -lgnokii -L/usr/X11R6/lib -lXpm -lX11
while you should:
gcc gnokii-test.c `pkg-config gnokii --libs` which should result with somthing like:
gcc gnokii-test.c -L/usr/local/lib -L/usr/X11R6/lib -lgnokii -lpthread -lical -lbluetooth -lXpm -lX11


take care,
pkot
--
p k o t a t b e z s e n s u d o t p l
http://www.gnokii.org/


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to