You don't have libslang installed. First time I here about this library, I have no clue what it does or why piave needs it on your system, but on my system (Fedora C2) libslang is in the package slang-devel.
HTH, ROlf rpm -qi slang-devel Name : slang-devel Relocations: (not relocatable) Version : 1.4.9 Vendor: Red Hat, Inc. Release : 3.1 Build Date: Wed 03 Mar 2004 04:31:55 AM CET Install Date: Thu 20 May 2004 08:46:22 PM CEST Build Host: porky.devel.redhat.com Group : Development/Libraries Source RPM: slang-1.4.9-3.1.src.rpm Size : 1751827 License: GPL Signature : DSA/SHA1, Fri 07 May 2004 12:42:39 AM CEST, Key ID b44269d04f2a6fd2 Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://www.s-lang.org/ Summary : The static library and header files for development using S-Lang. Description : This package contains the S-Lang extension language static libraries and header files which you will need if you want to develop S-Lang based applications. Documentation which may help you write S-Lang based applications is also included. On Tuesday 01 June 2004 00:28, Will Ralphs wrote: > Firstly, my appologies if the resolution to this problem is located > somewhere I should have tracked down; reading through the mailing list > archive, and all documentation I was able to find, I was unable to locate a > resolution. > > I am attempting to compile Piave 0.2.4 for use with Kdenlive, however, am > unable to compile the actual Piave executable. > Any assistance you might offer would be greatly appreciated. > > The actual section of the compile which indicates the failure is as > follows: > > g++ -g -O2 -o .libs/piave main.o ../libpiave/.libs/libpiave.so /usr/lib/ > libSDL_image.so /usr/lib/libjpeg.so -lpng -L/usr/lib /usr/lib/libSDL.so -L/ > opt/kde3/lib /opt/kde3/lib/libartsc.so /usr/lib/libesd.so /usr/lib/ > libaudiofile.so /usr/lib/libasound.so -L/usr/X11R6/lib -lXext /usr/lib/ > libaa.so -lslang -lX11 -lgpm -ldl /usr/lib/librom1394.so /usr/lib/ > libavc1394.so /usr/lib/libraw1394.so /usr/lib/libstdc++.so /usr/lib/ > libxml2.so -lpthread -lz -lm -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath > -Wl,/ opt/kde3/lib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: > cannot find -lslang > collect2: ld returned 1 exit status > make: *** [piave] Error 1 > > The results of the configure script are: > checking whether make sets $(MAKE)... yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether NLS is requested... yes > checking for msgfmt... /usr/bin/msgfmt > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking for msgmerge... /usr/bin/msgmerge > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking for ranlib... ranlib > checking for strerror in -lcposix... no > checking how to run the C preprocessor... gcc -E > checking for egrep... grep -E > checking for ANSI C header files... yes > checking for an ANSI C-conforming const... yes > checking for inline... inline > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for off_t... yes > checking for size_t... yes > checking for working alloca.h... yes > checking for alloca... yes > checking for stdlib.h... (cached) yes > checking for unistd.h... (cached) yes > checking for getpagesize... yes > checking for working mmap... yes > checking whether we are using the GNU C Library 2.1 or newer... yes > checking whether integer division by zero raises SIGFPE... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unsigned long long... yes > checking for inttypes.h... yes > checking whether the inttypes.h PRIxNN macros are broken... no > checking for ld used by GCC... /usr/i586-suse-linux/bin/ld > checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes > checking for shared library run path origin... ./config.rpath: > ./config.rpath: No such file or directory > done > checking argz.h usability... yes > checking argz.h presence... yes > checking for argz.h... yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking nl_types.h usability... yes > checking nl_types.h presence... yes > checking for nl_types.h... yes > checking malloc.h usability... yes > checking malloc.h presence... yes > checking for malloc.h... yes > checking stddef.h usability... yes > checking stddef.h presence... yes > checking for stddef.h... yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for unistd.h... (cached) yes > checking sys/param.h usability... yes > checking sys/param.h presence... yes > checking for sys/param.h... yes > checking for feof_unlocked... yes > checking for fgets_unlocked... yes > checking for getc_unlocked... yes > checking for getcwd... yes > checking for getegid... yes > checking for geteuid... yes > checking for getgid... yes > checking for getuid... yes > checking for mempcpy... yes > checking for munmap... yes > checking for putenv... yes > checking for setenv... yes > checking for setlocale... yes > checking for stpcpy... yes > checking for strcasecmp... yes > checking for strdup... yes > checking for strtoul... yes > checking for tsearch... yes > checking for __argz_count... yes > checking for __argz_stringify... yes > checking for __argz_next... yes > checking for __fsetlocking... yes > checking for iconv... yes > checking for iconv declaration... > extern size_t iconv (iconv_t cd, char * *inbuf, size_t > *inbytesleft, char * *outbuf, size_t *outbytesleft); > checking for nl_langinfo and CODESET... yes > checking for LC_MESSAGES... yes > checking for bison... bison > checking version of bison... 1.75, ok > checking whether NLS is requested... yes > checking whether included gettext is requested... no > checking for GNU gettext in libc... yes > checking whether to use NLS... yes > checking where the gettext function comes from... libc > checking target system type... i686-pc-linux-gnu > checking whether build environment is sane... yes > checking for gawk... gawk > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking whether to enable maintainer-specific portions of Makefiles... no > checking for gcc... (cached) gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ANSI C... (cached) none needed > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking dependency style of g++... gcc3 > checking for a BSD-compatible install... /usr/bin/install -c > checking for a sed that does not truncate output... /usr/bin/sed > checking for ld used by gcc... /usr/i586-suse-linux/bin/ld > checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes > checking for /usr/i586-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 dependent libraries... pass_all > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking how to run the C++ preprocessor... g++ -E > checking for g77... no > checking for f77... no > checking for xlf... no > checking for frt... no > checking for pgf77... no > checking for fort77... no > checking for fl32... no > checking for af77... no > checking for f90... no > checking for xlf90... no > checking for pgf90... no > checking for epcf90... no > checking for f95... no > checking for fort... no > checking for xlf95... no > checking for ifc... no > checking for efc... no > checking for pgf95... no > checking for lf95... no > checking for gfortran... no > checking whether we are using the GNU Fortran 77 compiler... no > checking whether accepts -g... no > checking the maximum length of command line arguments... 32768 > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... (cached) ranlib > checking for strip... strip > checking if gcc static flag works... yes > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC > checking if gcc PIC flag -fPIC works... yes > checking if gcc supports -c -o file.o... yes > checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports > shared libraries... yes > checking whether -lc should be explicitly linked in... no > 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 > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used by g++... /usr/i586-suse-linux/bin/ld > checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes > checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports > shared libraries... yes > checking for g++ option to produce PIC... -fPIC > checking if g++ PIC flag -fPIC works... yes > checking if g++ supports -c -o file.o... yes > checking whether the g++ linker (/usr/i586-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 > appending configuration tag "F77" to libtool > checking for an ANSI C-conforming const... (cached) yes > checking for inline... (cached) inline > checking for off_t... (cached) yes > checking for size_t... (cached) yes > checking for main in -lstdc++... yes > checking for pkg-config... /usr/bin/pkg-config > checking for libxml-2.0 > 2.0.0... yes > checking LIBXML_CFLAGS... -I/usr/include/libxml2 > checking LIBXML_LIBS... -lxml2 -lpthread -lz -lm > checking libraw1394/raw1394.h usability... yes > checking libraw1394/raw1394.h presence... yes > checking for libraw1394/raw1394.h... yes > checking for raw1394_new_handle in -lraw1394... yes > checking libavc1394/avc1394.h usability... yes > checking libavc1394/avc1394.h presence... yes > checking for libavc1394/avc1394.h... yes > checking for avc1394_vcr_record in -lavc1394... yes > checking libavc1394/rom1394.h usability... yes > checking libavc1394/rom1394.h presence... yes > checking for libavc1394/rom1394.h... yes > checking for rom1394_get_node_type in -lrom1394... yes > checking for sdl-config... /usr/bin/sdl-config > checking for SDL - version >= 1.1.8... yes > checking for IMG_LoadJPG_RW in -lSDL_image... yes > checking for libdv >= 0.98... yes > checking LIBDV_CFLAGS... > checking LIBDV_LIBS... -ldv > checking for freetype-config... /usr/bin/freetype-config > checking for FreeType - version >= 9.0.0... yes > checking for artsc-config... /opt/kde3/bin/artsc-config > checking for ARTS artsc - version >= 0.9.5... yes > checking for ALSA CFLAGS... > checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread > checking for libasound headers version >= 0.9.0... found. > checking for snd_ctl_open in -lasound... yes > checking for sndfile >= 1.0... yes > checking LIBSNDFILE_CFLAGS... > checking LIBSNDFILE_LIBS... -lsndfile > checking for Vorbis... yes > configure: creating ./config.status > config.status: creating intl/Makefile > config.status: creating po/Makefile.in > config.status: creating Makefile > config.status: creating libpiave/Makefile > config.status: creating plugins/Makefile > config.status: creating plugins/effects/Makefile > config.status: creating plugins/effects/invert/Makefile > config.status: creating plugins/effects/image/Makefile > config.status: creating plugins/effects/alphablend/Makefile > config.status: creating plugins/effects/textmaster/Makefile > config.status: creating plugins/iostream/Makefile > config.status: creating plugins/iostream/rawdv/Makefile > config.status: creating plugins/iostream/sdl/Makefile > config.status: creating plugins/iostream/oss/Makefile > config.status: creating plugins/iostream/arts/Makefile > config.status: creating plugins/iostream/alsa/Makefile > config.status: creating plugins/iostream/avi/Makefile > config.status: creating plugins/iostream/ffmpeg/Makefile > config.status: creating plugins/iostream/vorbisfile/Makefile > config.status: creating plugins/iostream/sndfile/Makefile > config.status: creating piave/Makefile > config.status: creating utils/Makefile > config.status: creating Doxyfile > config.status: creating config.h > config.status: config.h is unchanged > config.status: executing default-1 commands > config.status: creating po/POTFILES > config.status: creating po/Makefile > config.status: executing depfiles commands > > + matched feature dependencies: > + > + libdv > + libfreetype2 > + arts > + alsa > + libsndfile > + libvorbis > > - unmatched feature dependencies: > - > > If you have unmatched feature dependencies, piave will still build > and run. However, some plugins/features may not be available. > > PIAVE will be installed to: /usr/local/lib > PIAVE plugins will be installed to: /usr/local/lib/piave/plugins > Now run: make > > re:4485: $? = 0 > configure:4489: test -z > > || test ! -s conftest.err > > configure:4492: $? = 0 > configure:4495: test -s conftest > configure:4498: $? = 0 > configure:4510: result: yes > configure:4520: checking for working mmap > configure:4662: gcc -o conftest -g -O2 conftest.c >&5 > configure:4665: $? = 0 > configure:4667: ./conftest > configure:4670: $? = 0 > configure:4684: result: yes > configure:4696: checking whether we are using the GNU C Library 2.1 or > newer configure:4727: result: yes > configure:4735: checking whether integer division by zero raises SIGFPE > configure:4797: gcc -o conftest -g -O2 conftest.c >&5 > conftest.c:43: warning: built-in function `nan' declared as non-function > configure:4800: $? = 0 > configure:4802: ./conftest > configure:4805: $? = 0 > configure:4820: result: yes > configure:4833: checking for inttypes.h > configure:4855: gcc -c -g -O2 conftest.c >&5 > configure:4861: $? = 0 > configure:4865: test -z > > || test ! -s conftest.err > > configure:4868: $? = 0 > configure:4871: test -s conftest.o > configure:4874: $? = 0 > configure:4885: result: yes > configure:4896: checking for stdint.h > configure:4918: gcc -c -g -O2 conftest.c >&5 > configure:4924: $? = 0 > configure:4928: test -z > > || test ! -s conftest.err > > configure:4931: $? = 0 > configure:4934: test -s conftest.o > configure:4937: $? = 0 > configure:4948: result: yes > configure:4959: checking for unsigned long long > configure:4981: gcc -o conftest -g -O2 conftest.c >&5 > configure:4987: $? = 0 > configure:4991: test -z > > || test ! -s conftest.err > > configure:4994: $? = 0 > configure:4997: test -s conftest > configure:5000: $? = 0 > configure:5012: result: yes > configure:5044: checking for inttypes.h > configure:5067: gcc -c -g -O2 conftest.c >&5 > configure:5073: $? = 0 > configure:5077: test -z > > || test ! -s conftest.err > > configure:5080: $? = 0 > configure:5083: test -s conftest.o > configure:5086: $? = 0 > configure:5098: result: yes > configure:5111: checking whether the inttypes.h PRIxNN macros are broken > configure:5137: gcc -c -g -O2 conftest.c >&5 > configure:5143: $? = 0 > configure:5147: test -z > > || test ! -s conftest.err > > configure:5150: $? = 0 > configure:5153: test -s conftest.o > configure:5156: $? = 0 > configure:5168: result: no > configure:5219: checking for ld used by GCC > configure:5282: result: /usr/i586-suse-linux/bin/ld > configure:5291: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU > ld GNU ld version 2.14.90.0.5 20030722 (SuSE Linux) > configure:5303: result: yes > configure:5309: checking for shared library run path origin > configure:5322: result: done > configure:5748: checking argz.h usability > configure:5760: gcc -c -g -O2 conftest.c >&5 > configure:5766: $? = 0 > configure:5770: test -z > > || test ! -s conftest.err > > configure:5773: $? = 0 > configure:5776: test -s conftest.o > configure:5779: $? = 0 > configure:5789: result: yes > configure:5793: checking argz.h presence > configure:5803: gcc -E conftest.c > configure:5809: $? = 0 > configure:5829: result: yes > configure:5864: checking for argz.h > configure:5871: result: yes > configure:5748: checking limits.h usability > configure:5760: gcc -c -g -O2 conftest.c >&5 > configure:5766: $? = 0 > configure:5770: test -z > > || test ! -s conftest.err > > configure:5773: $? = 0 > configure:5776: test -s conftest.o > configure:5779: $? = 0 > configure:5789: result: yes > configure:5793: checking limits.h presence > configure:5803: gcc -E conftest.c > configure:5809: $? = 0 > configure:5829: result: yes > configure:5864: checking for limits.h > configure:5871: result: yes > configure:5748: checking locale.h usability > configure:5760: gcc -c -g -O2 conftest.c >&5 > configure:5766: $? = 0 > configure:5770: test -z > > || test ! -s conftest.err > > configure:5773: $? = 0 > configure:5776: test -s conftest.o > configure:5779: $? = 0 > configure:5789: result: yes > configure:5793: checking locale.h presence > configure:5803: gcc -E conftest.c > configure:5809: $? = 0 > configure:5829: result: yes > configure:5864: checking for locale.h > configure:5871: result: yes > configure:5748: checking nl_types.h usability > configure:5760: gcc -c -g -O2 conftest.c >&5 > configure:5766: $? = 0 > configure:5770: test -z > > || test ! -s conftest.err > > configure:5773: $? = 0 > configure:5776: test -s conftest.o > configure:5779: $? = 0 > configure:5789: result: yes > configure:5793: checking nl_types.h presence > configure:5803: gcc -E conftest.c > configure:5809: $? = 0 > configure:5829: result: yes > configure:5864: checking for nl_types.h > configure:5871: result: yes > configure:5748: checking malloc.h usability > configure:5760: gcc -c -g -O2 conftest.c >&5 > configure:5766: $? = 0 > configure:5770: test -z > > || test ! -s conftest.err > > configure:5773: $? = 0 > configure:5776: test -s conftest.o > configure:5779: $? = 0 > configure:5789: result: yes > configure:5793: checking malloc.h presence > configure:5803: gcc -E conftest.c > configure:5809: $? = 0 > configure:5829: result: yes > configure:5864: checking for malloc.h > configure:5871: result: yes > configure:5748: checking stddef.h usability > configure:5760: gcc -c -g -O2 conftest.c >&5 > configure:5766: $? = 0 > configure:5770: test -z > > || test ! -s conftest.err > > configure:5773: $? = 0 > configure:5776: test -s conftest.o > configure:5779: $? = 0 > configure:5789: result: yes > configure:5793: checking stddef.h presence > configure:5803: gcc -E conftest.c > configure:5809: $? = 0 > configure:5829: result: yes > configure:5864: checking for stddef.h > configure:5871: result: yes > configure:5739: checking for stdlib.h > configure:5744: result: yes > configure:5739: checking for string.h > configure:5744: result: yes > configure:5739: checking for unistd.h > configure:5744: result: yes > configure:5748: checking sys/param.h usability > configure:5760: gcc -c -g -O2 conftest.c >&5 > configure:5766: $? = 0 > configure:5770: test -z > > || test ! -s conftest.err > > configure:5773: $? = 0 > configure:5776: test -s conftest.o > configure:5779: $? = 0 > configure:5789: result: yes > configure:5793: checking sys/param.h presence > configure:5803: gcc -E conftest.c > configure:5809: $? = 0 > configure:5829: result: yes > configure:5864: checking for sys/param.h > configure:5871: result: yes > configure:5912: checking for feof_unlocked > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for fgets_unlocked > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for getc_unlocked > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for getcwd > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for getegid > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for geteuid > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for getgid > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for getuid > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for mempcpy > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for munmap > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for putenv > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for setenv > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for setlocale > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for stpcpy > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for strcasecmp > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for strdup > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for strtoul > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for tsearch > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for __argz_count > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for __argz_stringify > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for __argz_next > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:5912: checking for __fsetlocking > configure:5969: gcc -o conftest -g -O2 conftest.c >&5 > configure:5975: $? = 0 > configure:5979: test -z > > || test ! -s conftest.err > > configure:5982: $? = 0 > configure:5985: test -s conftest > configure:5988: $? = 0 > configure:6000: result: yes > configure:6041: checking for iconv > configure:6068: gcc -o conftest -g -O2 conftest.c >&5 > configure:6074: $? = 0 > configure:6078: test -z > > || test ! -s conftest.err > > configure:6081: $? = 0 > configure:6084: test -s conftest > configure:6087: $? = 0 > configure:6153: result: yes > configure:6176: checking for iconv declaration > configure:6210: gcc -c -g -O2 conftest.c >&5 > configure:6216: $? = 0 > configure:6220: test -z > > || test ! -s conftest.err > > configure:6223: $? = 0 > configure:6226: test -s conftest.o > configure:6229: $? = 0 > configure:6244: result: > extern size_t iconv (iconv_t cd, char * *inbuf, size_t > *inbytesleft, char * *outbuf, size_t *outbytesleft); > configure:6255: checking for nl_langinfo and CODESET > configure:6276: gcc -o conftest -g -O2 conftest.c >&5 > configure:6282: $? = 0 > configure:6286: test -z > > || test ! -s conftest.err > > configure:6289: $? = 0 > configure:6292: test -s conftest > configure:6295: $? = 0 > configure:6308: result: yes > configure:6320: checking for LC_MESSAGES > configure:6341: gcc -o conftest -g -O2 conftest.c >&5 > configure:6347: $? = 0 > configure:6351: test -z > > || test ! -s conftest.err > > configure:6354: $? = 0 > configure:6357: test -s conftest > configure:6360: $? = 0 > configure:6372: result: yes > configure:6388: checking for bison > configure:6404: found /usr/bin/bison > configure:6414: result: bison > configure:6427: checking version of bison > configure:6436: result: 1.75, ok > configure:6458: checking whether NLS is requested > configure:6467: result: yes > configure:6483: checking whether included gettext is requested > configure:6493: result: no > configure:6504: checking for GNU gettext in libc > configure:6528: gcc -o conftest -g -O2 conftest.c >&5 > configure:6534: $? = 0 > configure:6538: test -z > > || test ! -s conftest.err > > configure:6541: $? = 0 > configure:6544: test -s conftest > configure:6547: $? = 0 > configure:6559: result: yes > configure:7112: checking whether to use NLS > configure:7114: result: yes > configure:7117: checking where the gettext function comes from > configure:7128: result: libc > configure:7222: checking target system type > configure:7236: result: i686-pc-linux-gnu > configure:7252: checking whether build environment is sane > configure:7295: result: yes > configure:7328: checking for gawk > configure:7344: found /usr/bin/gawk > configure:7354: result: gawk > configure:7385: checking for style of include used by make > configure:7413: result: GNU > configure:7585: checking dependency style of gcc > configure:7668: result: gcc3 > configure:7686: checking whether to enable maintainer-specific portions of > Makefiles > configure:7695: result: no > configure:7760: checking for gcc > configure:7786: result: gcc > configure:8030: checking for C compiler version > configure:8033: gcc --version </dev/null >&5 > gcc (GCC) 3.3.1 (SuSE Linux) > Copyright (C) 2003 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > configure:8036: $? = 0 > configure:8038: gcc -v </dev/null >&5 > Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs > Configured with: ../configure --enable-threads=posix --prefix=/usr > --with-local-prefix=/usr/local --infodir=/usr/share/info > --mandir=/usr/share/ man --libdir=/usr/lib > --enable-languages=c,c++,f77,objc,java,ada > --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ > --with-slibdir=/lib --with-system-zlib --enable-shared > --enable-__cxa_atexit i586-suse-linux > Thread model: posix > gcc version 3.3.1 (SuSE Linux) > configure:8041: $? = 0 > configure:8043: gcc -V </dev/null >&5 > gcc: `-V' option must have argument > configure:8046: $? = 1 > configure:8049: checking whether we are using the GNU C compiler > configure:8105: result: yes > configure:8111: checking whether gcc accepts -g > configure:8162: result: yes > configure:8179: checking for gcc option to accept ANSI C > configure:8286: result: none needed > configure:8304: gcc -c -g -O2 conftest.c >&5 > conftest.c:2: error: parse error before "me" > configure:8310: $? = 1 > > configure: failed program was: > | #ifndef __cplusplus > | choke me > | #endif > > configure:8495: checking for g++ > configure:8511: found /usr/bin/g++ > configure:8521: result: g++ > configure:8537: checking for C++ compiler version > configure:8540: g++ --version </dev/null >&5 > g++ (GCC) 3.3.1 (SuSE Linux) > Copyright (C) 2003 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > configure:8543: $? = 0 > configure:8545: g++ -v </dev/null >&5 > Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs > Configured with: ../configure --enable-threads=posix --prefix=/usr > --with-local-prefix=/usr/local --infodir=/usr/share/info > --mandir=/usr/share/ man --libdir=/usr/lib > --enable-languages=c,c++,f77,objc,java,ada > --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ > --with-slibdir=/lib --with-system-zlib --enable-shared > --enable-__cxa_atexit i586-suse-linux > Thread model: posix > gcc version 3.3.1 (SuSE Linux) > configure:8548: $? = 0 > configure:8550: g++ -V </dev/null >&5 > g++: `-V' option must have argument > configure:8553: $? = 1 > configure:8556: checking whether we are using the GNU C++ compiler > configure:8580: g++ -c conftest.cc >&5 > configure:8586: $? = 0 > configure:8590: test -z > > || test ! -s conftest.err > > configure:8593: $? = 0 > configure:8596: test -s conftest.o > configure:8599: $? = 0 > configure:8612: result: yes > configure:8618: checking whether g++ accepts -g > configure:8639: g++ -c -g conftest.cc >&5 > configure:8645: $? = 0 > configure:8649: test -z > > || test ! -s conftest.err > > configure:8652: $? = 0 > configure:8655: test -s conftest.o > configure:8658: $? = 0 > configure:8669: result: yes > configure:8711: g++ -c -g -O2 conftest.cc >&5 > configure:8717: $? = 0 > configure:8721: test -z > > || test ! -s conftest.err > > configure:8724: $? = 0 > configure:8727: test -s conftest.o > configure:8730: $? = 0 > configure:8756: g++ -c -g -O2 conftest.cc >&5 > conftest.cc: In function `int main()': > conftest.cc:76: error: `exit' undeclared (first use this function) > conftest.cc:76: error: (Each undeclared identifier is reported only once > for each function it appears in.) > configure:8762: $? = 1 > > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_ALLOCA_H 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_GETPAGESIZE 1 > | #define HAVE_MMAP 1 > | #define INTDIV0_RAISES_SIGFPE 1 > | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 > | #define HAVE_STDINT_H_WITH_UINTMAX 1 > | #define HAVE_UNSIGNED_LONG_LONG 1 > | #define HAVE_UINTMAX_T 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_ARGZ_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_NL_TYPES_H 1 > | #define HAVE_MALLOC_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_PARAM_H 1 > | #define HAVE_FEOF_UNLOCKED 1 > | #define HAVE_FGETS_UNLOCKED 1 > | #define HAVE_GETC_UNLOCKED 1 > | #define HAVE_GETCWD 1 > | #define HAVE_GETEGID 1 > | #define HAVE_GETEUID 1 > | #define HAVE_GETGID 1 > | #define HAVE_GETUID 1 > | #define HAVE_MEMPCPY 1 > | #define HAVE_MUNMAP 1 > | #define HAVE_PUTENV 1 > | #define HAVE_SETENV 1 > | #define HAVE_SETLOCALE 1 > | #define HAVE_STPCPY 1 > | #define HAVE_STRCASECMP 1 > | #define HAVE_STRDUP 1 > | #define HAVE_STRTOUL 1 > | #define HAVE_TSEARCH 1 > | #define HAVE___ARGZ_COUNT 1 > | #define HAVE___ARGZ_STRINGIFY 1 > | #define HAVE___ARGZ_NEXT 1 > | #define HAVE___FSETLOCKING 1 > | #define HAVE_ICONV 1 > | #define ICONV_CONST > | #define HAVE_LANGINFO_CODESET 1 > | #define HAVE_LC_MESSAGES 1 > | #define ENABLE_NLS 1 > | #define HAVE_GETTEXT 1 > | #define HAVE_DCGETTEXT 1 > | #define PACKAGE "piave" > | #define VERSION "0.2.4" > | /* end confdefs.h. */ > | > | int > | main () > | { > | exit (42); > | ; > | return 0; > | } > > configure:8711: g++ -c -g -O2 conftest.cc >&5 > configure:8717: $? = 0 > configure:8721: test -z > > || test ! -s conftest.err > > configure:8724: $? = 0 > configure:8727: test -s conftest.o > configure:8730: $? = 0 > configure:8756: g++ -c -g -O2 conftest.cc >&5 > configure:8762: $? = 0 > configure:8766: test -z > > || test ! -s conftest.err > > configure:8769: $? = 0 > configure:8772: test -s conftest.o > configure:8775: $? = 0 > configure:8800: checking dependency style of g++ > configure:8883: result: gcc3 > configure:8913: checking for a BSD-compatible install > configure:8968: result: /usr/bin/install -c > configure:9051: checking for a sed that does not truncate output > configure:9105: result: /usr/bin/sed > configure:9119: checking for ld used by gcc > configure:9186: result: /usr/i586-suse-linux/bin/ld > configure:9195: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU > ld configure:9210: result: yes > configure:9215: checking for /usr/i586-suse-linux/bin/ld option to reload > object files > configure:9222: result: -r > configure:9231: checking for BSD-compatible nm > configure:9273: result: /usr/bin/nm -B > configure:9277: checking whether ln -s works > configure:9281: result: yes > configure:9288: checking how to recognise dependent libraries > configure:9488: result: pass_all > configure:9710: checking dlfcn.h usability > configure:9722: gcc -c -g -O2 conftest.c >&5 > configure:9728: $? = 0 > configure:9732: test -z > > || test ! -s conftest.err > > configure:9735: $? = 0 > configure:9738: test -s conftest.o > configure:9741: $? = 0 > configure:9751: result: yes > configure:9755: checking dlfcn.h presence > configure:9765: gcc -E conftest.c > configure:9771: $? = 0 > configure:9791: result: yes > configure:9826: checking for dlfcn.h > configure:9833: result: yes > configure:9851: checking how to run the C++ preprocessor > configure:9882: g++ -E conftest.cc > configure:9888: $? = 0 > configure:9920: g++ -E conftest.cc > conftest.cc:76:28: ac_nonexistent.h: No such file or directory > configure:9926: $? = 1 > > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_ALLOCA_H 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_GETPAGESIZE 1 > | #define HAVE_MMAP 1 > | #define INTDIV0_RAISES_SIGFPE 1 > | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 > | #define HAVE_STDINT_H_WITH_UINTMAX 1 > | #define HAVE_UNSIGNED_LONG_LONG 1 > | #define HAVE_UINTMAX_T 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_ARGZ_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_NL_TYPES_H 1 > | #define HAVE_MALLOC_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_PARAM_H 1 > | #define HAVE_FEOF_UNLOCKED 1 > | #define HAVE_FGETS_UNLOCKED 1 > | #define HAVE_GETC_UNLOCKED 1 > | #define HAVE_GETCWD 1 > | #define HAVE_GETEGID 1 > | #define HAVE_GETEUID 1 > | #define HAVE_GETGID 1 > | #define HAVE_GETUID 1 > | #define HAVE_MEMPCPY 1 > | #define HAVE_MUNMAP 1 > | #define HAVE_PUTENV 1 > | #define HAVE_SETENV 1 > | #define HAVE_SETLOCALE 1 > | #define HAVE_STPCPY 1 > | #define HAVE_STRCASECMP 1 > | #define HAVE_STRDUP 1 > | #define HAVE_STRTOUL 1 > | #define HAVE_TSEARCH 1 > | #define HAVE___ARGZ_COUNT 1 > | #define HAVE___ARGZ_STRINGIFY 1 > | #define HAVE___ARGZ_NEXT 1 > | #define HAVE___FSETLOCKING 1 > | #define HAVE_ICONV 1 > | #define ICONV_CONST > | #define HAVE_LANGINFO_CODESET 1 > | #define HAVE_LC_MESSAGES 1 > | #define ENABLE_NLS 1 > | #define HAVE_GETTEXT 1 > | #define HAVE_DCGETTEXT 1 > | #define PACKAGE "piave" > | #define VERSION "0.2.4" > | #ifdef __cplusplus > | extern "C" void std::exit (int) throw (); using std::exit; > | #endif > | #define HAVE_DLFCN_H 1 > | /* end confdefs.h. */ > | #include <ac_nonexistent.h> > > configure:9965: result: g++ -E > configure:9989: g++ -E conftest.cc > configure:9995: $? = 0 > configure:10027: g++ -E conftest.cc > conftest.cc:76:28: ac_nonexistent.h: No such file or directory > configure:10033: $? = 1 > > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_ALLOCA_H 1 > | #define HAVE_ALLOCA 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_GETPAGESIZE 1 > | #define HAVE_MMAP 1 > | #define INTDIV0_RAISES_SIGFPE 1 > | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 > | #define HAVE_STDINT_H_WITH_UINTMAX 1 > | #define HAVE_UNSIGNED_LONG_LONG 1 > | #define HAVE_UINTMAX_T 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_ARGZ_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_NL_TYPES_H 1 > | #define HAVE_MALLOC_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_PARAM_H 1 > | #define HAVE_FEOF_UNLOCKED 1 > | #define HAVE_FGETS_UNLOCKED 1 > | #define HAVE_GETC_UNLOCKED 1 > | #define HAVE_GETCWD 1 > | #define HAVE_GETEGID 1 > | #define HAVE_GETEUID 1 > | #define HAVE_GETGID 1 > | #define HAVE_GETUID 1 > | #define HAVE_MEMPCPY 1 > | #define HAVE_MUNMAP 1 > | #define HAVE_PUTENV 1 > | #define HAVE_SETENV 1 > | #define HAVE_SETLOCALE 1 > | #define HAVE_STPCPY 1 > | #define HAVE_STRCASECMP 1 > | #define HAVE_STRDUP 1 > | #define HAVE_STRTOUL 1 > | #define HAVE_TSEARCH 1 > | #define HAVE___ARGZ_COUNT 1 > | #define HAVE___ARGZ_STRINGIFY 1 > | #define HAVE___ARGZ_NEXT 1 > | #define HAVE___FSETLOCKING 1 > | #define HAVE_ICONV 1 > | #define ICONV_CONST > | #define HAVE_LANGINFO_CODESET 1 > | #define HAVE_LC_MESSAGES 1 > | #define ENABLE_NLS 1 > | #define HAVE_GETTEXT 1 > | #define HAVE_DCGETTEXT 1 > | #define PACKAGE "piave" > | #define VERSION "0.2.4" > | #ifdef __cplusplus > | extern "C" void std::exit (int) throw (); using std::exit; > | #endif > | #define HAVE_DLFCN_H 1 > | /* end confdefs.h. */ > | #include <ac_nonexistent.h> > > configure:10128: checking for g77 > configure:10157: result: no > configure:10128: checking for f77 > configure:10157: result: no > configure:10128: checking for xlf > configure:10157: result: no > configure:10128: checking for frt > configure:10157: result: no > configure:10128: checking for pgf77 > configure:10157: result: no > configure:10128: checking for fort77 > configure:10157: result: no > configure:10128: checking for fl32 > configure:10157: result: no > configure:10128: checking for af77 > configure:10157: result: no > configure:10128: checking for f90 > configure:10157: result: no > configure:10128: checking for xlf90 > configure:10157: result: no > configure:10128: checking for pgf90 > configure:10157: result: no > configure:10128: checking for epcf90 > configure:10157: result: no > configure:10128: checking for f95 > configure:10157: result: no > configure:10128: checking for fort > configure:10157: result: no > configure:10128: checking for xlf95 > configure:10157: result: no > configure:10128: checking for ifc > configure:10157: result: no > configure:10128: checking for efc > configure:10157: result: no > configure:10128: checking for pgf95 > configure:10157: result: no > configure:10128: checking for lf95 > configure:10157: result: no > configure:10128: checking for gfortran > configure:10157: result: no > configure:10172: checking for Fortran 77 compiler version > configure:10172: --version </dev/null >&5 > ./configure: line 1: --version: command not found > configure:10175: $? = 127 > configure:10177: -v </dev/null >&5 > ./configure: line 1: -v: command not found > configure:10180: $? = 127 > configure:10182: -V </dev/null >&5 > ./configure: line 1: -V: command not found > configure:10185: $? = 127 > configure:10193: checking whether we are using the GNU Fortran 77 compiler > configure:10207: -c conftest.F >&5 > ./configure: line 1: -c: command not found > configure:10213: $? = 127 > > configure: failed program was: > | program main > | #ifndef __GNUC__ > | choke me > | #endif > | > | end > > configure:10239: result: no > configure:10245: checking whether accepts -g > configure:10257: -c -g conftest.f >&5 > ./configure: line 1: -c: command not found > configure:10263: $? = 127 > > configure: failed program was: > | program main > | > | end > > configure:10288: result: no > configure:10318: checking the maximum length of command line arguments > configure:10377: result: 32768 > configure:10388: checking command to parse /usr/bin/nm -B output from gcc > object > configure:10477: gcc -c -g -O2 conftest.c >&5 > configure:10480: $? = 0 > configure:10484: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ] > \([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ > ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 > \2\3 \3/p' \> conftest.nm > configure:10487: $? = 0 > configure:10539: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 > configure:10542: $? = 0 > configure:10580: result: ok > configure:10584: checking for objdir > configure:10599: result: .libs > configure:10689: checking for ar > configure:10705: found /usr/bin/ar > configure:10716: result: ar > configure:10769: checking for ranlib > configure:10796: result: ranlib > configure:10849: checking for strip > configure:10865: found /usr/bin/strip > configure:10876: result: strip > configure:11138: checking if gcc static flag works > configure:11161: result: yes > configure:11178: checking if gcc supports -fno-rtti -fno-exceptions > configure:11199: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 > cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC > configure:11203: $? = 0 > configure:11211: result: no > configure:11226: checking for gcc option to produce PIC > configure:11403: result: -fPIC > configure:11410: checking if gcc PIC flag -fPIC works > configure:11431: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 > configure:11435: $? = 0 > configure:11443: result: yes > configure:11467: checking if gcc supports -c -o file.o > configure:11498: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 > configure:11502: $? = 0 > configure:11516: result: yes > configure:11542: checking whether the gcc linker > (/usr/i586-suse-linux/bin/ld) supports shared libraries > configure:12381: result: yes > configure:12407: checking whether -lc should be explicitly linked in > configure:12412: gcc -c -g -O2 conftest.c >&5 > configure:12415: $? = 0 > configure:12429: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o > conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > configure:12432: $? = 0 > configure:12444: result: no > configure:12452: checking how to hardcode library paths into programs > configure:12477: result: immediate > configure:12491: checking whether stripping libraries is possible > configure:12496: result: yes > configure:12518: checking dynamic linker characteristics > configure:13053: result: GNU/Linux ld.so > configure:13865: checking if libtool supports shared libraries > configure:13867: result: yes > configure:13870: checking whether to build shared libraries > configure:13919: result: yes > configure:13922: checking whether to build static libraries > configure:13926: result: yes > configure:14017: creating libtool > configure:14561: checking for ld used by g++ > configure:14628: result: /usr/i586-suse-linux/bin/ld > configure:14637: checking if the linker (/usr/i586-suse-linux/bin/ld) is > GNU ld > configure:14652: result: yes > configure:14703: checking whether the g++ linker > (/usr/i586-suse-linux/bin/ld) supports shared libraries > configure:15518: result: yes > configure:15536: g++ -c -g -O2 conftest.cc >&5 > configure:15539: $? = 0 > configure:15635: checking for g++ option to produce PIC > configure:15887: result: -fPIC > configure:15894: checking if g++ PIC flag -fPIC works > configure:15915: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 > configure:15919: $? = 0 > configure:15927: result: yes > configure:15951: checking if g++ supports -c -o file.o > configure:15982: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 > configure:15986: $? = 0 > configure:16000: result: yes > configure:16026: checking whether the g++ linker > (/usr/i586-suse-linux/bin/ld) supports shared libraries > configure:16051: result: yes > configure:16122: checking how to hardcode library paths into programs > configure:16147: result: immediate > configure:16161: checking whether stripping libraries is possible > configure:16166: result: yes > configure:16188: checking dynamic linker characteristics > configure:16723: result: GNU/Linux ld.so > configure:23902: checking for an ANSI C-conforming const > configure:23999: result: yes > configure:24009: checking for inline > configure:24061: result: inline > configure:24080: checking for off_t > configure:24134: result: yes > configure:24146: checking for size_t > configure:24200: result: yes > configure:24214: checking for main in -lstdc++ > configure:24238: gcc -o conftest -g -O2 conftest.c -lstdc++ >&5 > configure:24244: $? = 0 > configure:24248: test -z > > || test ! -s conftest.err > > configure:24251: $? = 0 > configure:24254: test -s conftest > configure:24257: $? = 0 > configure:24270: result: yes > configure:24294: checking for pkg-config > configure:24312: found /usr/bin/pkg-config > configure:24325: result: /usr/bin/pkg-config > configure:24342: checking for libxml-2.0 > 2.0.0 > configure:24346: result: yes > configure:24350: checking LIBXML_CFLAGS > configure:24353: result: -I/usr/include/libxml2 > configure:24356: checking LIBXML_LIBS > configure:24359: result: -lxml2 -lpthread -lz -lm > configure:24428: checking libraw1394/raw1394.h usability > configure:24440: gcc -c -g -O2 conftest.c >&5 > configure:24446: $? = 0 > configure:24450: test -z > > || test ! -s conftest.err > > configure:24453: $? = 0 > configure:24456: test -s conftest.o > configure:24459: $? = 0 > configure:24469: result: yes > configure:24473: checking libraw1394/raw1394.h presence > configure:24483: gcc -E conftest.c > configure:24489: $? = 0 > configure:24509: result: yes > configure:24544: checking for libraw1394/raw1394.h > configure:24551: result: yes > configure:24560: checking for raw1394_new_handle in -lraw1394 > configure:24590: gcc -o conftest -g -O2 conftest.c -lraw1394 -lstdc++ > >&5 configure:24596: $? = 0 > configure:24600: test -z > > || test ! -s conftest.err > > configure:24603: $? = 0 > configure:24606: test -s conftest > configure:24609: $? = 0 > configure:24622: result: yes > configure:24657: checking libavc1394/avc1394.h usability > configure:24669: gcc -c -g -O2 conftest.c >&5 > configure:24675: $? = 0 > configure:24679: test -z > > || test ! -s conftest.err > > configure:24682: $? = 0 > configure:24685: test -s conftest.o > configure:24688: $? = 0 > configure:24698: result: yes > configure:24702: checking libavc1394/avc1394.h presence > configure:24712: gcc -E conftest.c > configure:24718: $? = 0 > configure:24738: result: yes > configure:24773: checking for libavc1394/avc1394.h > configure:24780: result: yes > configure:24795: checking for avc1394_vcr_record in -lavc1394 > configure:24825: gcc -o conftest -g -O2 conftest.c -lavc1394 -lraw1394 > -lstdc++ >&5 > configure:24831: $? = 0 > configure:24835: test -z > > || test ! -s conftest.err > > configure:24838: $? = 0 > configure:24841: test -s conftest > configure:24844: $? = 0 > configure:24857: result: yes > configure:24883: checking libavc1394/rom1394.h usability > configure:24895: gcc -c -g -O2 conftest.c >&5 > configure:24901: $? = 0 > configure:24905: test -z > > || test ! -s conftest.err > > configure:24908: $? = 0 > configure:24911: test -s conftest.o > configure:24914: $? = 0 > configure:24924: result: yes > configure:24928: checking libavc1394/rom1394.h presence > configure:24938: gcc -E conftest.c > configure:24944: $? = 0 > configure:24964: result: yes > configure:24999: checking for libavc1394/rom1394.h > configure:25006: result: yes > configure:25021: checking for rom1394_get_node_type in -lrom1394 > configure:25051: gcc -o conftest -g -O2 conftest.c -lrom1394 -lavc1394 > -lraw1394 -lstdc++ >&5 > configure:25057: $? = 0 > configure:25061: test -z > > || test ! -s conftest.err > > configure:25064: $? = 0 > configure:25067: test -s conftest > configure:25070: $? = 0 > configure:25083: result: yes > configure:25142: checking for sdl-config > configure:25160: found /usr/bin/sdl-config > configure:25173: result: /usr/bin/sdl-config > configure:25181: checking for SDL - version >= 1.1.8 > configure:25273: gcc -o conftest -g -O2 -I/usr/include/SDL -D_REENTRANT > conftest.c -lrom1394 -lavc1394 -lraw1394 -lstdc++ -L/usr/lib -Wl,-rpath,/ > usr/lib -lSDL -lpthread >&5 > configure:25276: $? = 0 > configure:25278: ./conftest > configure:25281: $? = 0 > configure:25300: result: yes > configure:25401: checking for IMG_LoadJPG_RW in -lSDL_image > configure:25431: gcc -o conftest -g -O2 conftest.c -lSDL_image -lrom1394 > -lavc1394 -lraw1394 -lstdc++ >&5 > configure:25437: $? = 0 > configure:25441: test -z > > || test ! -s conftest.err > > configure:25444: $? = 0 > configure:25447: test -s conftest > configure:25450: $? = 0 > configure:25463: result: yes > configure:25535: checking for libdv >= 0.98 > configure:25539: result: yes > configure:25543: checking LIBDV_CFLAGS > configure:25546: result: > configure:25549: checking LIBDV_LIBS > configure:25552: result: -ldv > configure:25634: checking for freetype-config > configure:25652: found /usr/bin/freetype-config > configure:25665: result: /usr/bin/freetype-config > configure:25674: checking for FreeType - version >= 9.0.0 > configure:25752: gcc -o conftest -g -O2 -I/usr/include/freetype2 > conftest.c -lfreetype -lSDL_image -lrom1394 -lavc1394 -lraw1394 -lstdc++ > >&5 configure:25755: $? = 0 > configure:25757: ./conftest > configure:25760: $? = 0 > configure:25779: result: yes > configure:25901: checking for artsc-config > configure:25919: found /opt/kde3/bin/artsc-config > configure:25932: result: /opt/kde3/bin/artsc-config > configure:25940: checking for ARTS artsc - version >= 0.9.5 > configure:26041: g++ -o conftest -g -O2 -I/opt/kde3/include/arts > conftest.cc -lSDL_image -lrom1394 -lavc1394 -lraw1394 -lstdc++ >&5 > configure:26044: $? = 0 > configure:26046: ./conftest > configure:26049: $? = 0 > configure:26077: result: yes > configure:26215: checking for ALSA CFLAGS > configure:26221: result: > configure:26224: checking for ALSA LDFLAGS > configure:26237: result: -lasound -lm -ldl -lpthread > configure:26241: checking for libasound headers version >= 0.9.0 > configure:26309: gcc -c -g -O2 -I/opt/kde3/include/arts conftest.c >&5 > configure:26315: $? = 0 > configure:26319: test -z > > || test ! -s conftest.err > > configure:26322: $? = 0 > configure:26325: test -s conftest.o > configure:26328: $? = 0 > configure:26330: result: found. > configure:26352: checking for snd_ctl_open in -lasound > configure:26382: gcc -o conftest -g -O2 -I/opt/kde3/include/arts > conftest.c -lasound -lasound -lm -ldl -lpthread -lSDL_image -lrom1394 > -lavc1394 -lraw1394 -lstdc++ >&5 > configure:26388: $? = 0 > configure:26392: test -z > > || test ! -s conftest.err > > configure:26395: $? = 0 > configure:26398: test -s conftest > configure:26401: $? = 0 > configure:26414: result: yes > configure:26520: checking for sndfile >= 1.0 > configure:26524: result: yes > configure:26528: checking LIBSNDFILE_CFLAGS > configure:26531: result: > configure:26534: checking LIBSNDFILE_LIBS > configure:26537: result: -lsndfile > configure:26634: checking for Vorbis > configure:26680: gcc -o conftest -g -O2 -I/opt/kde3/include/arts > conftest.c -lasound -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 > -lraw1394 -lstdc++ -L${exec_prefix}/lib -lvorbis -lm -lvorbisenc >&5 > configure:26683: $? = 0 > configure:26685: ./conftest > configure:26688: $? = 0 > configure:26706: result: yes > configure:26983: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.59. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on laptop > > config.status:817: creating intl/Makefile > config.status:817: creating po/Makefile.in > config.status:817: creating Makefile > config.status:817: creating libpiave/Makefile > config.status:817: creating plugins/Makefile > config.status:817: creating plugins/effects/Makefile > config.status:817: creating plugins/effects/invert/Makefile > config.status:817: creating plugins/effects/image/Makefile > config.status:817: creating plugins/effects/alphablend/Makefile > config.status:817: creating plugins/effects/textmaster/Makefile > config.status:817: creating plugins/iostream/Makefile > config.status:817: creating plugins/iostream/rawdv/Makefile > config.status:817: creating plugins/iostream/sdl/Makefile > config.status:817: creating plugins/iostream/oss/Makefile > config.status:817: creating plugins/iostream/arts/Makefile > config.status:817: creating plugins/iostream/alsa/Makefile > config.status:817: creating plugins/iostream/avi/Makefile > config.status:817: creating plugins/iostream/ffmpeg/Makefile > config.status:817: creating plugins/iostream/vorbisfile/Makefile > config.status:817: creating plugins/iostream/sndfile/Makefile > config.status:817: creating piave/Makefile > config.status:817: creating utils/Makefile > config.status:817: creating Doxyfile > config.status:921: creating config.h > config.status:1185: config.h is unchanged > config.status:1365: executing default-1 commands > config.status:1365: executing depfiles commands > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=i686-pc-linux-gnu > ac_cv_build_alias=i686-pc-linux-gnu > ac_cv_c_compiler_gnu=yes > ac_cv_c_const=yes > ac_cv_c_inline=inline > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CC_set= > ac_cv_env_CC_value= > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CPP_set= > ac_cv_env_CPP_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_value= > ac_cv_env_F77_set= > ac_cv_env_F77_value= > ac_cv_env_FFLAGS_set= > ac_cv_env_FFLAGS_value= > ac_cv_env_LDFLAGS_set= > ac_cv_env_LDFLAGS_value= > ac_cv_env_build_alias_set= > ac_cv_env_build_alias_value= > ac_cv_env_host_alias_set= > ac_cv_env_host_alias_value= > ac_cv_env_target_alias_set= > ac_cv_env_target_alias_value= > ac_cv_exeext= > ac_cv_f77_compiler_gnu=no > ac_cv_func___argz_count=yes > ac_cv_func___argz_next=yes > ac_cv_func___argz_stringify=yes > ac_cv_func___fsetlocking=yes > ac_cv_func_alloca_works=yes > ac_cv_func_feof_unlocked=yes > ac_cv_func_fgets_unlocked=yes > ac_cv_func_getc_unlocked=yes > ac_cv_func_getcwd=yes > ac_cv_func_getegid=yes > ac_cv_func_geteuid=yes > ac_cv_func_getgid=yes > ac_cv_func_getpagesize=yes > ac_cv_func_getuid=yes > ac_cv_func_mempcpy=yes > ac_cv_func_mmap_fixed_mapped=yes > ac_cv_func_munmap=yes > ac_cv_func_putenv=yes > ac_cv_func_setenv=yes > ac_cv_func_setlocale=yes > ac_cv_func_stpcpy=yes > ac_cv_func_strcasecmp=yes > ac_cv_func_strdup=yes > ac_cv_func_strtoul=yes > ac_cv_func_tsearch=yes > ac_cv_gnu_library_2_1=yes > ac_cv_header_argz_h=yes > ac_cv_header_dlfcn_h=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_libavc1394_avc1394_h=yes > ac_cv_header_libavc1394_rom1394_h=yes > ac_cv_header_libraw1394_raw1394_h=yes > ac_cv_header_limits_h=yes > ac_cv_header_locale_h=yes > ac_cv_header_malloc_h=yes > ac_cv_header_memory_h=yes > ac_cv_header_nl_types_h=yes > ac_cv_header_stdc=yes > ac_cv_header_stddef_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_param_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_host=i686-pc-linux-gnu > ac_cv_host_alias=i686-pc-linux-gnu > ac_cv_lib_SDL_image_IMG_LoadJPG_RW=yes > ac_cv_lib_asound_snd_ctl_open=yes > ac_cv_lib_avc1394_avc1394_vcr_record=yes > ac_cv_lib_cposix_strerror=no > ac_cv_lib_raw1394_raw1394_new_handle=yes > ac_cv_lib_rom1394_rom1394_get_node_type=yes > ac_cv_lib_stdcpp_main=yes > ac_cv_objext=o > ac_cv_path_ARTS_CONFIG=/opt/kde3/bin/artsc-config > ac_cv_path_FT2_CONFIG=/usr/bin/freetype-config > ac_cv_path_GMSGFMT=/usr/bin/msgfmt > ac_cv_path_MSGFMT=/usr/bin/msgfmt > ac_cv_path_MSGMERGE=/usr/bin/msgmerge > ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config > ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config > ac_cv_path_XGETTEXT=/usr/bin/xgettext > ac_cv_path_install='/usr/bin/install -c' > ac_cv_prog_AWK=gawk > ac_cv_prog_CPP='gcc -E' > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_INTLBISON=bison > ac_cv_prog_ac_ct_AR=ar > ac_cv_prog_ac_ct_CC=gcc > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_ac_ct_RANLIB=ranlib > ac_cv_prog_ac_ct_STRIP=strip > ac_cv_prog_cc_g=yes > ac_cv_prog_cc_stdc= > ac_cv_prog_cxx_g=yes > ac_cv_prog_egrep='grep -E' > ac_cv_prog_f77_g=no > ac_cv_prog_make_make_set=yes > ac_cv_target=i686-pc-linux-gnu > ac_cv_target_alias=i686-pc-linux-gnu > ac_cv_type_off_t=yes > ac_cv_type_size_t=yes > ac_cv_type_unsigned_long_long=yes > ac_cv_working_alloca_h=yes > acl_cv_path_LD=/usr/i586-suse-linux/bin/ld > acl_cv_prog_gnu_ld=yes > acl_cv_rpath=done > am_cv_CC_dependencies_compiler_type=gcc3 > am_cv_CXX_dependencies_compiler_type=gcc3 > am_cv_func_iconv=yes > am_cv_langinfo_codeset=yes > am_cv_lib_iconv=no > am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t > *inbytesleft, char * *outbuf, size_t *outbytesleft);' > am_cv_proto_iconv_arg1= > am_cv_val_LC_MESSAGES=yes > gt_cv_func_gnugettext1_libc=yes > gt_cv_header_inttypes_h=yes > gt_cv_int_divbyzero_sigfpe=yes > gt_cv_inttypes_pri_broken=no > jm_ac_cv_header_inttypes_h=yes > jm_ac_cv_header_stdint_h=yes > lt_cv_deplibs_check_method=pass_all > lt_cv_file_magic_cmd='$MAGIC_CMD' > lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-*.so' > lt_cv_ld_reload_flag=-r > lt_cv_objdir=.libs > lt_cv_path_LD=/usr/i586-suse-linux/bin/ld > lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld > lt_cv_path_NM='/usr/bin/nm -B' > lt_cv_path_SED=/usr/bin/sed > lt_cv_prog_compiler_c_o=yes > lt_cv_prog_compiler_c_o_CXX=yes > lt_cv_prog_compiler_rtti_exceptions=no > lt_cv_prog_gnu_ld=yes > lt_cv_prog_gnu_ldcxx=yes > lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW] > [ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 > \3/p'\''' > lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ > {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ > {"\2", (lt_ptr) \&\2},/p'\''' > lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int > \1;/p'\''' > lt_cv_sys_max_cmd_len=32768 > lt_lt_cv_prog_compiler_c_o='"yes"' > lt_lt_cv_prog_compiler_c_o_CXX='"yes"' > lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW] > [ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 > \\2\\3 > \\3/ p'\''"' > lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ > ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ > ]*\\) \ \([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' > lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* > \\(.*\\)\$/extern int \\1;/p'\''"' > nls_cv_force_use_gnu_gettext=no > nls_cv_header_intl= > nls_cv_header_libgt= > nls_cv_use_gnu_gettext=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ACLOCAL='${SHELL} /usr/local/src/video/piave-0.2.4/missing --run > aclocal-1.7' ALLOCA='' > ALSA_CFLAGS='' > ALSA_LIBS=' -lasound -lm -ldl -lpthread' > AMDEPBACKSLASH='\' > AMDEP_FALSE='#' > AMDEP_TRUE='' > AMTAR='${SHELL} /usr/local/src/video/piave-0.2.4/missing --run tar' > AR='ar' > ARTS_CONFIG='/opt/kde3/bin/artsc-config' > ARTS_CXXFLAGS='-I/opt/kde3/include/arts' > ARTS_LIBS='-L/opt/kde3/lib -ldl -lartsc -lpthread' > AUTOCONF='${SHELL} /usr/local/src/video/piave-0.2.4/missing --run autoconf' > AUTOHEADER='${SHELL} /usr/local/src/video/piave-0.2.4/missing --run > autoheader' > AUTOMAKE='${SHELL} /usr/local/src/video/piave-0.2.4/missing --run > automake-1.7' > AWK='gawk' > BUILD_INCLUDED_LIBINTL='no' > CATOBJEXT='.gmo' > CC='gcc' > CCDEPMODE='depmode=gcc3' > CFLAGS='-g -O2' > CPP='gcc -E' > CPPFLAGS=' -I/opt/kde3/include/arts' > CXX='g++' > CXXCPP='g++ -E' > CXXDEPMODE='depmode=gcc3' > CXXFLAGS='-g -O2' > CYGPATH_W='echo' > DATADIRNAME='share' > DEFS='-DHAVE_CONFIG_H' > DEPDIR='.deps' > ECHO='echo' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='grep -E' > EXEEXT='' > F77='' > FFLAGS='' > FFMPEG_CXXFLAGS='' > FFMPEG_DIR='' > FFMPEG_LIBS='' > FT2_CFLAGS='-I/usr/include/freetype2' > FT2_CONFIG='/usr/bin/freetype-config' > FT2_LIBS='-lfreetype' > GENCAT='gencat' > GENERIC_LIBRARY_VERSION='0:4:0' > GENERIC_VERSION='0.2.4' > GLIBC21='yes' > GMSGFMT='/usr/bin/msgfmt' > HAVE_ALSA_FALSE='#' > HAVE_ALSA_TRUE='' > HAVE_ARTS_FALSE='#' > HAVE_ARTS_TRUE='' > HAVE_FFMPEG_FALSE='' > HAVE_FFMPEG_TRUE='#' > HAVE_FT2_FALSE='#' > HAVE_FT2_TRUE='' > HAVE_LIBDV_FALSE='#' > HAVE_LIBDV_TRUE='' > HAVE_LIBSNDFILE_FALSE='#' > HAVE_LIBSNDFILE_TRUE='' > HAVE_VORBIS_FALSE='#' > HAVE_VORBIS_TRUE='' > INSTALL_DATA='${INSTALL} -m 644' > INSTALL_PROGRAM='${INSTALL}' > INSTALL_SCRIPT='${INSTALL}' > INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' > INSTOBJEXT='.mo' > INTLBISON='bison' > INTLLIBS='' > INTLOBJS='' > INTL_LIBTOOL_SUFFIX_PREFIX='' > LDFLAGS='' > LIBDV_CFLAGS=' ' > LIBDV_LIBS='-ldv ' > LIBICONV='' > LIBINTL='' > LIBOBJS='' > LIBS='-lasound -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 -lraw1394 > -lstdc++' > LIBSNDFILE_CFLAGS=' ' > LIBSNDFILE_LIBS='-lsndfile ' > LIBTOOL='$(SHELL) $(top_builddir)/libtool' > LIBXML_CFLAGS='-I/usr/include/libxml2 ' > LIBXML_LIBS='-lxml2 -lpthread -lz -lm ' > LN_S='ln -s' > LTLIBICONV='' > LTLIBINTL='' > LTLIBOBJS='' > MAINT='#' > MAINTAINER_MODE_FALSE='' > MAINTAINER_MODE_TRUE='#' > MAKEINFO='${SHELL} /usr/local/src/video/piave-0.2.4/missing --run makeinfo' > MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs' > MSGFMT='/usr/bin/msgfmt' > MSGMERGE='/usr/bin/msgmerge' > OBJEXT='o' > PACKAGE='piave' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > PIAVE_EFFECTS_PLUGINPATH='/usr/local/lib/piave/plugins/effects' > PIAVE_IOSTREAM_PLUGINPATH='/usr/local/lib/piave/plugins/iostream' > PIAVE_PATH='/usr/local/lib' > PIAVE_PLUGINDIR='${exec_prefix}/lib/piave/plugins' > PIAVE_PLUGINPATH='/usr/local/lib/piave/plugins' > PKG_CONFIG='/usr/bin/pkg-config' > POSUB='po' > RANLIB='ranlib' > SDL_CFLAGS='-I/usr/include/SDL -D_REENTRANT' > SDL_CONFIG='/usr/bin/sdl-config' > SDL_LIBS='-L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread' > SET_MAKE='' > SHELL='/bin/sh' > STRIP='strip' > USE_INCLUDED_LIBINTL='no' > USE_NLS='yes' > VERSION='0.2.4' > VORBISENC_LIBS='-lvorbisenc' > VORBISFILE_LIBS='-lvorbisfile' > VORBIS_CFLAGS='' > VORBIS_LIBS='-L${exec_prefix}/lib -lvorbis -lm' > XGETTEXT='/usr/bin/xgettext' > ac_ct_AR='ar' > ac_ct_CC='gcc' > ac_ct_CXX='g++' > ac_ct_F77='' > ac_ct_RANLIB='ranlib' > ac_ct_STRIP='strip' > am__fastdepCC_FALSE='#' > am__fastdepCC_TRUE='' > am__fastdepCXX_FALSE='#' > am__fastdepCXX_TRUE='' > am__include='include' > am__leading_dot='.' > am__quote='' > bindir='${exec_prefix}/bin' > build='i686-pc-linux-gnu' > build_alias='' > build_cpu='i686' > build_os='linux-gnu' > build_vendor='pc' > datadir='${prefix}/share' > exec_prefix='${prefix}' > host='i686-pc-linux-gnu' > host_alias='' > host_cpu='i686' > host_os='linux-gnu' > host_vendor='pc' > includedir='${prefix}/include' > infodir='${prefix}/info' > install_sh='/usr/local/src/video/piave-0.2.4/install-sh' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localstatedir='${prefix}/var' > mandir='${prefix}/man' > oldincludedir='/usr/include' > prefix='/usr/local' > program_transform_name='s,x,x,' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target='i686-pc-linux-gnu' > target_alias='' > target_cpu='i686' > target_os='linux-gnu' > target_vendor='pc' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define ENABLE_NLS 1 > #define HAVE_ALLOCA 1 > #define HAVE_ALLOCA_H 1 > #define HAVE_ARGZ_H 1 > #define HAVE_DCGETTEXT 1 > #define HAVE_DLFCN_H 1 > #define HAVE_FEOF_UNLOCKED 1 > #define HAVE_FGETS_UNLOCKED 1 > #define HAVE_GETCWD 1 > #define HAVE_GETC_UNLOCKED 1 > #define HAVE_GETEGID 1 > #define HAVE_GETEUID 1 > #define HAVE_GETGID 1 > #define HAVE_GETPAGESIZE 1 > #define HAVE_GETTEXT 1 > #define HAVE_GETUID 1 > #define HAVE_ICONV 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_INTTYPES_H_WITH_UINTMAX 1 > #define HAVE_LANGINFO_CODESET 1 > #define HAVE_LC_MESSAGES 1 > #define HAVE_LIBASOUND 1 > #define HAVE_LIBAVC1394 1 > #define HAVE_LIBRAW1394 1 > #define HAVE_LIBRAW1394_RAW1394_H 1 > #define HAVE_LIBROM1394 1 > #define HAVE_LIBSDL_IMAGE 1 > #define HAVE_LIBSTDC__ 1 > #define HAVE_LIMITS_H 1 > #define HAVE_LOCALE_H 1 > #define HAVE_MALLOC_H 1 > #define HAVE_MEMORY_H 1 > #define HAVE_MEMPCPY 1 > #define HAVE_MMAP 1 > #define HAVE_MUNMAP 1 > #define HAVE_NL_TYPES_H 1 > #define HAVE_PUTENV 1 > #define HAVE_SETENV 1 > #define HAVE_SETLOCALE 1 > #define HAVE_STDDEF_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STDINT_H_WITH_UINTMAX 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STPCPY 1 > #define HAVE_STRCASECMP 1 > #define HAVE_STRDUP 1 > #define HAVE_STRINGS_H 1 > #define HAVE_STRING_H 1 > #define HAVE_STRING_H 1 > #define HAVE_STRTOUL 1 > #define HAVE_SYS_PARAM_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_TSEARCH 1 > #define HAVE_UINTMAX_T 1 > #define HAVE_UNISTD_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_UNSIGNED_LONG_LONG 1 > #define HAVE___ARGZ_COUNT 1 > #define HAVE___ARGZ_NEXT 1 > #define HAVE___ARGZ_STRINGIFY 1 > #define HAVE___FSETLOCKING 1 > #define ICONV_CONST > #define INTDIV0_RAISES_SIGFPE 1 > #define PACKAGE "piave" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_NAME "" > #define PACKAGE_STRING "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PIAVE_PLUGINDIR "/usr/local/lib/piave/plugins" > #define STDC_HEADERS 1 > #define VERSION "0.2.4" > #define _GNU_SOURCE 1 > #endif > #ifdef __cplusplus > extern "C" void std::exit (int) throw (); using std::exit; > > configure: exit 0 > > > > And the complete results of the make are: > make all-recursive > make[1]: Entering directory `/usr/local/src/video/piave-0.2.4' > Making all in plugins > make[2]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins' > Making all in effects > make[3]: Entering directory > `/usr/local/src/video/piave-0.2.4/plugins/effects' Making all in invert > make[4]: Entering directory > `/usr/local/src/video/piave-0.2.4/plugins/effects/ invert' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT invert.lo -MD -MP -MF > ".deps/invert.Tpo" \ > -c -o invert.lo `test -f 'invert.cc' || echo './'`invert.cc; \ > then mv -f ".deps/invert.Tpo" ".deps/invert.Plo"; \ > else rm -f ".deps/invert.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > invert.lo -MD -MP -MF .deps/invert.Tpo -c invert.cc -fPIC -DPIC -o .libs/ > invert.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > invert.lo -MD -MP -MF .deps/invert.Tpo -c invert.cc -o invert.o >/dev/null > 2>&1 > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libinvert.la -rpath / > usr/local/lib/piave/plugins/effects -g -avoid-version invert.lo -lasound > -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 -lraw1394 -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/invert.o -L/usr/ > X11R6/lib -L/opt/kde3/lib -L/usr/lib /usr/lib/libasound.so -ldl -lpthread / > usr/lib/libSDL_image.so /usr/lib/librom1394.so /usr/lib/libavc1394.so /usr/ > lib/libraw1394.so -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so -lm -lc > -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o /usr/lib/gcc-lib/ > i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname -Wl,libinvert.so -o > .libs/ libinvert.so > ar cru .libs/libinvert.a invert.o > ranlib .libs/libinvert.a > creating libinvert.la > (cd .libs && rm -f libinvert.la && ln -s ../libinvert.la libinvert.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/effects/ invert' > Making all in alphablend > make[4]: Entering directory > `/usr/local/src/video/piave-0.2.4/plugins/effects/ alphablend' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT alphablend.lo -MD -MP -MF > ".deps/alphablend.Tpo" \ > -c -o alphablend.lo `test -f 'alphablend.cc' || echo './'`alphablend.cc; > \ then mv -f ".deps/alphablend.Tpo" ".deps/alphablend.Plo"; \ > else rm -f ".deps/alphablend.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > alphablend.lo -MD -MP -MF .deps/alphablend.Tpo -c alphablend.cc -fPIC > -DPIC -o .libs/alphablend.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > alphablend.lo -MD -MP -MF .deps/alphablend.Tpo -c alphablend.cc -o > alphablend.o >/dev/null 2>&1 > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libalphablend.la > -rpath /usr/local/lib/piave/plugins/effects -g -avoid-version alphablend.lo > -lasound -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 -lraw1394 > -lstdc+ + > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/alphablend.o -L/ > usr/X11R6/lib -L/opt/kde3/lib -L/usr/lib /usr/lib/libasound.so -ldl > -lpthread /usr/lib/libSDL_image.so /usr/lib/librom1394.so /usr/lib/ > libavc1394.so /usr/lib/libraw1394.so > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib > -L/ usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so > -lm -lc -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o > /usr/lib/gcc-lib/ i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname > -Wl,libalphablend.so -o .libs/libalphablend.so > ar cru .libs/libalphablend.a alphablend.o > ranlib .libs/libalphablend.a > creating libalphablend.la > (cd .libs && rm -f libalphablend.la && ln -s ../libalphablend.la > libalphablend.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/effects/ alphablend' > Making all in textmaster > make[4]: Entering directory > `/usr/local/src/video/piave-0.2.4/plugins/effects/ textmaster' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/usr/include/freetype2 -I/opt/kde3/include/arts -g -O2 -MT > textmaster.lo -MD -MP -MF ".deps/textmaster.Tpo" \ > -c -o textmaster.lo `test -f 'textmaster.cc' || echo './'`textmaster.cc; > \ then mv -f ".deps/textmaster.Tpo" ".deps/textmaster.Plo"; \ > else rm -f ".deps/textmaster.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/freetype2 > -I/opt/kde3/ include/arts -g -O2 -MT textmaster.lo -MD -MP -MF > .deps/textmaster.Tpo -c textmaster.cc -fPIC -DPIC -o .libs/textmaster.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/freetype2 > -I/opt/kde3/ include/arts -g -O2 -MT textmaster.lo -MD -MP -MF > .deps/textmaster.Tpo -c textmaster.cc -o textmaster.o >/dev/null 2>&1 > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libtextmaster.la > -rpath /usr/local/lib/piave/plugins/effects -g -avoid-version -lfreetype > textmaster.lo -lasound -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 > -lraw1394 -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/textmaster.o -L/ > usr/X11R6/lib -L/opt/kde3/lib -L/usr/lib /usr/lib/libfreetype.so /usr/lib/ > libasound.so -ldl -lpthread /usr/lib/libSDL_image.so /usr/lib/librom1394.so > / usr/lib/libavc1394.so /usr/lib/libraw1394.so -L/usr/lib/gcc-lib/ > i586-suse-linux/3.3.1 -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../ > i586-suse-linux/lib -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/ > lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/ > crtendS.o /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crtn.o > -Wl,-soname -Wl,libtextmaster.so -o .libs/libtextmaster.so > ar cru .libs/libtextmaster.a textmaster.o > ranlib .libs/libtextmaster.a > creating libtextmaster.la > (cd .libs && rm -f libtextmaster.la && ln -s ../libtextmaster.la > libtextmaster.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/effects/ textmaster' > Making all in image > make[4]: Entering directory > `/usr/local/src/video/piave-0.2.4/plugins/effects/ image' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT image.lo -MD -MP -MF > ".deps/image.Tpo" \ > -c -o image.lo `test -f 'image.cc' || echo './'`image.cc; \ > then mv -f ".deps/image.Tpo" ".deps/image.Plo"; \ > else rm -f ".deps/image.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > image.lo -MD -MP -MF .deps/image.Tpo -c image.cc -fPIC -DPIC -o .libs/ > image.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > image.lo -MD -MP -MF .deps/image.Tpo -c image.cc -o image.o >/dev/null 2>&1 > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libimage.la -rpath > /usr/ local/lib/piave/plugins/effects -g -avoid-version image.lo -lasound > -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 -lraw1394 -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/image.o -L/usr/ > X11R6/lib -L/opt/kde3/lib -L/usr/lib /usr/lib/libasound.so -ldl -lpthread / > usr/lib/libSDL_image.so /usr/lib/librom1394.so /usr/lib/libavc1394.so /usr/ > lib/libraw1394.so -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so -lm -lc > -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o /usr/lib/gcc-lib/ > i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname -Wl,libimage.so -o > .libs/ libimage.so > ar cru .libs/libimage.a image.o > ranlib .libs/libimage.a > creating libimage.la > (cd .libs && rm -f libimage.la && ln -s ../libimage.la libimage.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/effects/ image' > make[4]: Entering directory > `/usr/local/src/video/piave-0.2.4/plugins/effects' make[4]: Nothing to be > done for `all-am'. > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/effects' make[3]: Leaving > directory `/usr/local/src/video/piave-0.2.4/plugins/effects' Making all in > iostream > make[3]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream' > Making all in rawdv > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream/rawdv' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT plugin.lo -MD -MP -MF > ".deps/plugin.Tpo" \ > -c -o plugin.lo `test -f 'plugin.cc' || echo './'`plugin.cc; \ > then mv -f ".deps/plugin.Tpo" ".deps/plugin.Plo"; \ > else rm -f ".deps/plugin.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.cc -fPIC -DPIC -o .libs/ > plugin.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.cc -o plugin.o >/dev/null > 2>&1 > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT libdv_codec.lo -MD -MP > -MF ".deps/libdv_codec.Tpo" \ > -c -o libdv_codec.lo `test -f 'libdv_codec.cc' || echo > './'`libdv_codec.cc; \ > then mv -f ".deps/libdv_codec.Tpo" ".deps/libdv_codec.Plo"; \ > else rm -f ".deps/libdv_codec.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > libdv_codec.lo -MD -MP -MF .deps/libdv_codec.Tpo -c libdv_codec.cc -fPIC > -DPIC -o .libs/libdv_codec.o > libdv_codec.cc:441:2: warning: #warning "FIXME!!" > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > libdv_codec.lo -MD -MP -MF .deps/libdv_codec.Tpo -c libdv_codec.cc -o > libdv_codec.o >/dev/null 2>&1 > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT rawdvstream.lo -MD -MP > -MF ".deps/rawdvstream.Tpo" \ > -c -o rawdvstream.lo `test -f 'rawdvstream.cc' || echo > './'`rawdvstream.cc; \ > then mv -f ".deps/rawdvstream.Tpo" ".deps/rawdvstream.Plo"; \ > else rm -f ".deps/rawdvstream.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > rawdvstream.lo -MD -MP -MF .deps/rawdvstream.Tpo -c rawdvstream.cc -fPIC > -DPIC -o .libs/rawdvstream.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > rawdvstream.lo -MD -MP -MF .deps/rawdvstream.Tpo -c rawdvstream.cc -o > rawdvstream.o >/dev/null 2>&1 > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o librawdvstream.la > -rpath /usr/local/lib/piave/plugins/iostream -g -avoid-version -ldv > plugin.lo libdv_codec.lo rawdvstream.lo -lasound -lm -ldl -lpthread > -lSDL_image -lrom1394 -lavc1394 -lraw1394 -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/plugin.o .libs/ > libdv_codec.o .libs/rawdvstream.o -L/usr/X11R6/lib -L/opt/kde3/lib -L/usr/ > lib /usr/lib/libdv.so /usr/lib/libasound.so -ldl -lpthread /usr/lib/ > libSDL_image.so /usr/lib/librom1394.so /usr/lib/libavc1394.so /usr/lib/ > libraw1394.so -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 -L/usr/lib/gcc-lib/ > i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib -L/usr/lib/gcc-lib/ > i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so -lm -lc -lgcc_s /usr/ > lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o /usr/lib/gcc-lib/ > i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname -Wl,librawdvstream.so > -o .libs/librawdvstream.so > ar cru .libs/librawdvstream.a plugin.o libdv_codec.o rawdvstream.o > ranlib .libs/librawdvstream.a > creating librawdvstream.la > (cd .libs && rm -f librawdvstream.la && ln -s ../librawdvstream.la > librawdvstream.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream/ rawdv' > Making all in sdl > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream/sdl' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT sdlstream.lo -MD -MP -MF > ".deps/sdlstream.Tpo" \ > -c -o sdlstream.lo `test -f 'sdlstream.cc' || echo './'`sdlstream.cc; \ > then mv -f ".deps/sdlstream.Tpo" ".deps/sdlstream.Plo"; \ > else rm -f ".deps/sdlstream.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > sdlstream.lo -MD -MP -MF .deps/sdlstream.Tpo -c sdlstream.cc -fPIC -DPIC > -o .libs/sdlstream.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > sdlstream.lo -MD -MP -MF .deps/sdlstream.Tpo -c sdlstream.cc -o sdlstream.o > > >/dev/null 2>&1 > > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libsdlstream.la > -rpath / usr/local/lib/piave/plugins/iostream -g -avoid-version > sdlstream.lo -lasound -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 > -lraw1394 -lstdc+ + > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/sdlstream.o > -L/usr/ X11R6/lib -L/opt/kde3/lib -L/usr/lib /usr/lib/libasound.so -ldl > -lpthread / usr/lib/libSDL_image.so /usr/lib/librom1394.so > /usr/lib/libavc1394.so /usr/ lib/libraw1394.so > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so -lm -lc > -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o /usr/lib/gcc-lib/ > i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname -Wl,libsdlstream.so -o > .libs/libsdlstream.so > ar cru .libs/libsdlstream.a sdlstream.o > ranlib .libs/libsdlstream.a > creating libsdlstream.la > (cd .libs && rm -f libsdlstream.la && ln -s ../libsdlstream.la > libsdlstream.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream/ sdl' > Making all in oss > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream/oss' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT ossstream.lo -MD -MP -MF > ".deps/ossstream.Tpo" \ > -c -o ossstream.lo `test -f 'ossstream.cc' || echo './'`ossstream.cc; \ > then mv -f ".deps/ossstream.Tpo" ".deps/ossstream.Plo"; \ > else rm -f ".deps/ossstream.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > ossstream.lo -MD -MP -MF .deps/ossstream.Tpo -c ossstream.cc -fPIC -DPIC > -o .libs/ossstream.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > ossstream.lo -MD -MP -MF .deps/ossstream.Tpo -c ossstream.cc -o ossstream.o > > >/dev/null 2>&1 > > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libossstream.la > -rpath / usr/local/lib/piave/plugins/iostream -g -avoid-version > ossstream.lo -lasound -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 > -lraw1394 -lstdc+ + > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/ossstream.o > -L/usr/ X11R6/lib -L/opt/kde3/lib -L/usr/lib /usr/lib/libasound.so -ldl > -lpthread / usr/lib/libSDL_image.so /usr/lib/librom1394.so > /usr/lib/libavc1394.so /usr/ lib/libraw1394.so > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so -lm -lc > -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o /usr/lib/gcc-lib/ > i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname -Wl,libossstream.so -o > .libs/libossstream.so > ar cru .libs/libossstream.a ossstream.o > ranlib .libs/libossstream.a > creating libossstream.la > (cd .libs && rm -f libossstream.la && ln -s ../libossstream.la > libossstream.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream/ oss' > Making all in ffmpeg > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream/ffmpeg' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream/ ffmpeg' > Making all in avi > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream/avi' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT avistream.lo -MD -MP -MF > ".deps/avistream.Tpo" \ > -c -o avistream.lo `test -f 'avistream.cc' || echo './'`avistream.cc; \ > then mv -f ".deps/avistream.Tpo" ".deps/avistream.Plo"; \ > else rm -f ".deps/avistream.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > avistream.lo -MD -MP -MF .deps/avistream.Tpo -c avistream.cc -fPIC -DPIC > -o .libs/avistream.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > avistream.lo -MD -MP -MF .deps/avistream.Tpo -c avistream.cc -o avistream.o > > >/dev/null 2>&1 > > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libavistream.la > -rpath / usr/local/lib/piave/plugins/iostream -g -avoid-version > avistream.lo -lasound -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 > -lraw1394 -lstdc+ + > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/avistream.o > -L/usr/ X11R6/lib -L/opt/kde3/lib -L/usr/lib /usr/lib/libasound.so -ldl > -lpthread / usr/lib/libSDL_image.so /usr/lib/librom1394.so > /usr/lib/libavc1394.so /usr/ lib/libraw1394.so > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib -L/usr/lib/ > gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so -lm -lc > -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o /usr/lib/gcc-lib/ > i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname -Wl,libavistream.so -o > .libs/libavistream.so > ar cru .libs/libavistream.a avistream.o > ranlib .libs/libavistream.a > creating libavistream.la > (cd .libs && rm -f libavistream.la && ln -s ../libavistream.la > libavistream.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream/ avi' > Making all in arts > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream/arts' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. `artsc-config --cflags` -I/opt/kde3/include/arts -g -O2 -MT > artsstream.lo -MD -MP -MF ".deps/artsstream.Tpo" \ > -c -o artsstream.lo `test -f 'artsstream.cc' || echo './'`artsstream.cc; > \ then mv -f ".deps/artsstream.Tpo" ".deps/artsstream.Plo"; \ > else rm -f ".deps/artsstream.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/artsc > -I/opt/kde3/ include/arts -g -O2 -MT artsstream.lo -MD -MP -MF > .deps/artsstream.Tpo -c artsstream.cc -fPIC -DPIC -o .libs/artsstream.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/artsc > -I/opt/kde3/ include/arts -g -O2 -MT artsstream.lo -MD -MP -MF > .deps/artsstream.Tpo -c artsstream.cc -o artsstream.o >/dev/null 2>&1 > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libartsstream.la > -rpath /usr/local/lib/piave/plugins/iostream -g -avoid-version > `artsc-config --libs` artsstream.lo -lasound -lm -ldl -lpthread > -lSDL_image -lrom1394 -lavc1394 -lraw1394 -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/artsstream.o > -Wl,--rpath -Wl,/opt/kde3/lib -Wl,--rpath -Wl,/opt/kde3/lib > -L/usr/X11R6/lib -L/usr/lib -L/opt/kde3/lib /opt/kde3/lib/libartsc.so > /usr/lib/libasound.so -ldl -lpthread /usr/lib/libSDL_image.so > /usr/lib/librom1394.so /usr/lib/ libavc1394.so /usr/lib/libraw1394.so > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib > -L/ usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so > -lm -lc -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o > /usr/lib/gcc-lib/ i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname > -Wl,libartsstream.so -o .libs/libartsstream.so > ar cru .libs/libartsstream.a artsstream.o > ranlib .libs/libartsstream.a > creating libartsstream.la > (cd .libs && rm -f libartsstream.la && ln -s ../libartsstream.la > libartsstream.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream/ arts' > Making all in vorbisfile > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream/vorbisfile' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT vorbisfile.lo -MD -MP > -MF ".deps/vorbisfile.Tpo" \ > -c -o vorbisfile.lo `test -f 'vorbisfile.cc' || echo './'`vorbisfile.cc; > \ then mv -f ".deps/vorbisfile.Tpo" ".deps/vorbisfile.Plo"; \ > else rm -f ".deps/vorbisfile.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.cc -fPIC > -DPIC -o .libs/vorbisfile.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.cc -o > vorbisfile.o >/dev/null 2>&1 > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o > libvorbisfilestream.la -rpath /usr/local/lib/piave/plugins/iostream -g > -avoid-version -L/usr/local/ lib -lvorbis -lm -lvorbisfile vorbisfile.lo > -lasound -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 -lraw1394 > -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/vorbisfile.o -L/ > usr/X11R6/lib -L/opt/kde3/lib -L/usr/lib -L/usr/local/lib /usr/lib/ > libvorbis.so /usr/lib/libvorbisfile.so /usr/lib/libasound.so -ldl -lpthread > / usr/lib/libSDL_image.so /usr/lib/librom1394.so /usr/lib/libavc1394.so > /usr/ lib/libraw1394.so -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 > -L/usr/lib/ gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib > -L/usr/lib/ gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so > -lm -lc -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o > /usr/lib/gcc-lib/ i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname > -Wl,libvorbisfilestream.so -o .libs/libvorbisfilestream.so > ar cru .libs/libvorbisfilestream.a vorbisfile.o > ranlib .libs/libvorbisfilestream.a > creating libvorbisfilestream.la > (cd .libs && rm -f libvorbisfilestream.la && ln -s > ../libvorbisfilestream.la libvorbisfilestream.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream/ vorbisfile' > Making all in sndfile > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream/sndfile' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT sndfile.lo -MD -MP -MF > ".deps/sndfile.Tpo" \ > -c -o sndfile.lo `test -f 'sndfile.cc' || echo './'`sndfile.cc; \ > then mv -f ".deps/sndfile.Tpo" ".deps/sndfile.Plo"; \ > else rm -f ".deps/sndfile.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > sndfile.lo -MD -MP -MF .deps/sndfile.Tpo -c sndfile.cc -fPIC -DPIC -o > .libs/ sndfile.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > sndfile.lo -MD -MP -MF .deps/sndfile.Tpo -c sndfile.cc -o sndfile.o >/dev/ > null 2>&1 > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libsndfilestream.la > -rpath /usr/local/lib/piave/plugins/iostream -g -avoid-version -lsndfile > sndfile.lo -lasound -lm -ldl -lpthread -lSDL_image -lrom1394 -lavc1394 > -lraw1394 -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/sndfile.o -L/usr/ > X11R6/lib -L/opt/kde3/lib -L/usr/lib /usr/lib/libsndfile.so /usr/lib/ > libasound.so -ldl -lpthread /usr/lib/libSDL_image.so /usr/lib/librom1394.so > / usr/lib/libavc1394.so /usr/lib/libraw1394.so -L/usr/lib/gcc-lib/ > i586-suse-linux/3.3.1 -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../ > i586-suse-linux/lib -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/ > lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/ > crtendS.o /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crtn.o > -Wl,-soname -Wl,libsndfilestream.so -o .libs/libsndfilestream.so > ar cru .libs/libsndfilestream.a sndfile.o > ranlib .libs/libsndfilestream.a > creating libsndfilestream.la > (cd .libs && rm -f libsndfilestream.la && ln -s ../libsndfilestream.la > libsndfilestream.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream/ sndfile' > Making all in alsa > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream/alsa' > if /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../.. -I/opt/kde3/include/arts -g -O2 -MT alsastream.lo -MD -MP > -MF ".deps/alsastream.Tpo" \ > -c -o alsastream.lo `test -f 'alsastream.cc' || echo './'`alsastream.cc; > \ then mv -f ".deps/alsastream.Tpo" ".deps/alsastream.Plo"; \ > else rm -f ".deps/alsastream.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > alsastream.lo -MD -MP -MF .deps/alsastream.Tpo -c alsastream.cc -fPIC > -DPIC -o .libs/alsastream.o > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/kde3/include/arts -g -O2 -MT > alsastream.lo -MD -MP -MF .deps/alsastream.Tpo -c alsastream.cc -o > alsastream.o >/dev/null 2>&1 > /bin/sh ../../../libtool --mode=link g++ -g -O2 -o libalsastream.la > -rpath /usr/local/lib/piave/plugins/iostream -g -avoid-version -lasound > -lm -ldl -lpthread alsastream.lo -lasound -lm -ldl -lpthread -lSDL_image > -lrom1394 -lavc1394 -lraw1394 -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/alsastream.o -L/ > usr/X11R6/lib -L/opt/kde3/lib -L/usr/lib /usr/lib/libasound.so -ldl > -lpthread /usr/lib/libSDL_image.so /usr/lib/librom1394.so /usr/lib/ > libavc1394.so /usr/lib/libraw1394.so > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 > -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib > -L/ usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so > -lm -lc -lgcc_s /usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o > /usr/lib/gcc-lib/ i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname > -Wl,libalsastream.so -o .libs/libalsastream.so > ar cru .libs/libalsastream.a alsastream.o > ranlib .libs/libalsastream.a > creating libalsastream.la > (cd .libs && rm -f libalsastream.la && ln -s ../libalsastream.la > libalsastream.la) > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream/ alsa' > make[4]: Entering directory `/usr/local/src/video/piave-0.2.4/plugins/ > iostream' > make[4]: Nothing to be done for `all-am'. > make[4]: Leaving directory > `/usr/local/src/video/piave-0.2.4/plugins/iostream' make[3]: Leaving > directory `/usr/local/src/video/piave-0.2.4/plugins/iostream' make[3]: > Entering directory `/usr/local/src/video/piave-0.2.4/plugins' make[3]: > Nothing to be done for `all-am'. > make[3]: Leaving directory `/usr/local/src/video/piave-0.2.4/plugins' > make[2]: Leaving directory `/usr/local/src/video/piave-0.2.4/plugins' > Making all in libpiave > make[2]: Entering directory `/usr/local/src/video/piave-0.2.4/libpiave' > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > piave_base.lo -MD -MP -MF ".deps/piave_base.Tpo" \ > -c -o piave_base.lo `test -f 'piave_base.cc' || echo './'`piave_base.cc; > \ then mv -f ".deps/piave_base.Tpo" ".deps/piave_base.Plo"; \ > else rm -f ".deps/piave_base.Tpo"; exit 1; \ > fi > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT piave_base.lo -MD -MP -MF > .deps/piave_base.Tpo -c > piave_base.cc -fPIC -DPIC -o .libs/piave_base.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT piave_base.lo -MD -MP -MF > .deps/piave_base.Tpo -c > piave_base.cc -o piave_base.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > storybase.lo -MD -MP -MF ".deps/storybase.Tpo" \ > -c -o storybase.lo `test -f 'storybase.cc' || echo './'`storybase.cc; \ > then mv -f ".deps/storybase.Tpo" ".deps/storybase.Plo"; \ > else rm -f ".deps/storybase.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT storybase.lo -MD -MP -MF > .deps/storybase.Tpo -c storybase.cc -fPIC -DPIC -o .libs/storybase.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT storybase.lo -MD -MP -MF > .deps/storybase.Tpo -c storybase.cc -o storybase.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > operatorbase.lo -MD -MP -MF ".deps/operatorbase.Tpo" \ > -c -o operatorbase.lo `test -f 'operatorbase.cc' || echo > './'`operatorbase.cc; \ > then mv -f ".deps/operatorbase.Tpo" ".deps/operatorbase.Plo"; \ > else rm -f ".deps/operatorbase.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT operatorbase.lo -MD -MP -MF > .deps/operatorbase.Tpo -c operatorbase.cc -fPIC -DPIC -o > .libs/operatorbase.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT operatorbase.lo -MD -MP -MF > .deps/operatorbase.Tpo -c operatorbase.cc -o operatorbase.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT frame.lo > -MD -MP -MF ".deps/frame.Tpo" \ > -c -o frame.lo `test -f 'frame.cc' || echo './'`frame.cc; \ > then mv -f ".deps/frame.Tpo" ".deps/frame.Plo"; \ > else rm -f ".deps/frame.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT frame.lo -MD -MP -MF .deps/frame.Tpo > -c frame.cc -fPIC -DPIC -o .libs/frame.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT frame.lo -MD -MP -MF .deps/frame.Tpo > -c frame.cc -o frame.o > > >/dev/null 2>&1 > > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT avstream.lo > -MD -MP -MF ".deps/avstream.Tpo" \ > -c -o avstream.lo `test -f 'avstream.cc' || echo './'`avstream.cc; \ > then mv -f ".deps/avstream.Tpo" ".deps/avstream.Plo"; \ > else rm -f ".deps/avstream.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT avstream.lo -MD -MP -MF > .deps/avstream.Tpo -c avstream.cc -fPIC -DPIC -o .libs/avstream.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT avstream.lo -MD -MP -MF > .deps/avstream.Tpo -c avstream.cc -o avstream.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT property.lo > -MD -MP -MF ".deps/property.Tpo" \ > -c -o property.lo `test -f 'property.cc' || echo './'`property.cc; \ > then mv -f ".deps/property.Tpo" ".deps/property.Plo"; \ > else rm -f ".deps/property.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT property.lo -MD -MP -MF > .deps/property.Tpo -c property.cc -fPIC -DPIC -o .libs/property.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT property.lo -MD -MP -MF > .deps/property.Tpo -c property.cc -o property.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT plugin.lo > -MD -MP -MF ".deps/plugin.Tpo" \ > -c -o plugin.lo `test -f 'plugin.cc' || echo './'`plugin.cc; \ > then mv -f ".deps/plugin.Tpo" ".deps/plugin.Plo"; \ > else rm -f ".deps/plugin.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo > -c plugin.cc -fPIC -DPIC -o .libs/plugin.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo > -c plugin.cc -o plugin.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > mediaelements.lo -MD -MP -MF ".deps/mediaelements.Tpo" \ > -c -o mediaelements.lo `test -f 'mediaelements.cc' || echo > './'`mediaelements.cc; \ > then mv -f ".deps/mediaelements.Tpo" ".deps/mediaelements.Plo"; \ > else rm -f ".deps/mediaelements.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT mediaelements.lo -MD -MP -MF > .deps/mediaelements.Tpo -c mediaelements.cc -fPIC -DPIC -o > .libs/mediaelements.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT mediaelements.lo -MD -MP -MF > .deps/mediaelements.Tpo -c mediaelements.cc -o mediaelements.o >/dev/null > 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT server.lo > -MD -MP -MF ".deps/server.Tpo" \ > -c -o server.lo `test -f 'server.cc' || echo './'`server.cc; \ > then mv -f ".deps/server.Tpo" ".deps/server.Plo"; \ > else rm -f ".deps/server.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT server.lo -MD -MP -MF .deps/server.Tpo > -c server.cc -fPIC -DPIC -o .libs/server.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT server.lo -MD -MP -MF .deps/server.Tpo > -c server.cc -o server.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > kdenserver.lo -MD -MP -MF ".deps/kdenserver.Tpo" \ > -c -o kdenserver.lo `test -f 'kdenserver.cc' || echo './'`kdenserver.cc; > \ then mv -f ".deps/kdenserver.Tpo" ".deps/kdenserver.Plo"; \ > else rm -f ".deps/kdenserver.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT kdenserver.lo -MD -MP -MF > .deps/kdenserver.Tpo -c > kdenserver.cc -fPIC -DPIC -o .libs/kdenserver.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT kdenserver.lo -MD -MP -MF > .deps/kdenserver.Tpo -c > kdenserver.cc -o kdenserver.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > videoformat.lo -MD -MP -MF ".deps/videoformat.Tpo" \ > -c -o videoformat.lo `test -f 'videoformat.cc' || echo > './'`videoformat.cc; \ > then mv -f ".deps/videoformat.Tpo" ".deps/videoformat.Plo"; \ > else rm -f ".deps/videoformat.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT videoformat.lo -MD -MP -MF > .deps/videoformat.Tpo -c videoformat.cc -fPIC -DPIC -o .libs/videoformat.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT videoformat.lo -MD -MP -MF > .deps/videoformat.Tpo -c videoformat.cc -o videoformat.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > streammgr.lo -MD -MP -MF ".deps/streammgr.Tpo" \ > -c -o streammgr.lo `test -f 'streammgr.cc' || echo './'`streammgr.cc; \ > then mv -f ".deps/streammgr.Tpo" ".deps/streammgr.Plo"; \ > else rm -f ".deps/streammgr.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT streammgr.lo -MD -MP -MF > .deps/streammgr.Tpo -c streammgr.cc -fPIC -DPIC -o .libs/streammgr.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT streammgr.lo -MD -MP -MF > .deps/streammgr.Tpo -c streammgr.cc -o streammgr.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > ringbuffer.lo -MD -MP -MF ".deps/ringbuffer.Tpo" \ > -c -o ringbuffer.lo `test -f 'ringbuffer.cc' || echo './'`ringbuffer.cc; > \ then mv -f ".deps/ringbuffer.Tpo" ".deps/ringbuffer.Plo"; \ > else rm -f ".deps/ringbuffer.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT ringbuffer.lo -MD -MP -MF > .deps/ringbuffer.Tpo -c > ringbuffer.cc -fPIC -DPIC -o .libs/ringbuffer.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT ringbuffer.lo -MD -MP -MF > .deps/ringbuffer.Tpo -c > ringbuffer.cc -o ringbuffer.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT VEML.lo -MD > -MP -MF ".deps/VEML.Tpo" \ > -c -o VEML.lo `test -f 'VEML.cc' || echo './'`VEML.cc; \ > then mv -f ".deps/VEML.Tpo" ".deps/VEML.Plo"; \ > else rm -f ".deps/VEML.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT VEML.lo -MD -MP -MF .deps/VEML.Tpo -c > VEML.cc -fPIC -DPIC -o .libs/VEML.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT VEML.lo -MD -MP -MF .deps/VEML.Tpo -c > VEML.cc -o VEML.o >/ dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT player.lo > -MD -MP -MF ".deps/player.Tpo" \ > -c -o player.lo `test -f 'player.cc' || echo './'`player.cc; \ > then mv -f ".deps/player.Tpo" ".deps/player.Plo"; \ > else rm -f ".deps/player.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT player.lo -MD -MP -MF .deps/player.Tpo > -c player.cc -fPIC -DPIC -o .libs/player.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT player.lo -MD -MP -MF .deps/player.Tpo > -c player.cc -o player.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > pluginmgr.lo -MD -MP -MF ".deps/pluginmgr.Tpo" \ > -c -o pluginmgr.lo `test -f 'pluginmgr.cc' || echo './'`pluginmgr.cc; \ > then mv -f ".deps/pluginmgr.Tpo" ".deps/pluginmgr.Plo"; \ > else rm -f ".deps/pluginmgr.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT pluginmgr.lo -MD -MP -MF > .deps/pluginmgr.Tpo -c pluginmgr.cc -fPIC -DPIC -o .libs/pluginmgr.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT pluginmgr.lo -MD -MP -MF > .deps/pluginmgr.Tpo -c pluginmgr.cc -o pluginmgr.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > exception.lo -MD -MP -MF ".deps/exception.Tpo" \ > -c -o exception.lo `test -f 'exception.cc' || echo './'`exception.cc; \ > then mv -f ".deps/exception.Tpo" ".deps/exception.Plo"; \ > else rm -f ".deps/exception.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT exception.lo -MD -MP -MF > .deps/exception.Tpo -c exception.cc -fPIC -DPIC -o .libs/exception.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT exception.lo -MD -MP -MF > .deps/exception.Tpo -c exception.cc -o exception.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > algorithm.lo -MD -MP -MF ".deps/algorithm.Tpo" \ > -c -o algorithm.lo `test -f 'algorithm.cc' || echo './'`algorithm.cc; \ > then mv -f ".deps/algorithm.Tpo" ".deps/algorithm.Plo"; \ > else rm -f ".deps/algorithm.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT algorithm.lo -MD -MP -MF > .deps/algorithm.Tpo -c algorithm.cc -fPIC -DPIC -o .libs/algorithm.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT algorithm.lo -MD -MP -MF > .deps/algorithm.Tpo -c algorithm.cc -o algorithm.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > bufferpool.lo -MD -MP -MF ".deps/bufferpool.Tpo" \ > -c -o bufferpool.lo `test -f 'bufferpool.cc' || echo './'`bufferpool.cc; > \ then mv -f ".deps/bufferpool.Tpo" ".deps/bufferpool.Plo"; \ > else rm -f ".deps/bufferpool.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT bufferpool.lo -MD -MP -MF > .deps/bufferpool.Tpo -c > bufferpool.cc -fPIC -DPIC -o .libs/bufferpool.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT bufferpool.lo -MD -MP -MF > .deps/bufferpool.Tpo -c > bufferpool.cc -o bufferpool.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > scenebuilder.lo -MD -MP -MF ".deps/scenebuilder.Tpo" \ > -c -o scenebuilder.lo `test -f 'scenebuilder.cc' || echo > './'`scenebuilder.cc; \ > then mv -f ".deps/scenebuilder.Tpo" ".deps/scenebuilder.Plo"; \ > else rm -f ".deps/scenebuilder.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT scenebuilder.lo -MD -MP -MF > .deps/scenebuilder.Tpo -c scenebuilder.cc -fPIC -DPIC -o > .libs/scenebuilder.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT scenebuilder.lo -MD -MP -MF > .deps/scenebuilder.Tpo -c scenebuilder.cc -o scenebuilder.o >/dev/null 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > avccontroller.lo -MD -MP -MF ".deps/avccontroller.Tpo" \ > -c -o avccontroller.lo `test -f 'avccontroller.cc' || echo > './'`avccontroller.cc; \ > then mv -f ".deps/avccontroller.Tpo" ".deps/avccontroller.Plo"; \ > else rm -f ".deps/avccontroller.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT avccontroller.lo -MD -MP -MF > .deps/avccontroller.Tpo -c avccontroller.cc -fPIC -DPIC -o > .libs/avccontroller.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT avccontroller.lo -MD -MP -MF > .deps/avccontroller.Tpo -c avccontroller.cc -o avccontroller.o >/dev/null > 2>&1 > if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/ include/libxml2 -I/opt/kde3/include/arts -g -O2 -MT > IEEE1394IO.lo -MD -MP -MF ".deps/IEEE1394IO.Tpo" \ > -c -o IEEE1394IO.lo `test -f 'IEEE1394IO.cc' || echo './'`IEEE1394IO.cc; > \ then mv -f ".deps/IEEE1394IO.Tpo" ".deps/IEEE1394IO.Plo"; \ > else rm -f ".deps/IEEE1394IO.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT IEEE1394IO.lo -MD -MP -MF > .deps/IEEE1394IO.Tpo -c > IEEE1394IO.cc -fPIC -DPIC -o .libs/IEEE1394IO.o > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 > -I/opt/kde3/include/ arts -g -O2 -MT IEEE1394IO.lo -MD -MP -MF > .deps/IEEE1394IO.Tpo -c > IEEE1394IO.cc -o IEEE1394IO.o >/dev/null 2>&1 > /bin/sh ../libtool --mode=link g++ -g -O2 -o libpiave.la -rpath > /usr/local/ lib -g -version-info 0:4:0 piave_base.lo storybase.lo > operatorbase.lo frame.lo avstream.lo property.lo plugin.lo mediaelements.lo > server.lo kdenserver.lo videoformat.lo streammgr.lo ringbuffer.lo VEML.lo > player.lo pluginmgr.lo exception.lo algorithm.lo bufferpool.lo > scenebuilder.lo avccontroller.lo IEEE1394IO.lo -lxml2 -lpthread -lz -lm > -lraw1394 -lavc1394 -lrom1394 -lasound -lm -ldl -lpthread -lSDL_image > -lrom1394 -lavc1394 -lraw1394 -lstdc++ > g++ -shared -nostdlib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../crti.o / > usr/lib/gcc-lib/i586-suse-linux/3.3.1/crtbeginS.o .libs/piave_base.o > .libs/ storybase.o .libs/operatorbase.o .libs/frame.o .libs/avstream.o > .libs/ property.o .libs/plugin.o .libs/mediaelements.o .libs/server.o > .libs/ kdenserver.o .libs/videoformat.o .libs/streammgr.o > .libs/ringbuffer.o .libs/ VEML.o .libs/player.o .libs/pluginmgr.o > .libs/exception.o .libs/ > algorithm.o .libs/bufferpool.o .libs/scenebuilder.o .libs/ > avccontroller.o .libs/IEEE1394IO.o -L/usr/X11R6/lib -L/opt/kde3/lib > -L/usr/ lib /usr/lib/libxml2.so -lz /usr/lib/libasound.so -ldl -lpthread > /usr/lib/ libSDL_image.so /usr/lib/librom1394.so /usr/lib/libavc1394.so > /usr/lib/ libraw1394.so -L/usr/lib/gcc-lib/i586-suse-linux/3.3.1 > -L/usr/lib/gcc-lib/ i586-suse-linux/3.3.1/../../../../i586-suse-linux/lib > -L/usr/lib/gcc-lib/ i586-suse-linux/3.3.1/../../.. /usr/lib/libstdc++.so > -lm -lc -lgcc_s /usr/ lib/gcc-lib/i586-suse-linux/3.3.1/crtendS.o > /usr/lib/gcc-lib/ > i586-suse-linux/3.3.1/../../../crtn.o -Wl,-soname -Wl,libpiave.so.0 > -o .libs/libpiave.so.0.0.4 > (cd .libs && rm -f libpiave.so.0 && ln -s libpiave.so.0.0.4 libpiave.so.0) > (cd .libs && rm -f libpiave.so && ln -s libpiave.so.0.0.4 libpiave.so) > ar cru .libs/libpiave.a piave_base.o storybase.o operatorbase.o frame.o > avstream.o property.o plugin.o mediaelements.o server.o kdenserver.o > videoformat.o streammgr.o ringbuffer.o VEML.o player.o pluginmgr.o > exception.o algorithm.o bufferpool.o scenebuilder.o avccontroller.o > IEEE1394IO.o > ranlib .libs/libpiave.a > creating libpiave.la > (cd .libs && rm -f libpiave.la && ln -s ../libpiave.la libpiave.la) > make[2]: Leaving directory `/usr/local/src/video/piave-0.2.4/libpiave' > Making all in piave > make[2]: Entering directory `/usr/local/src/video/piave-0.2.4/piave' > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I/usr/include/libxml2 -I/opt/ > kde3/include/arts -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" \ > -c -o main.o `test -f 'main.cc' || echo './'`main.cc; \ > then mv -f ".deps/main.Tpo" ".deps/main.Po"; \ > else rm -f ".deps/main.Tpo"; exit 1; \ > fi > /bin/sh ../libtool --mode=link g++ -g -O2 -o piave main.o ../libpiave/ > libpiave.la -lxml2 -lpthread -lz -lm > mkdir .libs > g++ -g -O2 -o .libs/piave main.o ../libpiave/.libs/libpiave.so /usr/lib/ > libSDL_image.so /usr/lib/libjpeg.so -lpng -L/usr/lib /usr/lib/libSDL.so -L/ > opt/kde3/lib /opt/kde3/lib/libartsc.so /usr/lib/libesd.so /usr/lib/ > libaudiofile.so /usr/lib/libasound.so -L/usr/X11R6/lib -lXext /usr/lib/ > libaa.so -lslang -lX11 -lgpm -ldl /usr/lib/librom1394.so /usr/lib/ > libavc1394.so /usr/lib/libraw1394.so /usr/lib/libstdc++.so /usr/lib/ > libxml2.so -lpthread -lz -lm -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath > -Wl,/ opt/kde3/lib > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: > cannot find -lslang > collect2: ld returned 1 exit status > make[2]: *** [piave] Error 1 > make[2]: Leaving directory `/usr/local/src/video/piave-0.2.4/piave' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/video/piave-0.2.4' > make: *** [all] Error 2 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Kdenlive-devel mailing list > Kdenlive-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kdenlive-devel -- contacts: http://www.physi.uni-heidelberg.de/~dubitzky
