Re: linux-avmb1: Compile isdn4k-utils
Ich habe den aktuellen CVS-Tree auf der Platte, da Vieh habe ich ja geschreiben ...
Mache 'mal:
make distclean automake ./configure
Bringt nichts: root@PCNEU /privat/isdn/isdn4k-utils/capi20 > make distclean test -z "*~ comperr" || rm -f *~ comperr test -z "libcapi20dyn.a" || rm -f libcapi20dyn.a test -z "libcapi20.la" || rm -f libcapi20.la rm -rf .libs _libs rm -f *.o core *.core rm -f *.lo rm -f *.tab.c rm -f Makefile stamp-h stamp-h[0-9]* rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH rm -f config.status config.cache config.log root@PCNEU /privat/isdn/isdn4k-utils/capi20 > automake root@PCNEU /privat/isdn/isdn4k-utils/capi20 > ./configure creating cache ./config.cache checking for a BSD compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/bin/ginstall -c checking for Cygwin environment... no checking for mingw32 environment... no checking how to run the C preprocessor... gcc -E checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/i486-suse-linux/bin/ld checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking for ANSI C header files... yes checking for fcntl.h... yes checking for sys/ioctl.h... yes checking for unistd.h... yes checking for linux/capi.h... yes checking for select... yes libtool: ltconfig version `' does not match ltmain.sh version `1.3.5' Fatal configuration error. See the libtool docs for more information. updating cache ./config.cache creating ./config.status creating Makefile Dirk
Hi, On Fri, Oct 05, 2001 at 02:39:04PM +0200, Dirk Vornheder wrote:
Ich habe den aktuellen CVS-Tree auf der Platte, da Vieh habe ich ja geschreiben ...
Mache 'mal:
make distclean automake ./configure
Bringt nichts:
reicht auch nicht. So mach ich es momentan beim bauen der SuSE Pakete (s. i4l.spec im i4l.srpm) ... cd capi20 rm -f lt* aclocal libtoolize --force --automake --copy automake --add-missing --copy autoconf cd .. ... -- Karsten Keil SuSE Labs ISDN development
So mach ich es momentan beim bauen der SuSE Pakete (s. i4l.spec im i4l.srpm) ... cd capi20 rm -f lt* aclocal libtoolize --force --automake --copy automake --add-missing --copy autoconf cd .. ...
Das wars. Danke, Dirk
participants (2)
-
DVornheder@t-online.de
-
Karsten Keil