[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: troubles compiling static debug binary of gnokii
From: |
Pawel Kot |
Subject: |
Re: troubles compiling static debug binary of gnokii |
Date: |
Tue, 14 Oct 2003 18:25:27 +0200 |
>>> address@hidden 14 October 2003 15:07:32 >>>
> I'm trying to setup a static binary tarball
> with debug options enabled, but it fails at compile time
> with the following errors:
>
> gmake[1]: Entre dans le répertoire
> `/users/kaloudoff/kalou.net/unix/gnokii/gnokii/gnokii'
> gcc -static gnokii.o -lbluetooth -L../common -lgnokii -L/usr/X11R6/lib
> -lXpm -lX11 -o gnokii
> ../common/libgnokii.a(device.o)(.text+0xc8): In function `device_open':
> /users/kaloudoff/kalou.net/unix/gnokii/gnokii/common/device.c:72:
> référence indéfinie vers « str2ba »
Something's wrong with your bluez install.
> /usr/X11R6/lib/libXpm.a(parse.o)(.text+0x118f): In function
> `xpmParseExtensions':
> : référence indéfinie vers « __ctype_b »
As well as with libXpm install.
pkot