After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 530243 - Compilation fails on gst_poll_* in X86_64
Compilation fails on gst_poll_* in X86_64
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.19
Other All
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-27 19:52 UTC by mikej163
Modified: 2008-06-02 18:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description mikej163 2008-04-27 19:52:14 UTC
Steps to reproduce:
1. Run ./autogen.sh --prefix=   either with or without additional selections
2. run make.  compilation stops.

NOTE:  was not seen in 10.17, previous version compiled.  perhaps change in underlaying library ???


Stack trace:
../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_fd_ctl_read'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_fd_ctl_write'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_free'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_set_flushing'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_wait'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_fd_ignored'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_fd_can_write'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_remove_fd'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_add_fd'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_new'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_set_controllable'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_fd_can_read'collect2: ld returned 1 exit statusLinking of scanner failed:

Other information:
Using the released versions of 10.19, not CVS.
Comment 1 Tim-Philipp Müller 2008-04-27 20:04:39 UTC
Could you please paste the linker command line being used?

Could you attach your config.log file from the top-level directory?
Comment 2 mikej163 2008-04-27 21:14:42 UTC
 gcc -I../../gst-libs -I../../gst-libs -pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnom
e/lib/glib-2.0/include -I/opt/garnome/include/libxml2 -c gst-plugins-base-libs-scan.c -o gst-plugins-base-libs-scan.o >/dev/null 2>
&1
gtk-doc: Linking scanner
gcc -o .libs/gst-plugins-base-libs-scan .libs/gst-plugins-base-libs-scan.o -pthread  ../../gst-libs/gst/interfaces/.libs/libgstinte
rfaces-0.10.so -L/opt/garnome/lib64 -L/opt/X11R7.3/lib -L/opt/garnome/lib -L/usr/local/lib ../../gst-libs/gst/audio/.libs/libgstaud
io-0.10.so /Builds/A/build/gst/gst-plugins-base-0.10.19/gst-libs/gst/interfaces/.libs/libgstinterfaces-0.10.so ../../gst-libs/gst/cdda/.libs/libgstcdda-0.10.so /Builds/A/build/gst/gst-plugins-base-0.10.19/gst-libs/gst/tag/.libs/libgsttag-0.10.so ../../gst-libs/gst/fft/.libs/libgstfft-0.10.so ../../gst-libs/gst/rtp/.libs/libgstrtp-0.10.so ../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so ../../gst-libs/gst/sdp/.libs/libgstsdp-0.10.so ../../gst-libs/gst/tag/.libs/libgsttag-0.10.so ../../gst-libs/gst/video/.libs/libgstvideo-0.10.so /opt/garnome/lib64/libgstbase-0.10.so /opt/garnome/lib64/libgstreamer-0.10.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libxml2.so /opt/garnome/lib/libgstbase-0.10.so /opt/garnome/lib/libgstreamer-0.10.so /opt/garnome/lib64/libgobject-2.0.so /opt/garnome/lib64/libgthread-2.0.so /opt/garnome/lib64/libgmodule-2.0.so /opt/garnome/lib64/libglib-2.0.so /opt/garnome/lib/libgobject-2.0.so /opt/garnome/lib/libgmodule-2.0.so /opt/garnome/lib/libgthread-2.0.so -lpthread -lrt /opt/garnome/lib64/libxml2.so -ldl -lz -lm /opt/garnome/lib/libglib-2.0.so /usr/local/lib/libiconv.so../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_fd_ctl_read'../../gst-libs/gst/rtsp/.libs/libgstrtsp-0.10.so: undefined reference to `gst_poll_fd_ctl_write'
-----------------------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GStreamer Base Plug-ins configure 0.10.19, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --enable-maintainer-mode --enable-gtk-doc --enable-plugin-docs --prefix=/opt/garnome

## --------- ##
## Platform. ##
## --------- ##

