./configure --prefix=/usr --disable-gst-debug --disable-valgrind configure: loading site script /usr/etc/config.site checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking nano version... 0 (release) checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... d:/MinGW/mingw32/bin/ld.exe checking if the linker (d:/MinGW/mingw32/bin/ld.exe) is GNU ld... (cached) yes checking for d:/MinGW/mingw32/bin/ld.exe option to reload object files... (cached) -r checking for BSD-compatible nm... /MinGW/bin/nm checking whether ln -s works... yes checking how to recognise dependent libraries... (cached) file_magic file format pei*-i386(.*architecture: i386)? checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes 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 dlfcn.h usability... no checking dlfcn.h presence... no checking for dlfcn.h... no 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 how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 8192 checking command to parse /MinGW/bin/nm output from gcc object... (cached) failed checking for objdir... .libs checking for ar... ar checking for ranlib... 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... -DDLL_EXPORT checking if gcc PIC flag -DDLL_EXPORT works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (d:/MinGW/mingw32/bin/ld.exe) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... Win32 ld.exe 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++... d:/MinGW/mingw32/bin/ld.exe checking if the linker (d:/MinGW/mingw32/bin/ld.exe) is GNU ld... yes checking whether the g++ linker (d:/MinGW/mingw32/bin/ld.exe) supports shared libraries... yes checking for g++ option to produce PIC... -DDLL_EXPORT checking if g++ PIC flag -DDLL_EXPORT works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (d:/MinGW/mingw32/bin/ld.exe) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... Win32 ld.exe appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -DDLL_EXPORT checking if g77 PIC flag -DDLL_EXPORT works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (d:/MinGW/mingw32/bin/ld.exe) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... Win32 ld.exe checking for msgfmt... /GTK/bin/msgfmt checking for gmsgfmt... /GTK/bin/msgfmt checking for xgettext... /GTK/bin/xgettext checking for msgmerge... /GTK/bin/msgmerge checking for ld used by GCC... d:/MinGW/mingw32/bin/ld.exe checking if the linker (d:/MinGW/mingw32/bin/ld.exe) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... no checking for iconv... yes checking how to link with libiconv... -liconv checking for GNU gettext in libintl... no configure: disabled subsystem debugging subsystem checking for pkg-config... /GTK/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: Using GStreamer source release as package name configure: Using Unknown package origin as package origin configure: Using /usr/var/cache/gstreamer-0.10 as registry cache dir configure: WARNING: Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA. checking whether byte ordering is bigendian... no checking if unaligned memory access works correctly... (whitelisted) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... 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 dependency style of gcc... (cached) gcc3 checking for perl... /bin/perl checking for bison... /bin/bison checking bison version 2.0 >= 1.35... yes checking for flex... /bin/flex checking flex version 2.5.33 >= 2.5.6... yes checking for valgrind... no configure: Looking for Python version >= 2.1 checking for python... no checking for python2.2... no checking for python2.1... no checking for python2.0... no checking for python2... no checking for python1.6... no checking for python1.5... no configure: WARNING: No suitable version of python found checking whether to build plugin documentation... no (gtk-doc disabled or not available) checking for library containing strerror... none required checking for ANSI C header files... (cached) yes checking ucontext.h usability... no checking ucontext.h presence... no checking for ucontext.h... no checking sys/socket.h usability... no checking sys/socket.h presence... no checking for sys/socket.h... no checking process.h usability... yes checking process.h presence... yes checking for process.h... yes checking for inline... inline checking to see if compiler understands -fno-common... yes checking for sigaction... no checking for fork... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseeko... no checking for ftello... no checking for fgetpos... yes checking for fsetpos... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... no checking whether gcc implements __PRETTY_FUNCTION__... yes checking whether gcc implements __FUNCTION__... yes checking whether gcc implements __func__... yes checking for register_printf_function... no checking for dladdr in -ldl... no checking for GLIB... yes checking for GLIB_ONLY... yes checking for XML... yes configure: Test xml2 program linked checking for check named check_pic - version >= 0.9.2... no *** Could not run check test program, checking why... *** The test program failed to compile or link. See the file config.log for *** the exact error that occured. checking for check named check - version >= 0.9.2... no *** Could not run check test program, checking why... *** The test program failed to compile or link. See the file config.log for *** the exact error that occured. configure: Using /usr/lib/gstreamer-0.10 as the plugin install location checking to see if compiler understands -Wall... yes configure: set ERROR_CFLAGS to -Wall configure: creating ./config.status config.status: creating Makefile config.status: creating gst/Makefile config.status: creating gst/gstconfig.h config.status: creating gst/gstversion.h config.status: creating gst/parse/Makefile config.status: creating libs/Makefile config.status: creating libs/gst/Makefile config.status: creating libs/gst/base/Makefile config.status: creating libs/gst/check/Makefile config.status: creating libs/gst/controller/Makefile config.status: creating libs/gst/dataprotocol/Makefile config.status: creating libs/gst/net/Makefile config.status: creating plugins/Makefile config.status: creating plugins/indexers/Makefile config.status: creating plugins/elements/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating tests/benchmarks/Makefile config.status: creating tests/check/Makefile config.status: creating tests/misc/Makefile config.status: creating tests/examples/Makefile config.status: creating tests/examples/controller/Makefile config.status: creating tests/examples/helloworld/Makefile config.status: creating tests/examples/launch/Makefile config.status: creating tests/examples/metadata/Makefile config.status: creating tests/examples/queue/Makefile config.status: creating tests/examples/typefind/Makefile config.status: creating tests/examples/xml/Makefile config.status: creating tools/Makefile config.status: creating common/Makefile config.status: creating common/m4/Makefile config.status: creating docs/Makefile config.status: creating docs/design/Makefile config.status: creating docs/faq/Makefile config.status: creating docs/gst/Makefile config.status: creating docs/gst/gstreamer.types config.status: creating docs/libs/Makefile config.status: creating docs/plugins/Makefile config.status: creating docs/manual/Makefile config.status: creating docs/pwg/Makefile config.status: creating docs/slides/Makefile config.status: creating docs/xsl/Makefile config.status: creating docs/version.entities config.status: creating win32/common/config.h config.status: creating pkgconfig/Makefile config.status: creating stamp.h config.status: creating pkgconfig/gstreamer.pc config.status: creating pkgconfig/gstreamer-uninstalled.pc config.status: creating pkgconfig/gstreamer-base.pc config.status: creating pkgconfig/gstreamer-base-uninstalled.pc config.status: creating pkgconfig/gstreamer-check.pc config.status: creating pkgconfig/gstreamer-check-uninstalled.pc config.status: creating pkgconfig/gstreamer-controller.pc config.status: creating pkgconfig/gstreamer-controller-uninstalled.pc config.status: creating pkgconfig/gstreamer-dataprotocol.pc config.status: creating pkgconfig/gstreamer-dataprotocol-uninstalled.pc config.status: creating pkgconfig/gstreamer-net.pc config.status: creating pkgconfig/gstreamer-net-uninstalled.pc config.status: creating gst-element-check.m4 config.status: creating gstreamer.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile Compilation finished at Mon Oct 30 13:13:16