[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
troubles compiling static debug binary of gnokii
From: |
Olivier Kaloudoff |
Subject: |
troubles compiling static debug binary of gnokii |
Date: |
Tue, 14 Oct 2003 15:07:32 +0200 (CEST) |
Hi,
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 »
/usr/X11R6/lib/libXpm.a(parse.o)(.text+0x118f): In function
`xpmParseExtensions':
: référence indéfinie vers « __ctype_b »
/usr/X11R6/lib/libXpm.a(data.o)(.text+0x456): In function `xpmNextWord':
: référence indéfinie vers « __ctype_b »
/usr/X11R6/lib/libXpm.a(data.o)(.text+0x48f): In function `xpmNextWord':
: référence indéfinie vers « __ctype_b »
/usr/X11R6/lib/libXpm.a(data.o)(.text+0x4d4): In function `xpmNextWord':
: référence indéfinie vers « __ctype_b »
/usr/X11R6/lib/libXpm.a(data.o)(.text+0x4eb): In function `xpmNextWord':
: référence indéfinie vers « __ctype_b »
/usr/X11R6/lib/libXpm.a(data.o)(.text+0x503): encore plus de références
indéfinies suivent vers « __ctype_b »
/usr/X11R6/lib/libXpm.a(rgb.o)(.text+0x136): In function
`xpmReadRgbNames':
: référence indéfinie vers « __ctype_tolower »
/usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0x7a1): In function
`_XEventsQueued':
: référence indéfinie vers « pthread_equal »
/usr/X11R6/lib/libX11.a(XlibInt.o)(.text+0x7bc): In function
`_XEventsQueued':
(...)
Can someone help me on this ? which library order should I modify in
the makefile to correct this ?
Here is the configure line used:
sh ./autogen.sh --disable-shared --enable-static --enable-debug
--enable-rlpdebug --enable-xdebug --prefix=/tmp/gnokii-debug --disable-nls
Olivier
- troubles compiling static debug binary of gnokii,
Olivier Kaloudoff <=