This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GStreamer Python Bindings configure 0.10.21, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 ## --------- ## ## Platform. ## ## --------- ## hostname = io uname -m = x86_64 uname -r = 3.0.4-gentoo-io.0 uname -s = Linux uname -v = #1 SMP PREEMPT Wed Aug 31 12:58:26 CEST 2011 /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib64/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 PATH: /usr/GNUstep/System/Tools PATH: /usr/GNUstep/Local/Tools ## ----------- ## ## Core tests. ## ## ----------- ## configure:2176: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | if [[ ${CHOST} != "" ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2322: checking for a BSD-compatible install configure:2390: result: /usr/bin/install -c configure:2401: checking whether build environment is sane configure:2451: result: yes configure:2592: checking for a thread-safe mkdir -p configure:2631: result: /bin/mkdir -p configure:2644: checking for gawk configure:2660: found /usr/bin/gawk configure:2671: result: gawk configure:2682: checking whether make sets $(MAKE) configure:2704: result: yes configure:2796: checking nano version configure:2802: result: 0 (release) configure:2828: checking whether to enable maintainer-specific portions of Makefiles configure:2837: result: no configure:2941: checking build system type configure:2955: result: x86_64-pc-linux-gnu configure:2975: checking host system type configure:2988: result: x86_64-pc-linux-gnu configure:3357: checking how to print strings configure:3384: result: printf configure:3417: checking for style of include used by make configure:3445: result: GNU configure:3475: checking for x86_64-pc-linux-gnu-gcc configure:3491: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:3502: result: x86_64-pc-linux-gnu-gcc configure:3771: checking for C compiler version configure:3780: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) 4.5.3 Copyright (C) 2010 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:3791: $? = 0 configure:3780: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --enable-java-awt=gtk --enable-objc-gc --enable-languages=c,c++,java,objc,obj-c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r1 p1.0, pie-0.4.5' Thread model: posix gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) configure:3791: $? = 0 configure:3780: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: '-V' option must have argument configure:3791: $? = 1 configure:3780: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' x86_64-pc-linux-gnu-gcc: no input files configure:3791: $? = 1 configure:3811: checking whether the C compiler works configure:3833: x86_64-pc-linux-gnu-gcc -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3837: $? = 0 configure:3885: result: yes configure:3888: checking for C compiler default output file name configure:3890: result: a.out configure:3896: checking for suffix of executables configure:3903: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3907: $? = 0 configure:3929: result: configure:3951: checking whether we are cross compiling configure:3959: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3963: $? = 0 configure:3970: ./conftest configure:3974: $? = 0 configure:3989: result: no configure:3994: checking for suffix of object files configure:4016: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:4020: $? = 0 configure:4041: result: o configure:4045: checking whether we are using the GNU C compiler configure:4064: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:4064: $? = 0 configure:4073: result: yes configure:4082: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:4102: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:4102: $? = 0 configure:4143: result: yes configure:4160: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4224: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:4224: $? = 0 configure:4237: result: none needed configure:4259: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4369: result: gcc3 configure:4384: checking for a sed that does not truncate output configure:4448: result: /bin/sed configure:4466: checking for grep that handles long lines and -e configure:4524: result: /bin/grep configure:4529: checking for egrep configure:4591: result: /bin/grep -E configure:4596: checking for fgrep configure:4658: result: /bin/grep -F configure:4693: checking for ld used by x86_64-pc-linux-gnu-gcc configure:4760: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:4767: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:4782: result: yes configure:4794: checking for BSD- or MS-compatible name lister (nm) configure:4843: result: /usr/bin/nm -B configure:4973: checking the name lister (/usr/bin/nm -B) interface configure:4980: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:4983: /usr/bin/nm -B "conftest.o" configure:4986: output 0000000000000000 B some_variable configure:4993: result: BSD nm configure:4996: checking whether ln -s works configure:5000: result: yes configure:5008: checking the maximum length of command line arguments configure:5133: result: 1572864 configure:5150: checking whether the shell understands some XSI constructs configure:5160: result: yes configure:5164: checking whether the shell understands "+=" configure:5170: result: yes configure:5205: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:5245: result: func_convert_file_noop configure:5252: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5272: result: func_convert_file_noop configure:5279: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:5286: result: -r configure:5320: checking for x86_64-pc-linux-gnu-objdump configure:5347: result: objdump configure:5416: checking how to recognize dependent libraries configure:5618: result: pass_all configure:5663: checking for x86_64-pc-linux-gnu-dlltool configure:5690: result: dlltool configure:5760: checking how to associate runtime and link libraries configure:5787: result: printf %s\n configure:5804: checking for x86_64-pc-linux-gnu-ar configure:5820: found /usr/bin/x86_64-pc-linux-gnu-ar configure:5831: result: x86_64-pc-linux-gnu-ar configure:5912: checking for archiver @FILE support configure:5929: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:5929: $? = 0 configure:5932: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:5935: $? = 0 configure:5940: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory configure:5943: $? = 1 configure:5955: result: @ configure:5973: checking for x86_64-pc-linux-gnu-strip configure:5989: found /usr/bin/x86_64-pc-linux-gnu-strip configure:6000: result: x86_64-pc-linux-gnu-strip configure:6072: checking for x86_64-pc-linux-gnu-ranlib configure:6088: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:6099: result: x86_64-pc-linux-gnu-ranlib configure:6241: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object configure:6360: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:6363: $? = 0 configure:6367: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6370: $? = 0 configure:6436: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:6439: $? = 0 configure:6477: result: ok configure:6514: checking for sysroot configure:6544: result: no configure:6621: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:6624: $? = 0 configure:6747: checking for x86_64-pc-linux-gnu-mt configure:6777: result: no configure:6787: checking for mt configure:6817: result: no configure:6837: checking if : is a manifest tool configure:6843: : '-?' configure:6851: result: no configure:7483: checking how to run the C preprocessor configure:7514: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7514: $? = 0 configure:7528: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7528: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GStreamer Python Bindings" | #define PACKAGE_TARNAME "gst-python" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Python Bindings 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE_URL "" | #define PACKAGE "gst-python" | #define VERSION "0.10.21" | #define PYGST_MAJOR_VERSION 0 | #define PYGST_MINOR_VERSION 10 | #define PYGST_MICRO_VERSION 21 | #define PYGST_NANO_VERSION 0 | /* end confdefs.h. */ | #include configure:7553: result: x86_64-pc-linux-gnu-gcc -E configure:7573: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7573: $? = 0 configure:7587: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7587: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GStreamer Python Bindings" | #define PACKAGE_TARNAME "gst-python" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Python Bindings 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE_URL "" | #define PACKAGE "gst-python" | #define VERSION "0.10.21" | #define PYGST_MAJOR_VERSION 0 | #define PYGST_MINOR_VERSION 10 | #define PYGST_MICRO_VERSION 21 | #define PYGST_NANO_VERSION 0 | /* end confdefs.h. */ | #include configure:7616: checking for ANSI C header files configure:7636: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7636: $? = 0 configure:7709: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:7709: $? = 0 configure:7709: ./conftest configure:7709: $? = 0 configure:7720: result: yes configure:7733: checking for sys/types.h configure:7733: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7733: $? = 0 configure:7733: result: yes configure:7733: checking for sys/stat.h configure:7733: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7733: $? = 0 configure:7733: result: yes configure:7733: checking for stdlib.h configure:7733: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7733: $? = 0 configure:7733: result: yes configure:7733: checking for string.h configure:7733: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7733: $? = 0 configure:7733: result: yes configure:7733: checking for memory.h configure:7733: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7733: $? = 0 configure:7733: result: yes configure:7733: checking for strings.h configure:7733: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7733: $? = 0 configure:7733: result: yes configure:7733: checking for inttypes.h configure:7733: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7733: $? = 0 configure:7733: result: yes configure:7733: checking for stdint.h configure:7733: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7733: $? = 0 configure:7733: result: yes configure:7733: checking for unistd.h configure:7733: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7733: $? = 0 configure:7733: result: yes configure:7747: checking for dlfcn.h configure:7747: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:7747: $? = 0 configure:7747: result: yes configure:7902: checking for objdir configure:7917: result: .libs configure:8188: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:8206: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8210: $? = 0 configure:8223: result: no configure:8533: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:8540: result: -fPIC -DPIC configure:8548: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:8566: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -fPIC -DPIC -DPIC conftest.c >&5 configure:8570: $? = 0 configure:8583: result: yes configure:8612: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:8640: result: yes configure:8655: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8676: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -o out/conftest2.o conftest.c >&5 configure:8680: $? = 0 configure:8702: result: yes configure:8710: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8757: result: yes configure:8790: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:9948: result: yes configure:9985: checking whether -lc should be explicitly linked in configure:9993: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:9996: $? = 0 configure:10011: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10014: $? = 0 configure:10028: result: no configure:10193: checking dynamic linker characteristics configure:10720: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10720: $? = 0 configure:10942: result: GNU/Linux ld.so configure:11049: checking how to hardcode library paths into programs configure:11074: result: immediate configure:11614: checking whether stripping libraries is possible configure:11619: result: yes configure:11654: checking if libtool supports shared libraries configure:11656: result: yes configure:11659: checking whether to build shared libraries configure:11680: result: yes configure:11683: checking whether to build static libraries configure:11687: result: no configure:11731: checking for x86_64-pc-linux-gnu-gcc configure:11758: result: x86_64-pc-linux-gnu-gcc configure:12027: checking for C compiler version configure:12036: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) 4.5.3 Copyright (C) 2010 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:12047: $? = 0 configure:12036: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --enable-java-awt=gtk --enable-objc-gc --enable-languages=c,c++,java,objc,obj-c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r1 p1.0, pie-0.4.5' Thread model: posix gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) configure:12047: $? = 0 configure:12036: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: '-V' option must have argument configure:12047: $? = 1 configure:12036: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' x86_64-pc-linux-gnu-gcc: no input files configure:12047: $? = 1 configure:12051: checking whether we are using the GNU C compiler configure:12079: result: yes configure:12088: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:12149: result: yes configure:12166: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:12243: result: none needed configure:12265: checking dependency style of x86_64-pc-linux-gnu-gcc configure:12375: result: gcc3 configure:12394: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99 configure:12543: x86_64-pc-linux-gnu-gcc -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 conftest.c:77:29: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:131:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:131:18: error: 'newvar' undeclared (first use in this function) conftest.c:131:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:141:3: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:141:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:12543: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GStreamer Python Bindings" | #define PACKAGE_TARNAME "gst-python" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Python Bindings 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE_URL "" | #define PACKAGE "gst-python" | #define VERSION "0.10.21" | #define PYGST_MAJOR_VERSION 0 | #define PYGST_MINOR_VERSION 10 | #define PYGST_MICRO_VERSION 21 | #define PYGST_NANO_VERSION 0 | #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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:12543: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb conftest.c >&5 configure:12543: $? = 0 configure:12563: result: -std=gnu99 configure:12665: checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C configure:12679: result: -std=gnu99 configure:12685: checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 and cc understand -c and -o together configure:12716: x86_64-pc-linux-gnu-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:12720: $? = 0 configure:12726: x86_64-pc-linux-gnu-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:12730: $? = 0 configure:12741: cc -c conftest.c >&5 configure:12745: $? = 0 configure:12753: cc -c conftest.c -o conftest2.o >&5 configure:12757: $? = 0 configure:12763: cc -c conftest.c -o conftest2.o >&5 configure:12767: $? = 0 configure:12785: result: yes configure:12944: checking for python configure:12962: found /usr/bin/python configure:12974: result: /usr/bin/python configure:12995: checking for python version configure:13002: result: 2.4 configure:13014: checking for python platform configure:13021: result: linux3 configure:13028: checking for python script directory configure:13057: result: ${prefix}/lib/python2.4/site-packages configure:13066: checking for python extension module directory configure:13095: result: ${exec_prefix}/lib64/python2.4/site-packages configure:13108: checking for python >= 2.3 configure:13119: result: okay configure:13125: checking for headers required to compile python extensions configure:13144: x86_64-pc-linux-gnu-gcc -E -I/usr/include/python2.4 -I/usr/include/python2.4 conftest.c configure:13144: $? = 0 configure:13145: result: found configure:13165: checking for x86_64-pc-linux-gnu-pkg-config configure:13198: result: no configure:13208: checking for pkg-config configure:13226: found /usr/bin/pkg-config configure:13238: result: /usr/bin/pkg-config configure:13263: checking pkg-config is at least version 0.9.0 configure:13266: result: yes configure:13277: checking for GST configure:13285: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_MAJORMINOR >= $GST_REQ" configure:13288: $? = 0 configure:13303: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_MAJORMINOR >= $GST_REQ" configure:13306: $? = 0 configure:13361: result: yes configure:13610: checking for GST_BASE configure:13618: $PKG_CONFIG --exists --print-errors "gstreamer-base-$GST_MAJORMINOR >= $GST_REQ" configure:13621: $? = 0 configure:13636: $PKG_CONFIG --exists --print-errors "gstreamer-base-$GST_MAJORMINOR >= $GST_REQ" configure:13639: $? = 0 configure:13675: result: yes configure:13774: checking for GST_CONTROLLER configure:13782: $PKG_CONFIG --exists --print-errors "gstreamer-controller-$GST_MAJORMINOR >= $GST_REQ" configure:13785: $? = 0 configure:13800: $PKG_CONFIG --exists --print-errors "gstreamer-controller-$GST_MAJORMINOR >= $GST_REQ" configure:13803: $? = 0 configure:13839: result: yes configure:13853: checking for GST_NET configure:13861: $PKG_CONFIG --exists --print-errors "gstreamer-net-$GST_MAJORMINOR >= $GST_REQ" configure:13864: $? = 0 configure:13879: $PKG_CONFIG --exists --print-errors "gstreamer-net-$GST_MAJORMINOR >= $GST_REQ" configure:13882: $? = 0 configure:13918: result: yes configure:13932: checking for GST_DP configure:13940: $PKG_CONFIG --exists --print-errors "gstreamer-dataprotocol-$GST_MAJORMINOR >= $GST_REQ" configure:13943: $? = 0 configure:13958: $PKG_CONFIG --exists --print-errors "gstreamer-dataprotocol-$GST_MAJORMINOR >= $GST_REQ" configure:13961: $? = 0 configure:13997: result: yes configure:14012: checking for GST_PLUGINS_BASE configure:14020: $PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPB_REQ" configure:14023: $? = 0 configure:14038: $PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPB_REQ" configure:14041: $? = 0 configure:14077: result: yes configure:14092: checking for PYGOBJECT configure:14100: $PKG_CONFIG --exists --print-errors "pygobject-2.0 >= $PYGOBJECT_REQ" configure:14103: $? = 0 configure:14118: $PKG_CONFIG --exists --print-errors "pygobject-2.0 >= $PYGOBJECT_REQ" configure:14121: $? = 0 configure:14157: result: yes configure:14161: result: yes configure:14264: checking for PYGOBJECT_2_12 configure:14272: $PKG_CONFIG --exists --print-errors "pygobject-2.0 >= 2.11.1" configure:14275: $? = 0 configure:14290: $PKG_CONFIG --exists --print-errors "pygobject-2.0 >= 2.11.1" configure:14293: $? = 0 configure:14329: result: yes configure:14333: result: yes configure:14345: checking for PYGOBJECT_2_16 configure:14353: $PKG_CONFIG --exists --print-errors "pygobject-2.0 >= 2.15.0" configure:14356: $? = 0 configure:14371: $PKG_CONFIG --exists --print-errors "pygobject-2.0 >= 2.15.0" configure:14374: $? = 0 configure:14410: result: yes configure:14414: result: yes configure:14441: checking to see if compiler understands -Wall configure:14458: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wall conftest.c >&5 configure:14458: $? = 0 configure:14473: result: yes configure:14478: checking to see if compiler understands -Wdeclaration-after-statement configure:14495: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wdeclaration-after-statement conftest.c >&5 configure:14495: $? = 0 configure:14510: result: yes configure:14515: checking to see if compiler understands -Wvla configure:14532: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wvla conftest.c >&5 configure:14532: $? = 0 configure:14547: result: yes configure:14552: checking to see if compiler understands -Wpointer-arith configure:14569: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wpointer-arith conftest.c >&5 configure:14569: $? = 0 configure:14584: result: yes configure:14812: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith configure:14814: set ERROR_CFLAGS to configure:15004: checking for valgrind configure:15035: result: no configure:15055: checking for libraries required to embed python configure:15116: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c -L/usr/lib64/python2.4/config -lpthread -ldl -lutil -lm -lpython2.4 >&5 /usr/lib64/python2.4/config/libpython2.4.a(posixmodule.o): In function `posix_tmpnam': (.text+0x7ce): warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' /usr/lib64/python2.4/config/libpython2.4.a(posixmodule.o): In function `posix_tempnam': (.text+0x8a4): warning: the use of `tempnam' is dangerous, better use `mkstemp' /usr/lib64/python2.4/config/libpython2.4.a(floatobject.o): In function `float_divmod': (.text+0x2a0): undefined reference to `floor' /usr/lib64/python2.4/config/libpython2.4.a(floatobject.o): In function `float_divmod': (.text+0x447): undefined reference to `fmod' /usr/lib64/python2.4/config/libpython2.4.a(floatobject.o): In function `float_pow': (.text+0x1147): undefined reference to `floor' /usr/lib64/python2.4/config/libpython2.4.a(floatobject.o): In function `float_pow': (.text+0x11d4): undefined reference to `floor' /usr/lib64/python2.4/config/libpython2.4.a(floatobject.o): In function `float_pow': (.text+0x141d): undefined reference to `pow' /usr/lib64/python2.4/config/libpython2.4.a(floatobject.o): In function `float_pow': (.text+0x15c5): undefined reference to `fmod' /usr/lib64/python2.4/config/libpython2.4.a(floatobject.o): In function `float_rem': (.text+0x17e7): undefined reference to `fmod' /usr/lib64/python2.4/config/libpython2.4.a(bltinmodule.o): In function `builtin_round': (.text+0xb51): undefined reference to `floor' /usr/lib64/python2.4/config/libpython2.4.a(bltinmodule.o): In function `builtin_round': (.text+0xb86): undefined reference to `ceil' /usr/lib64/python2.4/config/libpython2.4.a(dynload_shlib.o): In function `_PyImport_GetDynLoadFunc': (.text+0xcf): undefined reference to `dlsym' /usr/lib64/python2.4/config/libpython2.4.a(dynload_shlib.o): In function `_PyImport_GetDynLoadFunc': (.text+0x138): undefined reference to `dlopen' /usr/lib64/python2.4/config/libpython2.4.a(dynload_shlib.o): In function `_PyImport_GetDynLoadFunc': (.text+0x15c): undefined reference to `dlsym' /usr/lib64/python2.4/config/libpython2.4.a(dynload_shlib.o): In function `_PyImport_GetDynLoadFunc': (.text+0x1d9): undefined reference to `dlerror' /usr/lib64/python2.4/config/libpython2.4.a(thread.o): In function `PyThread_start_new_thread': (.text+0xa4): undefined reference to `pthread_create' /usr/lib64/python2.4/config/libpython2.4.a(thread.o): In function `PyThread_start_new_thread': (.text+0xc3): undefined reference to `pthread_detach' /usr/lib64/python2.4/config/libpython2.4.a(thread.o): In function `PyThread_allocate_lock': (.text+0x168): undefined reference to `sem_init' /usr/lib64/python2.4/config/libpython2.4.a(thread.o): In function `PyThread_free_lock': (.text+0x1ba): undefined reference to `sem_destroy' /usr/lib64/python2.4/config/libpython2.4.a(thread.o): In function `PyThread_acquire_lock': (.text+0x204): undefined reference to `sem_wait' /usr/lib64/python2.4/config/libpython2.4.a(thread.o): In function `PyThread_acquire_lock': (.text+0x21a): undefined reference to `sem_trywait' /usr/lib64/python2.4/config/libpython2.4.a(thread.o): In function `PyThread_release_lock': (.text+0x2b5): undefined reference to `sem_post' /usr/lib64/python2.4/config/libpython2.4.a(posixmodule.o): In function `posix_forkpty': (.text+0x2348): undefined reference to `forkpty' /usr/lib64/python2.4/config/libpython2.4.a(posixmodule.o): In function `posix_openpty': (.text+0x23a6): undefined reference to `openpty' /usr/lib64/python2.4/config/libpython2.4.a(complexobject.o): In function `complex_abs': (.text+0x12d): undefined reference to `hypot' /usr/lib64/python2.4/config/libpython2.4.a(complexobject.o): In function `_Py_c_pow': (.text+0x14d2): undefined reference to `hypot' /usr/lib64/python2.4/config/libpython2.4.a(complexobject.o): In function `_Py_c_pow': (.text+0x14e7): undefined reference to `pow' /usr/lib64/python2.4/config/libpython2.4.a(complexobject.o): In function `_Py_c_pow': (.text+0x150c): undefined reference to `atan2' /usr/lib64/python2.4/config/libpython2.4.a(complexobject.o): In function `_Py_c_pow': (.text+0x154a): undefined reference to `sincos' /usr/lib64/python2.4/config/libpython2.4.a(complexobject.o): In function `_Py_c_pow': (.text+0x1600): undefined reference to `exp' /usr/lib64/python2.4/config/libpython2.4.a(complexobject.o): In function `_Py_c_pow': (.text+0x161b): undefined reference to `log' /usr/lib64/python2.4/config/libpython2.4.a(complexobject.o): In function `complex_divmod': (.text+0x1d78): undefined reference to `floor' /usr/lib64/python2.4/config/libpython2.4.a(complexobject.o): In function `complex_remainder': (.text+0x1f76): undefined reference to `floor' collect2: ld returned 1 exit status configure:15116: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GStreamer Python Bindings" | #define PACKAGE_TARNAME "gst-python" | #define PACKAGE_VERSION "0.10.21" | #define PACKAGE_STRING "GStreamer Python Bindings 0.10.21" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" | #define PACKAGE_URL "" | #define PACKAGE "gst-python" | #define VERSION "0.10.21" | #define PYGST_MAJOR_VERSION 0 | #define PYGST_MINOR_VERSION 10 | #define PYGST_MICRO_VERSION 21 | #define PYGST_NANO_VERSION 0 | #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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define GST_MAJORMINOR "0.10" | #define HAVE_GST_AUDIO 1 | #define HAVE_GST_VIDEO 1 | #define HAVE_GST_TAG 1 | #define HAVE_STREAM_VOLUME_INTERFACE 1 | #define HAVE_STREAM_VOLUME_INTERFACE 1 | #define HAVE_PYGOBJECT_2_12 1 | #define HAVE_PYGOBJECT_2_16 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char Py_Initialize (); | int | main () | { | return Py_Initialize (); | ; | return 0; | } configure:15120: result: no configure:15121: error: could not find Python lib ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_GST_BASE_CFLAGS_set= ac_cv_env_GST_BASE_CFLAGS_value= ac_cv_env_GST_BASE_LIBS_set= ac_cv_env_GST_BASE_LIBS_value= ac_cv_env_GST_CFLAGS_set= ac_cv_env_GST_CFLAGS_value= ac_cv_env_GST_CONTROLLER_CFLAGS_set= ac_cv_env_GST_CONTROLLER_CFLAGS_value= ac_cv_env_GST_CONTROLLER_LIBS_set= ac_cv_env_GST_CONTROLLER_LIBS_value= ac_cv_env_GST_DP_CFLAGS_set= ac_cv_env_GST_DP_CFLAGS_value= ac_cv_env_GST_DP_LIBS_set= ac_cv_env_GST_DP_LIBS_value= ac_cv_env_GST_LIBS_set= ac_cv_env_GST_LIBS_value= ac_cv_env_GST_NET_CFLAGS_set= ac_cv_env_GST_NET_CFLAGS_value= ac_cv_env_GST_NET_LIBS_set= ac_cv_env_GST_NET_LIBS_value= ac_cv_env_GST_PLUGINS_BASE_CFLAGS_set= ac_cv_env_GST_PLUGINS_BASE_CFLAGS_value= ac_cv_env_GST_PLUGINS_BASE_LIBS_set= ac_cv_env_GST_PLUGINS_BASE_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYGOBJECT_2_12_CFLAGS_set= ac_cv_env_PYGOBJECT_2_12_CFLAGS_value= ac_cv_env_PYGOBJECT_2_12_LIBS_set= ac_cv_env_PYGOBJECT_2_12_LIBS_value= ac_cv_env_PYGOBJECT_2_16_CFLAGS_set= ac_cv_env_PYGOBJECT_2_16_CFLAGS_value= ac_cv_env_PYGOBJECT_2_16_LIBS_set= ac_cv_env_PYGOBJECT_2_16_LIBS_value= ac_cv_env_PYGOBJECT_CFLAGS_set= ac_cv_env_PYGOBJECT_CFLAGS_value= ac_cv_env_PYGOBJECT_LIBS_set= ac_cv_env_PYGOBJECT_LIBS_value= ac_cv_env_PYGTK_CFLAGS_set= ac_cv_env_PYGTK_CFLAGS_value= ac_cv_env_PYGTK_LIBS_set= ac_cv_env_PYGTK_LIBS_value= ac_cv_env_VALGRIND_CFLAGS_set= ac_cv_env_VALGRIND_CFLAGS_value= ac_cv_env_VALGRIND_LIBS_set= ac_cv_env_VALGRIND_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file___dev_urandom_=yes ac_cv_file__bin_bash=yes ac_cv_file__dev_arandom=no ac_cv_file__dev_random=yes ac_cv_file__dev_srandom=yes ac_cv_file__dev_urandom=yes ac_cv_file__dev_zero=yes ac_cv_file__usr_share_sgml_X11_defs_ent=1 ac_cv_func_calloc_0_nonnull=yes ac_cv_func_setgrent_void=yes ac_cv_func_strnlen_working=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_pwd_h=yes ac_cv_header_stdc=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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_SED=/bin/sed ac_cv_path_VALGRIND_PATH=no ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_DLLTOOL=dlltool ac_cv_prog_OBJDUMP=objdump ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_python_platform=linux3 am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.4/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.4/site-packages' am_cv_python_version=2.4 fu_cv_sys_stat_statvfs=yes gl_cv_func_btowc_eof=yes gl_cv_func_malloc_0_nonnull=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no glib_cv___va_copy=yes glib_cv_has__inline=yes glib_cv_has__inline__=yes glib_cv_hasinline=yes glib_cv_rtldglobal_broken=no glib_cv_sane_realloc=yes glib_cv_sizeof_gmutex=40 glib_cv_stack_grows=no glib_cv_uscore=no glib_cv_va_copy=yes glib_cv_va_val_copy=no lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_GST_BASE_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' pkg_cv_GST_BASE_LIBS='-pthread -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_GST_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' pkg_cv_GST_CONTROLLER_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' pkg_cv_GST_CONTROLLER_LIBS='-pthread -lgstcontroller-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_GST_DP_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' pkg_cv_GST_DP_LIBS='-pthread -lgstdataprotocol-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_GST_LIBS='-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_GST_NET_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' pkg_cv_GST_NET_LIBS='-pthread -lgstnet-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_GST_PLUGINS_BASE_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' pkg_cv_GST_PLUGINS_BASE_LIBS='-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_PYGOBJECT_2_12_CFLAGS='-pthread -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' pkg_cv_PYGOBJECT_2_12_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_PYGOBJECT_2_16_CFLAGS='-pthread -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' pkg_cv_PYGOBJECT_2_16_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' pkg_cv_PYGOBJECT_CFLAGS='-pthread -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' pkg_cv_PYGOBJECT_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' yeti_cv_func_scanf_modif_size_t=z ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/dev-python/gst-python-0.10.21/work/gst-python-0.10.21-2.4/missing --run aclocal-1.11' ACLOCAL_AMFLAGS='-I m4 -I common/m4' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/tmp/portage/dev-python/gst-python-0.10.21/work/gst-python-0.10.21-2.4/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='0' AR='x86_64-pc-linux-gnu-ar' AS='as' AUTOCONF='${SHELL} /var/tmp/portage/dev-python/gst-python-0.10.21/work/gst-python-0.10.21-2.4/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/dev-python/gst-python-0.10.21/work/gst-python-0.10.21-2.4/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/dev-python/gst-python-0.10.21/work/gst-python-0.10.21-2.4/missing --run automake-1.11' AWK='gawk' CC='x86_64-pc-linux-gnu-gcc -std=gnu99' CCASFLAGS='' CCDEPMODE='depmode=gcc3' CFLAGS='-march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CXXFLAGS='-march=core2 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=4096 -mtune=core2 -mfpmath=sse -O2 -pipe -ggdb' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ERROR_CFLAGS='' EXEEXT='' FFLAGS='' FGREP='/bin/grep -F' GCOV='' GCOV_CFLAGS='' GCOV_LIBS='' GLIB_REQ='2.8.0' GREP='/bin/grep' GSTPB_REQ='0.10.20' GST_BASE_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' GST_BASE_LIBS='-pthread -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' GST_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' GST_CONTROLLER_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' GST_CONTROLLER_LIBS='-pthread -lgstcontroller-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' GST_DISABLE_ALLOC_TRACE='0' GST_DISABLE_GST_DEBUG='0' GST_DISABLE_LOADSAVE='0' GST_DISABLE_PARSE='0' GST_DISABLE_PLUGIN='0' GST_DISABLE_REGISTRY='0' GST_DISABLE_TRACE='0' GST_DISABLE_XML='0' GST_DP_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' GST_DP_LIBS='-pthread -lgstdataprotocol-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' GST_GCOV_ENABLED_FALSE='' GST_GCOV_ENABLED_TRUE='#' GST_LIBS='-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' GST_MAJORMINOR='0.10' GST_NET_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' GST_NET_LIBS='-pthread -lgstnet-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' GST_OPTION_CFLAGS='$(ERROR_CFLAGS) $(GCOV_CFLAGS)' GST_OPTION_LIBS='$(GCOV_LIBS)' GST_PLUGINS_BASE_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' GST_PLUGINS_BASE_LIBS='-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' GST_REQ='0.10.20' GTK_REQ='2.6.0' HAVE_GST_AUDIO_FALSE='#' HAVE_GST_AUDIO_TRUE='' HAVE_GST_TAG_FALSE='#' HAVE_GST_TAG_TRUE='' HAVE_GST_VIDEO_FALSE='#' HAVE_GST_VIDEO_TRUE='' HAVE_PYGOBJECT_2_16_FALSE='#' HAVE_PYGOBJECT_2_16_TRUE='' HAVE_VALGRIND_FALSE='' HAVE_VALGRIND_TRUE='#' IGNORE_GST_0_10_21='' IGNORE_GST_0_10_22='' IGNORE_GST_0_10_23='' IGNORE_GST_0_10_24='' IGNORE_GST_0_10_25='' IGNORE_GST_0_10_26='' IGNORE_GST_0_10_29='' IGNORE_GST_0_10_30='' IGNORE_GST_0_10_31='' IGNORE_GST_0_10_32='' IGNORE_GST_LOADSAVE='' IGNORE_GST_PB_0_10_23='' IGNORE_GST_PB_0_10_25='' IGNORE_GST_PB_0_10_26='' IGNORE_GST_PB_0_10_29='' IGNORE_GST_PB_0_10_30='' IGNORE_GST_PB_0_10_31='' IGNORE_GST_PB_0_10_32='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/tmp/portage/dev-python/gst-python-0.10.21/work/gst-python-0.10.21-2.4/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='gst-python' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_NAME='GStreamer Python Bindings' PACKAGE_STRING='GStreamer Python Bindings 0.10.21' PACKAGE_TARNAME='gst-python' PACKAGE_URL='' PACKAGE_VERSION='0.10.21' PACKAGE_VERSION_MAJOR='0' PACKAGE_VERSION_MICRO='21' PACKAGE_VERSION_MINOR='10' PACKAGE_VERSION_NANO='0' PACKAGE_VERSION_RELEASE='1' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PLUGINDIR='' PYEXECDIR='/usr/lib64/python2.4/site-packages' PYGOBJECT_2_12_CFLAGS='-pthread -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' PYGOBJECT_2_12_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' PYGOBJECT_2_16_CFLAGS='-pthread -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' PYGOBJECT_2_16_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' PYGOBJECT_CFLAGS='-pthread -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' PYGOBJECT_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' PYGOBJECT_REQ='2.11.2' PYGTK_CFLAGS='' PYGTK_LIBS='' PYGTK_REQ='2.6.3' PYTHON='/usr/bin/python' PYTHONDIR='/usr/lib/python2.4/site-packages' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_INCLUDES='-I/usr/include/python2.4 -I/usr/include/python2.4' PYTHON_LIBS='-L/usr/lib64/python2.4/config -lpthread -ldl -lutil -lm -lpython2.4' PYTHON_LIB_LOC='/usr/lib' PYTHON_LIB_SUFFIX='G_MODULE_SUFFIX' PYTHON_PLATFORM='linux3' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.4' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='x86_64-pc-linux-gnu-strip' VALGRIND_CFLAGS='' VALGRIND_LIBS='' VALGRIND_PATH='no' VERSION='0.10.21' WARNING_CFLAGS=' -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/dev-python/gst-python-0.10.21/work/gst-python-0.10.21-2.4/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/gst-python' pkgpythondir='${pythondir}/gst-python' plugindir='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib64/python2.4/site-packages' pythondir='${prefix}/lib/python2.4/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GStreamer Python Bindings" #define PACKAGE_TARNAME "gst-python" #define PACKAGE_VERSION "0.10.21" #define PACKAGE_STRING "GStreamer Python Bindings 0.10.21" #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" #define PACKAGE_URL "" #define PACKAGE "gst-python" #define VERSION "0.10.21" #define PYGST_MAJOR_VERSION 0 #define PYGST_MINOR_VERSION 10 #define PYGST_MICRO_VERSION 21 #define PYGST_NANO_VERSION 0 #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_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define GST_MAJORMINOR "0.10" #define HAVE_GST_AUDIO 1 #define HAVE_GST_VIDEO 1 #define HAVE_GST_TAG 1 #define HAVE_STREAM_VOLUME_INTERFACE 1 #define HAVE_STREAM_VOLUME_INTERFACE 1 #define HAVE_PYGOBJECT_2_12 1 #define HAVE_PYGOBJECT_2_16 1 configure: exit 1