hostname = Tesla
uname -m = x86_64
uname -r = 2.6.23.9x64_smp_mdj
uname -s = Linux
uname -v = #2 SMP Sat Jan 26 12:24:32 MST 2008

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/mike/bin
PATH: opt/garnome/bin
PATH: /opt/X11R7.3/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/kde3/bin
PATH: /usr/lib/qt3/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2396: checking for a BSD-compatible install
configure:2452: result: /usr/bin/install -c
configure:2463: checking whether build environment is sane
configure:2506: result: yes
configure:2534: checking for a thread-safe mkdir -p
configure:2573: result: /bin/mkdir -p
configure:2586: checking for gawk
configure:2602: found /usr/bin/gawk
configure:2613: result: gawk
configure:2624: checking whether make sets $(MAKE)
configure:2645: result: yes
configure:2845: checking nano version
configure:2851: result: 0 (release)
configure:2872: checking whether to enable maintainer-specific portions of Makefiles
configure:2881: result: yes
configure:2901: checking build system type
configure:2919: result: x86_64-unknown-linux-gnu
configure:2941: checking host system type
configure:2956: result: x86_64-unknown-linux-gnu
configure:3089: checking for style of include used by make
configure:3117: result: GNU
configure:3187: checking for gcc
configure:3203: found /usr/bin/gcc
configure:3214: result: gcc
configure:3452: checking for C compiler version
configure:3459: gcc --version >&5
gcc (GCC) 4.2.1 (SUSE Linux)
Copyright (C) 2007 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:3462: $? = 0
configure:3469: gcc -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.2.1 (SUSE Linux)
configure:3472: $? = 0
configure:3479: gcc -V >&5
gcc: '-V' option must have argument
configure:3482: $? = 1
configure:3505: checking for C compiler default output file name
configure:3532: gcc -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:3535: $? = 0
configure:3573: result: a.out
configure:3590: checking whether the C compiler works
configure:3600: ./a.out
configure:3603: $? = 0
configure:3620: result: yes
configure:3627: checking whether we are cross compiling
configure:3629: result: no
configure:3632: checking for suffix of executables
configure:3639: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:3642: $? = 0
configure:3666: result: 
configure:3672: checking for suffix of object files
configure:3698: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:3701: $? = 0
configure:3724: result: o
configure:3728: checking whether we are using the GNU C compiler
configure:3757: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:3763: $? = 0
configure:3780: result: yes
configure:3785: checking whether gcc accepts -g
configure:3815: gcc -c -g  conftest.c >&5
configure:3821: $? = 0
configure:3920: result: yes
configure:3937: checking for gcc option to accept ISO C89
configure:4011: gcc  -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:4017: $? = 0
configure:4040: result: none needed
configure:4060: checking dependency style of gcc
configure:4151: result: gcc3
configure:4166: checking for a sed that does not truncate output
configure:4220: result: /usr/bin/sed
configure:4223: checking for grep that handles long lines and -e
configure:4297: result: /usr/bin/grep
configure:4302: checking for egrep
configure:4380: result: /usr/bin/grep -E
configure:4396: checking for ld used by gcc
configure:4463: result: /usr/x86_64-suse-linux/bin/ld
configure:4472: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:4487: result: yes
configure:4492: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
configure:4499: result: -r
configure:4517: checking for BSD-compatible nm
configure:4566: result: /usr/bin/nm -B
configure:4570: checking whether ln -s works
configure:4574: result: yes
configure:4581: checking how to recognise dependent libraries
configure:4757: result: pass_all
configure:4845: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:4848: $? = 0
configure:4991: checking how to run the C preprocessor
configure:5031: gcc -E  conftest.c
configure:5037: $? = 0
configure:5068: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5074: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5107: result: gcc -E
configure:5136: gcc -E  conftest.c
configure:5142: $? = 0
configure:5173: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5179: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5217: checking for ANSI C header files
configure:5247: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5253: $? = 0
configure:5352: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:5355: $? = 0
configure:5361: ./conftest
configure:5364: $? = 0
configure:5381: result: yes
configure:5405: checking for sys/types.h
configure:5426: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5432: $? = 0
configure:5448: result: yes
configure:5405: checking for sys/stat.h
configure:5426: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5432: $? = 0
configure:5448: result: yes
configure:5405: checking for stdlib.h
configure:5426: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5432: $? = 0
configure:5448: result: yes
configure:5405: checking for string.h
configure:5426: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5432: $? = 0
configure:5448: result: yes
configure:5405: checking for memory.h
configure:5426: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5432: $? = 0
configure:5448: result: yes
configure:5405: checking for strings.h
configure:5426: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5432: $? = 0
configure:5448: result: yes
configure:5405: checking for inttypes.h
configure:5426: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5432: $? = 0
configure:5448: result: yes
configure:5405: checking for stdint.h
configure:5426: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5432: $? = 0
configure:5448: result: yes
configure:5405: checking for unistd.h
configure:5426: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5432: $? = 0
configure:5448: result: yes
configure:5475: checking dlfcn.h usability
configure:5492: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:5498: $? = 0
configure:5512: result: yes
configure:5516: checking dlfcn.h presence
configure:5531: gcc -E  conftest.c
configure:5537: $? = 0
configure:5551: result: yes
configure:5584: checking for dlfcn.h
configure:5592: result: yes
configure:5663: checking for g++
configure:5679: found /usr/bin/g++
configure:5690: result: g++
configure:5721: checking for C++ compiler version
configure:5728: g++ --version >&5
g++ (GCC) 4.2.1 (SUSE Linux)
Copyright (C) 2007 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:5731: $? = 0
configure:5738: g++ -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.2.1 (SUSE Linux)
configure:5741: $? = 0
configure:5748: g++ -V >&5
g++: '-V' option must have argument
configure:5751: $? = 1
configure:5754: checking whether we are using the GNU C++ compiler
configure:5783: g++ -c   conftest.cpp >&5
configure:5789: $? = 0
configure:5806: result: yes
configure:5811: checking whether g++ accepts -g
configure:5841: g++ -c -g  conftest.cpp >&5
configure:5847: $? = 0
configure:5946: result: yes
configure:5971: checking dependency style of g++
configure:6062: result: gcc3
configure:6087: checking how to run the C++ preprocessor
configure:6123: g++ -E  conftest.cpp
configure:6129: $? = 0
configure:6160: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6166: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6199: result: g++ -E
configure:6228: g++ -E  conftest.cpp
configure:6234: $? = 0
configure:6265: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6271: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6364: checking for g77
configure:6380: found /usr/bin/g77
configure:6391: result: g77
configure:6421: checking for Fortran 77 compiler version
configure:6428: g77 --version >&5
GNU Fortran (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux)
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:6431: $? = 0
configure:6438: g77 -v >&5
Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,f77 --disable-checking --libdir=/usr/lib64 --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux
Thread model: posix
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
configure:6441: $? = 0
configure:6448: g77 -V >&5
g77: `-V' option must have argument
configure:6451: $? = 1
configure:6459: checking whether we are using the GNU Fortran 77 compiler
configure:6478: g77 -c  conftest.F >&5
configure:6484: $? = 0
configure:6501: result: yes
configure:6507: checking whether g77 accepts -g
configure:6524: g77 -c -g conftest.f >&5
configure:6530: $? = 0
configure:6546: result: yes
configure:6576: checking the maximum length of command line arguments
configure:6685: result: 32768
configure:6696: checking command to parse /usr/bin/nm -B output from gcc object
configure:6801: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:6804: $? = 0
configure:6808: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6811: $? = 0
configure:6863: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c conftstm.o >&5
configure:6866: $? = 0
configure:6904: result: ok
configure:6908: checking for objdir
configure:6923: result: .libs
configure:7015: checking for ar
configure:7031: found /usr/bin/ar
configure:7042: result: ar
configure:7111: checking for ranlib
configure:7127: found /usr/bin/ranlib
configure:7138: result: ranlib
configure:7207: checking for strip
configure:7223: found /usr/bin/strip
configure:7234: result: strip
configure:7520: checking if gcc supports -fno-rtti -fno-exceptions
configure:7538: gcc -c -g -w -O3 -fgnu89-inline -fPIC  -fno-rtti -fno-exceptions conftest.c >&5
configure:7542: $? = 0
configure:7555: result: yes
configure:7570: checking for gcc option to produce PIC
configure:7780: result: -fPIC
configure:7788: checking if gcc PIC flag -fPIC works
configure:7806: gcc -c -g -w -O3 -fgnu89-inline -fPIC  -fPIC -DPIC conftest.c >&5
configure:7810: $? = 0
configure:7823: result: yes
configure:7851: checking if gcc static flag -static works
configure:7879: result: yes
configure:7889: checking if gcc supports -c -o file.o
configure:7910: gcc -c -g -w -O3 -fgnu89-inline -fPIC  -o out/conftest2.o conftest.c >&5
configure:7914: $? = 0
configure:7936: result: yes
configure:7962: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:8916: result: yes
configure:8937: checking whether -lc should be explicitly linked in
configure:8942: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:8945: $? = 0
configure:8960: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8963: $? = 0
configure:8975: result: no
configure:8983: checking dynamic linker characteristics
configure:9376: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:9379: $? = 0
configure:9592: result: GNU/Linux ld.so
configure:9601: checking how to hardcode library paths into programs
configure:9626: result: immediate
configure:9640: checking whether stripping libraries is possible
configure:9645: result: yes
configure:9768: checking for shl_load
configure:9824: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
/tmp/cc8knQsI.o: In function `main':
/Builds/A/build/gst/gst-plugins-base-0.10.19/conftest.c:55: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:9830: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* 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 shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:9847: result: no
configure:9852: checking for shl_load in -ldld
configure:9887: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c -ldld   >&5
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:9893: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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
| /* 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:9911: result: no
configure:9916: checking for dlopen
configure:9972: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
/tmp/ccqKM8dW.o: In function `main':
/Builds/A/build/gst/gst-plugins-base-0.10.19/conftest.c:55: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:9978: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* 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 dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:9995: result: no
configure:10000: checking for dlopen in -ldl
configure:10035: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c -ldl   >&5
configure:10041: $? = 0
configure:10059: result: yes
configure:10228: checking whether a program can dlopen itself
configure:10302: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -DHAVE_DLFCN_H -L/opt/garnome/lib64 -L/opt/X11R7.3/lib -Wl,--export-dynamic conftest.c -ldl  >&5
configure:10305: $? = 0
configure:10323: result: yes
configure:10328: checking whether a statically linked program can dlopen itself
configure:10402: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -DHAVE_DLFCN_H -L/opt/garnome/lib64 -L/opt/X11R7.3/lib -Wl,--export-dynamic -static conftest.c -ldl  >&5
/tmp/ccKqiKii.o: In function `main':
/Builds/A/build/gst/gst-plugins-base-0.10.19/configure:10386: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:10405: $? = 0
/lib64/: cannot read file data: Is a directory
configure:10423: result: no
configure:10446: checking if libtool supports shared libraries
configure:10448: result: yes
configure:10451: checking whether to build shared libraries
configure:10472: result: yes
configure:10475: checking whether to build static libraries
configure:10479: result: yes
configure:10571: creating libtool
configure:11159: checking for ld used by g++
configure:11226: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
configure:11235: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld
configure:11250: result: yes
configure:11301: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:12235: result: yes
configure:12253: g++ -c -g -O2  conftest.cpp >&5
configure:12256: $? = 0
configure:12375: checking for g++ option to produce PIC
configure:12649: result: -fPIC
configure:12657: checking if g++ PIC flag -fPIC works
configure:12675: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:12679: $? = 0
configure:12692: result: yes
configure:12720: checking if g++ static flag -static works
configure:12748: result: yes
configure:12758: checking if g++ supports -c -o file.o
configure:12779: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:12783: $? = 0
configure:12805: result: yes
configure:12831: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:12856: result: yes
configure:12923: checking dynamic linker characteristics
configure:13316: g++ -c -g -O2  conftest.cpp >&5
configure:13319: $? = 0
configure:13532: result: GNU/Linux ld.so
configure:13541: checking how to hardcode library paths into programs
configure:13566: result: immediate
configure:14092: checking if libtool supports shared libraries
configure:14094: result: yes
configure:14097: checking whether to build shared libraries
configure:14117: result: yes
configure:14120: checking whether to build static libraries
configure:14124: result: yes
configure:14134: checking for g77 option to produce PIC
configure:14344: result: -fPIC
configure:14352: checking if g77 PIC flag -fPIC works
configure:14370: g77 -c -g -O2 -fPIC conftest.f >&5
configure:14374: $? = 0
configure:14387: result: yes
configure:14415: checking if g77 static flag -static works
configure:14443: result: yes
configure:14453: checking if g77 supports -c -o file.o
configure:14474: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14478: $? = 0
configure:14500: result: yes
configure:14526: checking whether the g77 linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:15460: result: yes
configure:15527: checking dynamic linker characteristics
configure:15920: g77 -c -g -O2 conftest.f >&5
configure:15923: $? = 0
configure:16136: result: GNU/Linux ld.so
configure:16145: checking how to hardcode library paths into programs
configure:16170: result: immediate
configure:19829: checking for msgfmt
configure:19857: result: /usr/local/bin/msgfmt
configure:19866: checking for gmsgfmt
configure:19897: result: /usr/local/bin/msgfmt
configure:19908: checking for xgettext
configure:19936: result: /usr/local/bin/xgettext
configure:19947: checking for msgmerge
configure:19974: result: /usr/local/bin/msgmerge
configure:20036: checking for ld used by GCC
configure:20099: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
configure:20108: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld
GNU ld (GNU Binutils) 2.17.50.20070726-14 (SUSE Linux)
configure:20120: result: yes
configure:20126: checking for shared library run path origin
configure:20139: result: done
configure:20556: checking whether NLS is requested
configure:20565: result: yes
configure:20582: checking for GNU gettext in libc
configure:20611: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:20617: $? = 0
configure:20634: result: yes
configure:21510: checking for pkg-config
configure:21528: found /usr/local/bin/pkg-config
configure:21540: result: /usr/local/bin/pkg-config
configure:21569: checking pkg-config is at least version 0.9.0
configure:21572: result: yes
configure:21600: checking for VALGRIND
configure:21608: $PKG_CONFIG --exists --print-errors "valgrind > $VALGRIND_REQ"
Package valgrind was not found in the pkg-config search path.
Perhaps you should add the directory containing `valgrind.pc'
to the PKG_CONFIG_PATH environment variable
No package 'valgrind' found
configure:21611: $? = 1
configure:21626: $PKG_CONFIG --exists --print-errors "valgrind > $VALGRIND_REQ"
Package valgrind was not found in the pkg-config search path.
Perhaps you should add the directory containing `valgrind.pc'
to the PKG_CONFIG_PATH environment variable
No package 'valgrind' found
configure:21629: $? = 1
Package valgrind was not found in the pkg-config search path.
Perhaps you should add the directory containing `valgrind.pc'
to the PKG_CONFIG_PATH environment variable
No package 'valgrind' found
configure:21647: result: no
configure:21917: Using GStreamer Base Plug-ins source release as package name
configure:21945: Using Unknown package origin as package origin
configure:22003: Using /opt/garnome/libexec/gst-install-plugins-helper as plugin install helper
configure:22031: *** checking feature: building of plug-ins with external deps ***
configure:22088: building external plug-ins
configure:22133: *** checking feature: building of experimental plug-ins ***
configure:22208: not building experimental plug-ins
configure:22348: checking whether byte ordering is bigendian
configure:22381: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:22387: $? = 0
configure:22419: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
conftest.c: In function 'main':
conftest.c:38: error: 'not' undeclared (first use in this function)
conftest.c:38: error: (Each undeclared identifier is reported only once
conftest.c:38: error: for each function it appears in.)
conftest.c:38: error: expected ';' before 'big'
configure:22425: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:22565: result: no
configure:22712: checking for special C compiler options needed for large files
configure:22805: result: no
configure:22811: checking for _FILE_OFFSET_BITS value needed for large files
configure:22846: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:22852: $? = 0
configure:22920: result: no
configure:23105: checking for gcc
configure:23132: result: gcc
configure:23370: checking for C compiler version
configure:23377: gcc --version >&5
gcc (GCC) 4.2.1 (SUSE Linux)
Copyright (C) 2007 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:23380: $? = 0
configure:23387: gcc -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.2.1 (SUSE Linux)
configure:23390: $? = 0
configure:23397: gcc -V >&5
gcc: '-V' option must have argument
configure:23400: $? = 1
configure:23403: checking whether we are using the GNU C compiler
configure:23455: result: yes
configure:23460: checking whether gcc accepts -g
configure:23595: result: yes
configure:23612: checking for gcc option to accept ISO C89
configure:23715: result: none needed
configure:23735: checking dependency style of gcc
configure:23826: result: gcc3
configure:23843: checking whether gcc and cc understand -c and -o together
configure:23878: gcc -c conftest.c -o conftest2.o >&5
configure:23881: $? = 0
configure:23887: gcc -c conftest.c -o conftest2.o >&5
configure:23890: $? = 0
configure:23901: cc -c conftest.c >&5
configure:23904: $? = 0
configure:23912: cc -c conftest.c -o conftest2.o >&5
configure:23915: $? = 0
configure:23921: cc -c conftest.c -o conftest2.o >&5
configure:23924: $? = 0
configure:23942: result: yes
configure:23971: checking for valgrind
configure:23989: found /usr/bin/valgrind
configure:24002: result: /usr/bin/valgrind
configure:24176: checking gtk-doc version >= 1.3
configure:24179: result: yes
configure:24215: Looking for Python version >= 2.1
configure:24233: checking for python
configure:24251: found /usr/local/bin/python
configure:24263: result: /usr/local/bin/python
configure:24275: checking "/usr/local/bin/python":
configure:24277: result: okay
configure:24293: checking local Python configuration
configure:24330: result: looks good
configure:24342: checking pyxml
configure:24346: result: yes
configure:24358: checking whether to build plugin documentation
configure:24366: result: yes
configure:24386: checking for strerror in -lcposix
configure:24421: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c -lcposix   >&5
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:24427: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| /* 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 strerror ();
| int
| main ()
| {
| return strerror ();
|   ;
|   return 0;
| }
configure:24445: result: no
configure:24592: checking for cos in -lm
configure:24627: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c -lm   >&5
configure:24633: $? = 0
configure:24651: result: yes
configure:24663: checking for ANSI C header files
configure:24827: result: yes
configure:24853: checking malloc.h usability
configure:24870: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:24876: $? = 0
configure:24890: result: yes
configure:24894: checking malloc.h presence
configure:24909: gcc -E  conftest.c
configure:24915: $? = 0
configure:24929: result: yes
configure:24962: checking for malloc.h
configure:24970: result: yes
configure:24999: checking regex.h usability
configure:25016: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:25022: $? = 0
configure:25036: result: yes
configure:25040: checking regex.h presence
configure:25055: gcc -E  conftest.c
configure:25061: $? = 0
configure:25075: result: yes
configure:25108: checking for regex.h
configure:25116: result: yes
configure:25170: gcc -c -g -w -O3 -fgnu89-inline -fPIC -I/opt/garnome/include/libxml2   conftest.c >&5
configure:25176: $? = 0
configure:25218: checking sys/socket.h usability
configure:25235: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:25241: $? = 0
configure:25255: result: yes
configure:25259: checking sys/socket.h presence
configure:25274: gcc -E  conftest.c
configure:25280: $? = 0
configure:25294: result: yes
configure:25327: checking for sys/socket.h
configure:25335: result: yes
configure:25374: checking winsock2.h usability
configure:25391: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
conftest.c:69:22: error: winsock2.h: No such file or directory
configure:25397: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <winsock2.h>
configure:25411: result: no
configure:25415: checking winsock2.h presence
configure:25430: gcc -E  conftest.c
conftest.c:36:22: error: winsock2.h: No such file or directory
configure:25436: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <winsock2.h>
configure:25450: result: no
configure:25483: checking for winsock2.h
configure:25491: result: no
configure:25510: checking for hstrerror
configure:25566: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:25572: $? = 0
configure:25589: result: yes
configure:25695: checking process.h usability
configure:25712: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
conftest.c:69:21: error: process.h: No such file or directory
configure:25718: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <process.h>
configure:25732: result: no
configure:25736: checking process.h presence
configure:25751: gcc -E  conftest.c
conftest.c:36:21: error: process.h: No such file or directory
configure:25757: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <process.h>
configure:25771: result: no
configure:25804: checking for process.h
configure:25812: result: no
configure:25685: checking for sys/types.h
configure:25691: result: yes
configure:25695: checking sys/wait.h usability
configure:25712: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:25718: $? = 0
configure:25732: result: yes
configure:25736: checking sys/wait.h presence
configure:25751: gcc -E  conftest.c
configure:25757: $? = 0
configure:25771: result: yes
configure:25804: checking for sys/wait.h
configure:25812: result: yes
configure:25685: checking for sys/stat.h
configure:25691: result: yes
configure:25827: checking for stdint types
configure:25860: gcc -c   conftest.c >&5
configure:25866: $? = 0
configure:25944: result: stdint.h (shortcircuit)
configure:28650: result: make use of stdint.h in _stdint.h (assuming C99 compatible system)
configure:28663: checking for localtime_r
configure:28719: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:28725: $? = 0
configure:28743: result: yes
configure:28663: checking for gmtime_r
configure:28719: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:28725: $? = 0
configure:28743: result: yes
configure:28757: checking for FIONREAD in sys/ioctl.h
configure:28791: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:28797: $? = 0
configure:28815: result: yes
configure:28902: checking for inline
configure:28928: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:28934: $? = 0
configure:28952: result: inline
configure:28973: checking for _LARGEFILE_SOURCE value needed for large files
configure:29000: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:29006: $? = 0
configure:29070: result: no
configure:29094: checking for lrint
configure:29125: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
/tmp/ccWmYmly.o: In function `main':
/Builds/A/build/gst/gst-plugins-base-0.10.19/conftest.c:52: undefined reference to `lrint'
collect2: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| 
| #define		_ISOC9X_SOURCE	1
| #define 	_ISOC99_SOURCE	1
| #define		__USE_ISOC99	1
| #define 	__USE_ISOC9X	1
| #include	<math.h>
| int
| main ()
| {
| 	int value = lrint (0.432) ;
|   ;
|   return 0;
| }
configure:29148: result: no
configure:29158: checking for lrintf
configure:29189: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
/tmp/ccU8sUzG.o: In function `main':
/Builds/A/build/gst/gst-plugins-base-0.10.19/conftest.c:52: undefined reference to `lrintf'
collect2: ld returned 1 exit status
configure:29195: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| 
| #define		_ISOC9X_SOURCE	1
| #define 	_ISOC99_SOURCE	1
| #define		__USE_ISOC99	1
| #define 	__USE_ISOC9X	1
| #include	<math.h>
| int
| main ()
| {
| 	int value = lrintf (0.432) ;
|   ;
|   return 0;
| }
configure:29212: result: no
configure:29224: checking whether gcc implements __PRETTY_FUNCTION__
configure:29251: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:29257: $? = 0
configure:29276: result: yes
configure:29286: checking whether gcc implements __FUNCTION__
configure:29313: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:29319: $? = 0
configure:29338: result: yes
configure:29348: checking whether gcc implements __func__
configure:29375: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:29381: $? = 0
configure:29400: result: yes
configure:29447: checking for GLIB
configure:29455: $PKG_CONFIG --exists --print-errors "$which"
configure:29458: $? = 0
configure:29473: $PKG_CONFIG --exists --print-errors "$which"
configure:29476: $? = 0
configure:29522: result: yes
configure:29551: checking for LIBOIL
configure:29559: $PKG_CONFIG --exists --print-errors "liboil-0.3 >= 0.3.8"
configure:29562: $? = 0
configure:29577: $PKG_CONFIG --exists --print-errors "liboil-0.3 >= 0.3.8"
configure:29580: $? = 0
configure:29602: result: yes
configure:29620: checking for GST
configure:29628: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:29631: $? = 0
configure:29646: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:29649: $? = 0
configure:29699: result: yes
configure:29715: using GStreamer tools in /opt/garnome/bin
configure:29727: using GStreamer plug-ins in /opt/garnome/lib/gstreamer-0.10
configure:29739: checking for GST_BASE
configure:29747: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:29750: $? = 0
configure:29765: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:29768: $? = 0
configure:29818: result: yes
configure:29835: checking for GST_GDP
configure:29843: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:29846: $? = 0
configure:29861: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:29864: $? = 0
configure:29914: result: yes
configure:29931: checking for GST_CONTROLLER
configure:29939: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:29942: $? = 0
configure:29957: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:29960: $? = 0
configure:30010: result: yes
configure:30027: checking for GST_CHECK
configure:30035: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:30038: $? = 0
configure:30053: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:30056: $? = 0
configure:30106: result: yes
configure:30132: checking for GTK2
configure:30140: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.2.0"
configure:30143: $? = 0
configure:30158: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.2.0"
configure:30161: $? = 0
configure:30183: result: yes
configure:30312: Using /opt/garnome/lib/gstreamer-0.10 as the plugin install location
configure:30325: checking to see if compiler understands -Wall
configure:30352: gcc -c -g -w -O3 -fgnu89-inline -fPIC -Wall  conftest.c >&5
configure:30358: $? = 0
configure:30381: result: yes
configure:30584: set ERROR_CFLAGS to -Wall
configure:30895: Checking libraries for plugins in sys/
configure:30899: checking for X
configure:31014: gcc -E  conftest.c
configure:31020: $? = 0
configure:31134: result: libraries /usr/local/lib64, headers 
configure:31139: *** checking feature: X libraries and plugins ***
configure:31143: *** for plug-ins: ximagesink ***
configure:31199: checking whether -R must be followed by a space
configure:31225: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  -R/usr/local/lib64 >&5
gcc: unrecognized option '-R/usr/local/lib64'
configure:31231: $? = 0
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_FSEEKO 1
| #define HAVE_PRETTY_FUNCTION 1
| #define HAVE_FUNCTION 1
| #define HAVE_FUNC 1
| #define GST_FUNCTION __PRETTY_FUNCTION__
| #define GST_LICENSE "LGPL"
| #define PLUGINDIR "/opt/garnome/lib/gstreamer-0.10"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4lsrc"
| #define DEFAULT_VISUALIZER "goom"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:31266: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  -R /usr/local/lib64 >&5
gcc: unrecognized option '-R'
/usr/local/lib64: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:31272: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_FSEEKO 1
| #define HAVE_PRETTY_FUNCTION 1
| #define HAVE_FUNCTION 1
| #define HAVE_FUNC 1
| #define GST_FUNCTION __PRETTY_FUNCTION__
| #define GST_LICENSE "LGPL"
| #define PLUGINDIR "/opt/garnome/lib/gstreamer-0.10"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4lsrc"
| #define DEFAULT_VISUALIZER "goom"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:31285: result: neither works
configure:31338: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c   -L/usr/local/lib64 -lX11 >&5
configure:31344: $? = 0
configure:31501: checking for gethostbyname
configure:31557: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:31563: $? = 0
configure:31580: result: yes
configure:31725: checking for connect
configure:31781: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:31787: $? = 0
configure:31804: result: yes
configure:31876: checking for remove
configure:31932: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:31938: $? = 0
configure:31955: result: yes
configure:32027: checking for shmat
configure:32083: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c  >&5
configure:32089: $? = 0
configure:32106: result: yes
configure:32187: checking for IceConnectionNumber in -lICE
configure:32222: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib -L/usr/local/lib64 conftest.c -lICE   >&5
configure:32228: $? = 0
configure:32246: result: yes
configure:32271: checking X11/Xlib.h usability
configure:32288: gcc -c -g -w -O3 -fgnu89-inline -fPIC    conftest.c >&5
configure:32294: $? = 0
configure:32308: result: yes
configure:32312: checking X11/Xlib.h presence
configure:32327: gcc -E   conftest.c
configure:32333: $? = 0
configure:32347: result: yes
configure:32380: checking for X11/Xlib.h
configure:32387: result: yes
configure:32423: *** These plugins will be built: ximagesink
configure:32456: *** checking feature: X11 XVideo extensions ***
configure:32460: *** for plug-ins: xvimagesink ***
configure:32500: checking for XvQueryExtension in -lXv_pic
configure:32535: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c -lXv_pic  -L/usr/local/lib64  -lSM -lICE  -lX11 -lXext  >&5
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: cannot find -lXv_pic
collect2: ld returned 1 exit status
configure:32541: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GStreamer Base Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-base"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE "gst-plugins-base"
| #define VERSION "0.10.19"
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-base-0.10"
| #define LOCALEDIR "/opt/garnome/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
| #define HAVE_EXTERNAL
| #define HAVE_CPU_X86_64 1
| #define HOST_CPU "x86_64"
| #define STDC_HEADERS 1
| #define HAVE_MALLOC_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_FSEEKO 1
| #define HAVE_PRETTY_FUNCTION 1
| #define HAVE_FUNCTION 1
| #define HAVE_FUNC 1
| #define GST_FUNCTION __PRETTY_FUNCTION__
| #define GST_LICENSE "LGPL"
| #define PLUGINDIR "/opt/garnome/lib/gstreamer-0.10"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4lsrc"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_X
| /* 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 XvQueryExtension ();
| int
| main ()
| {
| return XvQueryExtension ();
|   ;
|   return 0;
| }
configure:32559: result: no
configure:32573: checking for XvQueryExtension in -lXv
configure:32608: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c -lXv  -L/usr/local/lib64  -lSM -lICE  -lX11 -lXext  >&5
configure:32614: $? = 0
configure:32632: result: yes
configure:32660: *** These plugins will be built: xvimagesink
configure:32693: *** checking feature: X Shared Memory extension ***
configure:32736: checking for XShmAttach in -lXext
configure:32771: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c -lXext  -L/usr/local/lib64  -lSM -lICE  -lX11  >&5
configure:32777: $? = 0
configure:32795: result: yes
configure:32924: *** checking feature: Video 4 Linux ***
configure:32928: *** for plug-ins: video4linux ***
configure:32966: checking whether VID_TYPE_MPEG_ENCODER is declared
configure:33001: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:33007: $? = 0
configure:33022: result: yes
configure:33049: *** These plugins will be built: video4linux
configure:33085: Checking libraries for plugins in ext/
configure:33090: *** checking feature: ALSA ***
configure:33094: *** for plug-ins: alsa ***
configure:33134: checking for ALSA
configure:33142: $PKG_CONFIG --exists --print-errors "alsa >= 0.9.1"
configure:33145: $? = 0
configure:33160: $PKG_CONFIG --exists --print-errors "alsa >= 0.9.1"
configure:33163: $? = 0
configure:33693: result: yes
configure:33712: *** These plugins will be built: alsa
configure:33745: *** checking feature: CDParanoia ***
configure:33749: *** for plug-ins: cdparanoia ***
configure:33788: checking for cdda_open in -lcdda_interface
configure:33823: gcc -o conftest -g -w -O3 -fgnu89-inline -fPIC  -L/opt/garnome/lib64 -L/opt/X11R7.3/lib conftest.c -lcdda_interface -lm  >&5
configure:33829: $? = 0
configure:33847: result: yes
configure:33866: checking cdda_interface.h usability
configure:33883: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:33889: $? = 0
configure:33903: result: yes
configure:33907: checking cdda_interface.h presence
configure:33922: gcc -E  conftest.c
configure:33928: $? = 0
configure:33942: result: yes
configure:33975: checking for cdda_interface.h
configure:33982: result: yes
configure:34248: *** These plugins will be built: cdparanoia
configure:34281: *** checking feature: GNOME VFS ***
configure:34285: *** for plug-ins: gnomevfs ***
configure:34329: checking for GNOME_VFS
configure:34337: $PKG_CONFIG --exists --print-errors "$which"
configure:34340: $? = 0
configure:34355: $PKG_CONFIG --exists --print-errors "$which"
configure:34358: $? = 0
configure:34404: result: yes
configure:34423: *** These plugins will be built: gnomevfs
configure:34457: *** checking feature: GIO library ***
configure:34461: *** for plug-ins: gio ***
configure:34483: WARNING: *** gio pre-configured not to be built
configure:34593: *** These plugins will not be built: gio
configure:34611: *** checking feature: libvisual visualization library ***
configure:34615: *** for plug-ins: libvisual ***
configure:34659: checking for LIBVISUAL
configure:34667: $PKG_CONFIG --exists --print-errors "$which"
configure:34670: $? = 0
configure:34685: $PKG_CONFIG --exists --print-errors "$which"
configure:34688: $? = 0
configure:34734: result: yes
configure:34845: *** These plugins will be built: libvisual
configure:34878: *** checking feature: Xiph Ogg library ***
configure:34882: *** for plug-ins: ogg ***
configure:34926: checking for OGG
configure:34934: $PKG_CONFIG --exists --print-errors "$which"
configure:34937: $? = 0
configure:34952: $PKG_CONFIG --exists --print-errors "$which"
configure:34955: $? = 0
configure:35001: result: yes
configure:35234: *** These plugins will be built: ogg
configure:35267: *** checking feature: Pango font rendering ***
configure:35271: *** for plug-ins: pango ***
configure:35315: checking for PANGO
configure:35323: $PKG_CONFIG --exists --print-errors "$which"
configure:35326: $? = 0
configure:35341: $PKG_CONFIG --exists --print-errors "$which"
configure:35344: $? = 0
configure:35390: result: yes
configure:35409: *** These plugins will be built: pango
configure:35442: *** checking feature: Xiph Theora video codec ***
configure:35446: *** for plug-ins: theora ***
configure:35490: checking for THEORA
configure:35498: $PKG_CONFIG --exists --print-errors "$which"
configure:35501: $? = 0
configure:35516: $PKG_CONFIG --exists --print-errors "$which"
configure:35519: $? = 0
configure:35565: result: yes
configure:35584: *** These plugins will be built: theora
configure:35617: *** checking feature: Xiph Vorbis audio codec ***
configure:35621: *** for plug-ins: vorbis ***
configure:35665: checking for VORBIS
configure:35673: $PKG_CONFIG --exists --print-errors "$which"
configure:35676: $? = 0
configure:35691: $PKG_CONFIG --exists --print-errors "$which"
configure:35694: $? = 0
configure:35740: result: yes
configure:35997: *** These plugins will be built: vorbis
configure:36058: gcc -c -g -w -O3 -fgnu89-inline -fPIC  conftest.c >&5
configure:36064: $? = 0
configure:36166: checking for FT2
configure:36174: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0.9"
configure:36177: $? = 0
configure:36192: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0.9"
configure:36195: $? = 0
configure:36673: result: yes
configure:37345: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GStreamer Base Plug-ins config.status 0.10.19, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on Tesla

config.status:1036: creating Makefile
config.status:1036: creating gst-plugins-base.spec
config.status:1036: creating gst/Makefile
config.status:1036: creating gst/adder/Makefile
config.status:1036: creating gst/audioconvert/Makefile
config.status:1036: creating gst/audiorate/Makefile
config.status:1036: creating gst/audioresample/Makefile
config.status:1036: creating gst/audiotestsrc/Makefile
config.status:1036: creating gst/ffmpegcolorspace/Makefile
config.status:1036: creating gst/gdp/Makefile
config.status:1036: creating gst/playback/Makefile
config.status:1036: creating gst/subparse/Makefile
config.status:1036: creating gst/tcp/Makefile
config.status:1036: creating gst/typefind/Makefile
config.status:1036: creating gst/videotestsrc/Makefile
config.status:1036: creating gst/videorate/Makefile
config.status:1036: creating gst/videoscale/Makefile
config.status:1036: creating gst/volume/Makefile
config.status:1036: creating sys/Makefile
config.status:1036: creating sys/ximage/Makefile
config.status:1036: creating sys/xvimage/Makefile
config.status:1036: creating sys/v4l/Makefile
config.status:1036: creating ext/Makefile
config.status:1036: creating ext/alsa/Makefile
config.status:1036: creating ext/cdparanoia/Makefile
config.status:1036: creating ext/gnomevfs/Makefile
config.status:1036: creating ext/gio/Makefile
config.status:1036: creating ext/libvisual/Makefile
config.status:1036: creating ext/ogg/Makefile
config.status:1036: creating ext/pango/Makefile
config.status:1036: creating ext/theora/Makefile
config.status:1036: creating ext/vorbis/Makefile
config.status:1036: creating gst-libs/Makefile
config.status:1036: creating gst-libs/gst/Makefile
config.status:1036: creating gst-libs/gst/audio/Makefile
config.status:1036: creating gst-libs/gst/cdda/Makefile
config.status:1036: creating gst-libs/gst/fft/Makefile
config.status:1036: creating gst-libs/gst/floatcast/Makefile
config.status:1036: creating gst-libs/gst/interfaces/Makefile
config.status:1036: creating gst-libs/gst/netbuffer/Makefile
config.status:1036: creating gst-libs/gst/riff/Makefile
config.status:1036: creating gst-libs/gst/rtp/Makefile
config.status:1036: creating gst-libs/gst/rtsp/Makefile
config.status:1036: creating gst-libs/gst/sdp/Makefile
config.status:1036: creating gst-libs/gst/tag/Makefile
config.status:1036: creating gst-libs/gst/pbutils/Makefile
config.status:1036: creating gst-libs/gst/video/Makefile
config.status:1036: creating tools/Makefile
config.status:1036: creating win32/common/config.h
config.status:1036: creating pkgconfig/Makefile
config.status:1036: creating pkgconfig/gstreamer-audio.pc
config.status:1036: creating pkgconfig/gstreamer-audio-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-cdda.pc
config.status:1036: creating pkgconfig/gstreamer-cdda-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-fft.pc
config.status:1036: creating pkgconfig/gstreamer-fft-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-floatcast.pc
config.status:1036: creating pkgconfig/gstreamer-floatcast-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-interfaces.pc
config.status:1036: creating pkgconfig/gstreamer-interfaces-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-netbuffer.pc
config.status:1036: creating pkgconfig/gstreamer-netbuffer-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-pbutils.pc
config.status:1036: creating pkgconfig/gstreamer-pbutils-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-riff.pc
config.status:1036: creating pkgconfig/gstreamer-riff-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-rtp.pc
config.status:1036: creating pkgconfig/gstreamer-rtp-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-rtsp.pc
config.status:1036: creating pkgconfig/gstreamer-rtsp-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-sdp.pc
config.status:1036: creating pkgconfig/gstreamer-sdp-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-tag.pc
config.status:1036: creating pkgconfig/gstreamer-tag-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-video.pc
config.status:1036: creating pkgconfig/gstreamer-video-uninstalled.pc
config.status:1036: creating pkgconfig/gstreamer-plugins-base.pc
config.status:1036: creating pkgconfig/gstreamer-plugins-base-uninstalled.pc
config.status:1036: creating tests/Makefile
config.status:1036: creating tests/check/Makefile
config.status:1036: creating tests/examples/Makefile
config.status:1036: creating tests/examples/dynamic/Makefile
config.status:1036: creating tests/examples/seek/Makefile
config.status:1036: creating tests/examples/volume/Makefile
config.status:1036: creating tests/examples/snapshot/Makefile
config.status:1036: creating tests/icles/Makefile
config.status:1036: creating docs/Makefile
config.status:1036: creating docs/design/Makefile
config.status:1036: creating docs/libs/Makefile
config.status:1036: creating docs/plugins/Makefile
config.status:1036: creating docs/version.entities
config.status:1036: creating po/Makefile.in
config.status:1176: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status:1036: creating common/Makefile
config.status:1036: creating common/m4/Makefile
config.status:1036: creating m4/Makefile
config.status:1036: creating config.h
config.status:1364: executing depfiles commands
config.status:1364: executing default-1 commands
config.status:1364: executing _stdint.h commands
config.status:1592: creating _stdint.h : _GST_PLUGINS_BASE__STDINT_H

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c99_lrint=no
ac_cv_c99_lrintf=no
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ALSA_CFLAGS_set=
ac_cv_env_ALSA_CFLAGS_value=
ac_cv_env_ALSA_LIBS_set=
ac_cv_env_ALSA_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -w -O3 -fgnu89-inline -fPIC'
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_FT2_CFLAGS_set=
ac_cv_env_FT2_CFLAGS_value=
ac_cv_env_FT2_LIBS_set=
ac_cv_env_FT2_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GNOME_VFS_CFLAGS_set=
ac_cv_env_GNOME_VFS_CFLAGS_value=
ac_cv_env_GNOME_VFS_LIBS_set=
ac_cv_env_GNOME_VFS_LIBS_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_CHECK_CFLAGS_set=
ac_cv_env_GST_CHECK_CFLAGS_value=
ac_cv_env_GST_CHECK_LIBS_set=
ac_cv_env_GST_CHECK_LIBS_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_GDP_CFLAGS_set=
ac_cv_env_GST_GDP_CFLAGS_value=
ac_cv_env_GST_GDP_LIBS_set=
ac_cv_env_GST_GDP_LIBS_value=
ac_cv_env_GST_LIBS_set=
ac_cv_env_GST_LIBS_value=
ac_cv_env_GTK2_CFLAGS_set=
ac_cv_env_GTK2_CFLAGS_value=
ac_cv_env_GTK2_LIBS_set=
ac_cv_env_GTK2_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/opt/garnome/lib64 -L/opt/X11R7.3/lib'
ac_cv_env_LIBOIL_CFLAGS_set=
ac_cv_env_LIBOIL_CFLAGS_value=
ac_cv_env_LIBOIL_LIBS_set=
ac_cv_env_LIBOIL_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBVISUAL_CFLAGS_set=
ac_cv_env_LIBVISUAL_CFLAGS_value=
ac_cv_env_LIBVISUAL_LIBS_set=
ac_cv_env_LIBVISUAL_LIBS_value=
ac_cv_env_OGG_CFLAGS_set=
ac_cv_env_OGG_CFLAGS_value=
ac_cv_env_OGG_LIBS_set=
ac_cv_env_OGG_LIBS_value=
ac_cv_env_PANGO_CFLAGS_set=
ac_cv_env_PANGO_CFLAGS_value=
ac_cv_env_PANGO_LIBS_set=
ac_cv_env_PANGO_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_THEORA_CFLAGS_set=
ac_cv_env_THEORA_CFLAGS_value=
ac_cv_env_THEORA_LIBS_set=
ac_cv_env_THEORA_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_VORBIS_CFLAGS_set=
ac_cv_env_VORBIS_CFLAGS_value=
ac_cv_env_VORBIS_LIBS_set=
ac_cv_env_VORBIS_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_f77_compiler_gnu=yes
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_gethostbyname=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_hstrerror=yes
ac_cv_func_localtime_r=yes
ac_cv_func_remove=yes
ac_cv_func_shl_load=no
ac_cv_func_shmat=yes
ac_cv_have_decl_VID_TYPE_MPEG_ENCODER=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\''/usr/local/lib64'\'''
ac_cv_header_X11_Xlib_h=yes
ac_cv_header_cdda_interface_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_process_h=no
ac_cv_header_regex_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_winsock2_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xext_XShmAttach=yes
ac_cv_lib_Xv_XvQueryExtension=yes
ac_cv_lib_Xv_pic_XvQueryExtension=no
ac_cv_lib_cdda_interface_cdda_open=yes
ac_cv_lib_cposix_strerror=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_m_cos=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
ac_cv_path_PYTHON=/usr/local/bin/python
ac_cv_path_VALGRIND_PATH=/usr/bin/valgrind
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
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_F77=g77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_stdint_message='using gnu compiler gcc (GCC) 4.2.1 (SUSE Linux)'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
gt_cv_func_gnugettext1_libc=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
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_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=yes
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 \2/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_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/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'\''"'
pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa  '
pkg_cv_ALSA_LIBS='-L/usr/lib64 -lasound  '
pkg_cv_FT2_CFLAGS='-I/usr/include/freetype2  '
pkg_cv_FT2_LIBS='-L/usr/lib64 -lfreetype -lz  '
pkg_cv_GLIB_CFLAGS='-pthread -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include  '
pkg_cv_GLIB_LIBS='-pthread -L/opt/garnome/lib -lgobject-2.0 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lglib-2.0 -liconv  '
pkg_cv_GNOME_VFS_CFLAGS='-pthread -DORBIT2=1 -I/opt/garnome/include/gnome-vfs-2.0 -I/opt/garnome/lib64/gnome-vfs-2.0/include -I/opt/garnome/include/gconf/2 -I/opt/garnome/include/orbit-2.0 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include  '
pkg_cv_GNOME_VFS_LIBS='-pthread -L/opt/garnome/lib64 -L/opt/garnome/lib -lgnomevfs-2 -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -liconv  '
pkg_cv_GST_BASE_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2  '
pkg_cv_GST_BASE_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv  '
pkg_cv_GST_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2  '
pkg_cv_GST_CHECK_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2  '
pkg_cv_GST_CHECK_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstcheck-0.10 -lcheck -lm -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv  '
pkg_cv_GST_CONTROLLER_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2  '
pkg_cv_GST_CONTROLLER_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstcontroller-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv  '
pkg_cv_GST_GDP_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2  '
pkg_cv_GST_GDP_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstdataprotocol-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv  '
pkg_cv_GST_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv  '
pkg_cv_GTK2_CFLAGS='-DPNG_NO_MMX_CODE -I/opt/garnome/include/gtk-2.0 -I/opt/garnome/lib/gtk-2.0/include -I/opt/garnome/include/atk-1.0 -I/opt/garnome/include/cairo -I/opt/garnome/include/pango-1.0 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/opt/garnome/include -I/usr/include/libpng12 -I/opt/X11R7.3/include  '
pkg_cv_GTK2_LIBS='-L/opt/garnome/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -liconv  '
pkg_cv_LIBOIL_CFLAGS='-I/opt/garnome/include/liboil-0.3  '
pkg_cv_LIBOIL_LIBS='-L/opt/garnome/lib64 -loil-0.3 -lm  '
pkg_cv_LIBVISUAL_CFLAGS='-I/usr/include/libvisual-0.4  '
pkg_cv_LIBVISUAL_LIBS='-L/usr/lib64 -lpthread -lm -ldl -lvisual-0.4  '
pkg_cv_OGG_CFLAGS=' '
pkg_cv_OGG_LIBS='-L/usr/lib64 -logg  '
pkg_cv_PANGO_CFLAGS='-I/opt/garnome/include/pango-1.0 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/X11R7.3/include -I/usr/local/include/freetype2 -I/usr/local/include  '
pkg_cv_PANGO_LIBS='-L/opt/garnome/lib -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -liconv  '
pkg_cv_THEORA_CFLAGS='-I/usr/local/include  '
pkg_cv_THEORA_LIBS='-L/usr/local/lib -L/usr/lib64 -ltheora -logg  '
pkg_cv_VORBIS_CFLAGS=' '
pkg_cv_VORBIS_LIBS='-L/usr/lib64 -lvorbisenc -lvorbis -lm -logg  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /Builds/A/build/gst/gst-plugins-base-0.10.19/missing --run aclocal-1.10'
ACLOCAL_AMFLAGS='-I m4 -I common/m4'
ALSA_CFLAGS='-I/usr/include/alsa  '
ALSA_LIBS='-L/usr/lib64 -lasound  '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Builds/A/build/gst/gst-plugins-base-0.10.19/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /Builds/A/build/gst/gst-plugins-base-0.10.19/missing --run autoconf'
AUTOHEADER='${SHELL} /Builds/A/build/gst/gst-plugins-base-0.10.19/missing --run autoheader'
AUTOMAKE='${SHELL} /Builds/A/build/gst/gst-plugins-base-0.10.19/missing --run automake-1.10'
AWK='gawk'
BUILD_EXAMPLES_FALSE='#'
BUILD_EXAMPLES_TRUE=''
BUILD_EXPERIMENTAL_FALSE=''
BUILD_EXPERIMENTAL_TRUE='#'
BUILD_EXTERNAL_FALSE='#'
BUILD_EXTERNAL_TRUE=''
CC='gcc'
CCASFLAGS=''
CCDEPMODE='depmode=gcc3'
CDPARANOIA_LIBS='-lcdda_interface -lcdda_paranoia'
CFLAGS='-g -w -O3 -fgnu89-inline -fPIC'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFAULT_AUDIOSINK='autoaudiosink'
DEFAULT_AUDIOSRC='alsasrc'
DEFAULT_VIDEOSINK='autovideosink'
DEFAULT_VIDEOSRC='v4lsrc'
DEFAULT_VISUALIZER='goom'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPRECATED_CFLAGS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_GTK_DOC_FALSE='#'
ENABLE_GTK_DOC_TRUE=''
ENABLE_PLUGIN_DOCS_FALSE='#'
ENABLE_PLUGIN_DOCS_TRUE=''
ERROR_CFLAGS='-Wall'
EXEEXT=''
F77='g77'
FFLAGS='-g -O2'
FT2_CFLAGS='-I/usr/include/freetype2  '
FT2_CONFIG=''
FT2_LIBS='-L/usr/lib64 -lfreetype -lz  '
GCOV=''
GCOV_CFLAGS=''
GCOV_LIBS=''
GETTEXT_PACKAGE='gst-plugins-base-0.10'
GIO_CFLAGS=''
GIO_LDFLAGS=''
GIO_LIBS=''
GLIB_CFLAGS='-pthread -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include'
GLIB_LIBS='-pthread -L/opt/garnome/lib -lgobject-2.0 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lglib-2.0 -liconv  '
GLIB_PREFIX='/opt/garnome'
GLIB_REQ='2.6'
GMSGFMT='/usr/local/bin/msgfmt'
GNOME_VFS_CFLAGS='-pthread -DORBIT2=1 -I/opt/garnome/include/gnome-vfs-2.0 -I/opt/garnome/lib64/gnome-vfs-2.0/include -I/opt/garnome/include/gconf/2 -I/opt/garnome/include/orbit-2.0 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include  '
GNOME_VFS_LIBS='-pthread -L/opt/garnome/lib64 -L/opt/garnome/lib -lgnomevfs-2 -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -liconv  '
GREP='/usr/bin/grep'
GST_AGE='13'
GST_ALL_LDFLAGS='-no-undefined'
GST_BASE_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2  '
GST_BASE_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv  '
GST_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2   $(GST_OPTION_CFLAGS)'
GST_CHECK_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2  '
GST_CHECK_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstcheck-0.10 -lcheck -lm -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv  '
GST_CONTROLLER_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2  '
GST_CONTROLLER_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstcontroller-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv  '
GST_CURRENT='13'
GST_GCOV_ENABLED_FALSE=''
GST_GCOV_ENABLED_TRUE='#'
GST_GDP_CFLAGS='-pthread -I/opt/garnome/include/gstreamer-0.10 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/garnome/include/libxml2  '
GST_GDP_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstdataprotocol-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv  '
GST_INSTALL_PLUGINS_HELPER='/opt/garnome/libexec/gst-install-plugins-helper'
GST_LEVEL_DEFAULT='GST_LEVEL_NONE'
GST_LIBS='-pthread -L/opt/garnome/lib -L/opt/garnome/lib64 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -liconv   $(GCOV_LIBS)'
GST_LIBVERSION='13:0:13'
GST_LIB_LDFLAGS='-export-symbols-regex ^_?\(gst_\|Gst\|GST_\).*'
GST_LICENSE='LGPL'
GST_LT_LDFLAGS=' -version-info 13:0:13'
GST_MAJORMINOR='0.10'
GST_OPTION_CFLAGS='$(ERROR_CFLAGS) $(DEBUG_CFLAGS) $(PROFILE_CFLAGS) $(GCOV_CFLAGS) $(OPT_CFLAGS) $(DEPRECATED_CFLAGS)'
GST_PACKAGE_NAME='GStreamer Base Plug-ins source release'
GST_PACKAGE_ORIGIN='Unknown package origin'
GST_PLUGINS_ALL=' adder audioconvert audiorate audioresample audiotestsrc ffmpegcolorspace gdp playback subparse tcp typefind videotestsrc videorate videoscale volume'
GST_PLUGINS_BASE_CFLAGS='-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs'
GST_PLUGINS_DIR='/opt/garnome/lib/gstreamer-0.10'
GST_PLUGINS_SELECTED=' adder audioconvert audiorate audioresample audiotestsrc ffmpegcolorspace gdp playback subparse tcp typefind videotestsrc videorate videoscale volume'
GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex '\''^_*gst_plugin_desc$$'\'' -no-undefined'
GST_PREFIX='/opt/garnome'
GST_REVISION='0'
GST_TOOLS_DIR='/opt/garnome/bin'
GTK2_CFLAGS='-DPNG_NO_MMX_CODE -I/opt/garnome/include/gtk-2.0 -I/opt/garnome/lib/gtk-2.0/include -I/opt/garnome/include/atk-1.0 -I/opt/garnome/include/cairo -I/opt/garnome/include/pango-1.0 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/opt/garnome/include -I/usr/include/libpng12 -I/opt/X11R7.3/include  '
GTK2_LIBS='-L/opt/garnome/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -liconv  '
GTK_BASE_DIR=''
GTK_CFLAGS='-DPNG_NO_MMX_CODE -I/opt/garnome/include/gtk-2.0 -I/opt/garnome/lib/gtk-2.0/include -I/opt/garnome/include/atk-1.0 -I/opt/garnome/include/cairo -I/opt/garnome/include/pango-1.0 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/usr/include/freetype2 -I/opt/garnome/include -I/usr/include/libpng12 -I/opt/X11R7.3/include  '
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_LIBS='-L/opt/garnome/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -liconv  '
GTK_VERSION='2.10.0'
HAVE_CDPARANOIA='yes'
HAVE_CPU_ALPHA_FALSE=''
HAVE_CPU_ALPHA_TRUE='#'
HAVE_CPU_ARM_FALSE=''
HAVE_CPU_ARM_TRUE='#'
HAVE_CPU_CRISV32_FALSE=''
HAVE_CPU_CRISV32_TRUE='#'
HAVE_CPU_CRIS_FALSE=''
HAVE_CPU_CRIS_TRUE='#'
HAVE_CPU_HPPA_FALSE=''
HAVE_CPU_HPPA_TRUE='#'
HAVE_CPU_I386_FALSE=''
HAVE_CPU_I386_TRUE='#'
HAVE_CPU_IA64_FALSE=''
HAVE_CPU_IA64_TRUE='#'
HAVE_CPU_M68K_FALSE=''
HAVE_CPU_M68K_TRUE='#'
HAVE_CPU_MIPS_FALSE=''
HAVE_CPU_MIPS_TRUE='#'
HAVE_CPU_PPC64_FALSE=''
HAVE_CPU_PPC64_TRUE='#'
HAVE_CPU_PPC_FALSE=''
HAVE_CPU_PPC_TRUE='#'
HAVE_CPU_S390_FALSE=''
HAVE_CPU_S390_TRUE='#'
HAVE_CPU_SPARC_FALSE=''
HAVE_CPU_SPARC_TRUE='#'
HAVE_CPU_X86_64_FALSE='#'
HAVE_CPU_X86_64_TRUE=''
HAVE_FT2_FALSE='#'
HAVE_FT2_TRUE=''
HAVE_GST_CHECK_FALSE='#'
HAVE_GST_CHECK_TRUE=''
HAVE_GTK='yes'
HAVE_GTK_FALSE='#'
HAVE_GTK_TRUE=''
HAVE_LIBXML_HTML_FALSE='#'
HAVE_LIBXML_HTML_TRUE=''
HAVE_REGEX_H_FALSE='#'
HAVE_REGEX_H_TRUE=''
HAVE_SYS_SOCKET_H_FALSE='#'
HAVE_SYS_SOCKET_H_TRUE=''
HAVE_VALGRIND_FALSE='#'
HAVE_VALGRIND_TRUE=''
HAVE_X='yes'
HAVE_XSHM='yes'
HSTRERROR_LIBS=''
HTML_DIR='${datadir}/gtk-doc/html'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
LDFLAGS='-L/opt/garnome/lib64 -L/opt/X11R7.3/lib'
LIBICONV='-liconv'
LIBINTL=''
LIBM='-lm'
LIBOBJS=''
LIBOIL_CFLAGS='-I/opt/garnome/include/liboil-0.3  '
LIBOIL_LIBS='-L/opt/garnome/lib64 -loil-0.3 -lm  '
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBVISUAL_CFLAGS='-I/usr/include/libvisual-0.4  '
LIBVISUAL_LIBS='-L/usr/lib64 -lpthread -lm -ldl -lvisual-0.4  '
LN_S='ln -s'
LOCALEDIR='/opt/garnome/share/locale'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /Builds/A/build/gst/gst-plugins-base-0.10.19/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/bin/msgfmt'
MSGMERGE='/usr/local/bin/msgmerge'
OBJEXT='o'
OGG_CFLAGS=' '
OGG_LIBS='-L/usr/lib64 -logg  '
PACKAGE='gst-plugins-base'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_NAME='GStreamer Base Plug-ins'
PACKAGE_STRING='GStreamer Base Plug-ins 0.10.19'
PACKAGE_TARNAME='gst-plugins-base'
PACKAGE_VERSION='0.10.19'
PACKAGE_VERSION_MAJOR='0'
PACKAGE_VERSION_MICRO='19'
PACKAGE_VERSION_MINOR='10'
PACKAGE_VERSION_NANO='0'
PACKAGE_VERSION_RELEASE='1'
PANGO_CFLAGS='-I/opt/garnome/include/pango-1.0 -I/opt/garnome/include/glib-2.0 -I/opt/garnome/lib/glib-2.0/include -I/opt/X11R7.3/include -I/usr/local/include/freetype2 -I/usr/local/include  '
PANGO_LIBS='-L/opt/garnome/lib -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -liconv  '
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PLUGINDIR='/opt/garnome/lib/gstreamer-0.10'
POSUB='po'
PROFILE_CFLAGS='-g'
PYTHON='/usr/local/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.5'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
THEORA_CFLAGS='-I/usr/local/include  '
THEORA_LIBS='-L/usr/local/lib -L/usr/lib64 -ltheora -logg  '
USE_ALSA_FALSE='#'
USE_ALSA_TRUE=''
USE_CDPARANOIA_FALSE='#'
USE_CDPARANOIA_TRUE=''
USE_EXPERIMENTAL_FALSE=''
USE_EXPERIMENTAL_TRUE='#'
USE_EXTERNAL_FALSE='#'
USE_EXTERNAL_TRUE=''
USE_GIO_FALSE=''
USE_GIO_TRUE='#'
USE_GNOME_VFS_FALSE='#'
USE_GNOME_VFS_TRUE=''
USE_GST_V4L_FALSE='#'
USE_GST_V4L_TRUE=''
USE_LIBVISUAL_FALSE='#'
USE_LIBVISUAL_TRUE=''
USE_NLS='yes'
USE_OGG_FALSE='#'
USE_OGG_TRUE=''
USE_PANGO_FALSE='#'
USE_PANGO_TRUE=''
USE_PLUGIN_ADDER_FALSE='#'
USE_PLUGIN_ADDER_TRUE=''
USE_PLUGIN_AUDIOCONVERT_FALSE='#'
USE_PLUGIN_AUDIOCONVERT_TRUE=''
USE_PLUGIN_AUDIORATE_FALSE='#'
USE_PLUGIN_AUDIORATE_TRUE=''
USE_PLUGIN_AUDIORESAMPLE_FALSE='#'
USE_PLUGIN_AUDIORESAMPLE_TRUE=''
USE_PLUGIN_AUDIOTESTSRC_FALSE='#'
USE_PLUGIN_AUDIOTESTSRC_TRUE=''
USE_PLUGIN_FFMPEGCOLORSPACE_FALSE='#'
USE_PLUGIN_FFMPEGCOLORSPACE_TRUE=''
USE_PLUGIN_GDP_FALSE='#'
USE_PLUGIN_GDP_TRUE=''
USE_PLUGIN_PLAYBACK_FALSE='#'
USE_PLUGIN_PLAYBACK_TRUE=''
USE_PLUGIN_SUBPARSE_FALSE='#'
USE_PLUGIN_SUBPARSE_TRUE=''
USE_PLUGIN_TCP_FALSE='#'
USE_PLUGIN_TCP_TRUE=''
USE_PLUGIN_TYPEFIND_FALSE='#'
USE_PLUGIN_TYPEFIND_TRUE=''
USE_PLUGIN_VIDEORATE_FALSE='#'
USE_PLUGIN_VIDEORATE_TRUE=''
USE_PLUGIN_VIDEOSCALE_FALSE='#'
USE_PLUGIN_VIDEOSCALE_TRUE=''
USE_PLUGIN_VIDEOTESTSRC_FALSE='#'
USE_PLUGIN_VIDEOTESTSRC_TRUE=''
USE_PLUGIN_VOLUME_FALSE='#'
USE_PLUGIN_VOLUME_TRUE=''
USE_THEORA_FALSE='#'
USE_THEORA_TRUE=''
USE_VORBIS_FALSE='#'
USE_VORBIS_TRUE=''
USE_XSHM_FALSE='#'
USE_XSHM_TRUE=''
USE_XVIDEO_FALSE='#'
USE_XVIDEO_TRUE=''
USE_X_FALSE='#'
USE_X_TRUE=''
VALGRIND_CFLAGS=''
VALGRIND_LIBS=''
VALGRIND_PATH='/usr/bin/valgrind'
VERSION='0.10.19'
VORBISENC_LIBS=''
VORBISFILE_LIBS=''
VORBIS_CFLAGS=' '
VORBIS_LIBS='-L/usr/lib64 -lvorbisenc -lvorbis -lm -logg  '
WIN32_LIBS=''
XGETTEXT='/usr/local/bin/xgettext'
XMKMF=''
XSHM_LIBS='-lXext'
XVIDEO_LIBS='-lXv -lXext'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/local/lib64  -lSM -lICE  -lX11'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_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-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /Builds/A/build/gst/gst-plugins-base-0.10.19/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/gst-plugins-base'
pkgpythondir='${pythondir}/gst-plugins-base'
plugindir='$(libdir)/gstreamer-0.10'
prefix='/opt/garnome'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.5/site-packages'
pythondir='${prefix}/lib/python2.5/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "GStreamer Base Plug-ins"
#define PACKAGE_TARNAME "gst-plugins-base"
#define PACKAGE_VERSION "0.10.19"
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.19"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
#define PACKAGE "gst-plugins-base"
#define VERSION "0.10.19"
#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 ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define GETTEXT_PACKAGE "gst-plugins-base-0.10"
#define LOCALEDIR "/opt/garnome/share/locale"
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
#define GST_PACKAGE_ORIGIN "Unknown package origin"
#define GST_INSTALL_PLUGINS_HELPER "/opt/garnome/libexec/gst-install-plugins-helper"
#define HAVE_EXTERNAL
#define HAVE_CPU_X86_64 1
#define HOST_CPU "x86_64"
#define STDC_HEADERS 1
#define HAVE_MALLOC_H 1
#define HAVE_REGEX_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_LOCALTIME_R 1
#define HAVE_GMTIME_R 1
#define HAVE_FIONREAD_IN_SYS_IOCTL 1
#define HAVE_FSEEKO 1
#define HAVE_PRETTY_FUNCTION 1
#define HAVE_FUNCTION 1
#define HAVE_FUNC 1
#define GST_FUNCTION __PRETTY_FUNCTION__
#define GST_LICENSE "LGPL"
#define PLUGINDIR "/opt/garnome/lib/gstreamer-0.10"
#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
#define DEFAULT_AUDIOSINK "autoaudiosink"
#define DEFAULT_AUDIOSRC "alsasrc"
#define DEFAULT_VIDEOSINK "autovideosink"
#define DEFAULT_VIDEOSRC "v4lsrc"
#define DEFAULT_VISUALIZER "goom"
#define HAVE_X
#define HAVE_XVIDEO
#define HAVE_XSHM
#define HAVE_GST_V4L
#define HAVE_ALSA
#define HAVE_CDPARANOIA
#define HAVE_GNOME_VFS
#define HAVE_LIBVISUAL
#define HAVE_OGG
#define HAVE_PANGO
#define HAVE_THEORA
#define HAVE_VORBIS
#define HAVE_VORBIS_SYNTHESIS_RESTART 1

configure: exit 0
Comment 3 Tim-Philipp Müller 2008-04-28 09:41:39 UTC
I think there's a problem with your build setup somewhere. It looks like it's trying to link against an older version of the GStreamer core (maybe in /usr/local/bin?) and not 0.10.19. It does look like the includes and LIBS are right, but there's also a -L/usr/local/bin in there somewhere, which seems to screw things up. I'm not sure what drags that in though, maybe the GLib in /opt/garnome was built against a libiconv in /usr/local/lib, and there's an old GLib and GStreamer in /usr/local/lib too?

Also, this doeosn't look quite right to me (note the second line):
PATH: /home/mike/bin
PATH: opt/garnome/bin
PATH: /opt/X11R7.3/bin
PATH: /usr/local/bin
PATH: /usr/bin

PS: attach != paste ;)
Comment 4 Tim-Philipp Müller 2008-06-02 18:46:48 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!