- Mitglied seit
- 2 Mrz 2005
- Beiträge
- 141
- Punkte für Reaktionen
- 0
- Punkte
- 16
hi,
ich möchte zaptel auf debian 3.1 compilieren und installieren. Dazu habe ich per
apt-get install zaptel-source
das benötigte Paket runtergeladen und entpackt.
Leider schlägt das compilen fehl:
unter /usr/src gibt es nen link "linux" der auf die sourcen zeigt (linux-2.6.15.4) und nen link linux-2.6 der auf /lib/modules/2.6.15.4/ zeigt.
Wo liegt das Problem?
Greetz
ponti
ich möchte zaptel auf debian 3.1 compilieren und installieren. Dazu habe ich per
apt-get install zaptel-source
das benötigte Paket runtergeladen und entpackt.
Leider schlägt das compilen fehl:
Code:
root@rootsrv1:/usr/src/modules/zaptel# make linux26
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -fsigned-char -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -fsigned-char -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" makefw.c -o makefw
./makefw tormenta2.rbt tor2fw > tor2fw.h
Loaded 69900 bytes from file
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -fsigned-char -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -c -o ztcfg.o ztcfg.c
cc -c -fPIC -I. -O4 -g -Wall -DBUILDING_TONEZONE -fsigned-char -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DBUILDING_TONEZONE -o zonedata.lo zonedata.c
cc -c -fPIC -I. -O4 -g -Wall -DBUILDING_TONEZONE -fsigned-char -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DBUILDING_TONEZONE -o tonezone.lo tonezone.c
ar rcs libtonezone.a zonedata.lo tonezone.lo
cc -o ztcfg ztcfg.o -lm -L. libtonezone.a
/usr/lib/libc_nonshared.a(elf-init.oS)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): In function `__i686.get_pc_thunk.bx':
: multiple definition of `__i686.get_pc_thunk.bx'
libtonezone.a(tonezone.lo)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0):/usr/src/modules/zaptel/tonezone.c:41: first defined here
collect2: ld returned 1 exit status
make: *** [ztcfg] Error 1
unter /usr/src gibt es nen link "linux" der auf die sourcen zeigt (linux-2.6.15.4) und nen link linux-2.6 der auf /lib/modules/2.6.15.4/ zeigt.
Wo liegt das Problem?
Greetz
ponti