Compile isdn4k-utils
Hallo, ich möchte Bezug nehmen auf eine Mail vom 02.10.01 in der es um das kompilieren der isdn4k-utils gehe. Ich setze libtool in der Version 1.4.2, autoconf 2.52 und automake 1.5 ein. Das Problem schien mit der Abwärtskompatibilität von autoconf bzw. -make zusammenzuhängen. Gibt es mittlerweile eine Lösung für das Problem? /bin/sh ./libtool --mode=compile gcc -DPACKAGE=\"libcapi20\" -DVERSION=\"2.0.5\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LINUX_CAPI_H=1 -DHAVE_SELECT=1 -I. -I. -O3 -march=k6 -mcpu=i586 -c -o capi20.lo `test -f capi20.c || echo './'`capi20.c libtool: ltconfig version `' does not match ltmain.sh version `1.3.3' Fatal configuration error. See the libtool docs for more information. make[1]: *** [capi20.lo] Error 1 make[1]: Leaving directory `/usr/src/isdn4k-utils/capi20' make: *** [subtargets] Error 2 Alex
On Tue, Feb 05, 2002 at 06:38:14PM +0100, Alexander Feltes wrote:
Hallo,
ich möchte Bezug nehmen auf eine Mail vom 02.10.01 in der es um das kompilieren der isdn4k-utils gehe. Ich setze libtool in der Version 1.4.2, autoconf 2.52 und automake 1.5 ein. Das Problem schien mit der Abwärtskompatibilität von autoconf bzw. -make zusammenzuhängen. Gibt es mittlerweile eine Lösung für das Problem?
/bin/sh ./libtool --mode=compile gcc -DPACKAGE=\"libcapi20\" -DVERSION=\"2.0.5\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LINUX_CAPI_H=1 -DHAVE_SELECT=1 -I. -I. -O3 -march=k6 -mcpu=i586 -c -o capi20.lo `test -f capi20.c || echo './'`capi20.c libtool: ltconfig version `' does not match ltmain.sh version `1.3.3' Fatal configuration error. See the libtool docs for more information. make[1]: *** [capi20.lo] Error 1 make[1]: Leaving directory `/usr/src/isdn4k-utils/capi20' make: *** [subtargets] Error 2
for i in capi20 capiinfo capifax ; do cd $i rm -f lt* aclocal libtoolize --force --automake --copy automake --add-missing --copy autoconf cd .. done Du kannst Dir auch die %build section des i4l.spec (im i4l source rpm) anschauen. -- Karsten Keil SuSE Labs ISDN development
for i in capi20 capiinfo capifax ; do cd $i rm -f lt* aclocal libtoolize --force --automake --copy automake --add-missing --copy autoconf cd .. done
Ok, das hilft, aber nicht 100%: make[2]: Entering directory `/privat/isdn/isdn4k-utils/vbox/src' /usr/bin/ar cru libvbox.a libvbox.o /usr/bin/ranlib libvbox.a make[2]: Leaving directory `/privat/isdn/isdn4k-utils/vbox/src' make[2]: Entering directory `/privat/isdn/isdn4k-utils/vbox/utils' cd .. && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=utils/Makefile @SHELL@ ./config.status make[2]: @SHELL@: Command not found make[2]: *** [Makefile] Error 127 make[2]: Leaving directory `/privat/isdn/isdn4k-utils/vbox/utils' make[1]: *** [scripts-b] Error 2 make[1]: Leaving directory `/privat/isdn/isdn4k-utils/vbox' make: *** [subtargets] Error 2 Dirk
participants (3)
-
Alexander Feltes
-
DVornheder@t-online.de
-
Karsten Keil