HI everybody,
I am trying to install gstreamer on Texas instrument's davinci DVEVM 1.10 platform (for multimedia application development) It has Montavista linux on which gstreamer has to be installed. I downloaded "gstreamer build and TI build" from TI website and followed instruction according to this doc : http://focus.ti.com/lit/an/spraaq9/spraaq9.pdf but it fails on very first step to configure GLIB 2.12.4 will following error: checking for growing stack pointer... configure: error: cannot run test program while cross compiling See `config.log' for more details. contents of config.log are as follows: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by glib configure 2.12.4, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --build=i686-linux --host=arm-linux --prefix=/home/user/workdir/filesys/opt/gstreamer --cache-file=config.cache ## --------- ## ## Platform. ## ## --------- ## hostname = columbia uname -m = i686 uname -r = 2.6.18-8.el5 uname -s = Linux uname -v = #1 SMP Fri Jan 26 14:15:21 EST 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/qt-3.3/bin PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin PATH: /opt/mv_pro_4.0/montavista/pro/bin PATH: /opt/mv_pro_4.0/montavista/common/bin PATH: /home/davinci/bin PATH: /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin PATH: /opt/mv_pro_4.0/montavista/pro/bin PATH: /opt/mv_pro_4.0/montavista/common/bin PATH: /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1440: loading cache config.cache configure:1581: checking for a BSD-compatible install configure:1636: result: /usr/bin/install -c configure:1647: checking whether build environment is sane configure:1690: result: yes configure:1723: checking for gawk configure:1739: found /usr/bin/gawk configure:1749: result: gawk configure:1759: checking whether make sets $(MAKE) configure:1779: result: yes configure:1849: checking for arm-linux-strip configure:1878: result: no configure:1887: checking for strip configure:1903: found /usr/bin/strip configure:1914: result: strip configure:1992: checking whether to enable maintainer-specific portions of Makefiles configure:2001: result: no configure:2023: checking build system type configure:2041: result: i686-pc-linux-gnu configure:2049: checking host system type configure:2063: result: arm-unknown-linux-gnu configure:2072: checking for the BeOS configure:2082: result: no configure:2086: checking for Win32 configure:2115: result: no configure:2516: checking whether to enable garbage collector friendliness configure:2527: result: no configure:2531: checking whether to disable memory pools configure:2534: result: no configure:2568: checking for arm-linux-gcc configure:2594: result: arm_v5t_le-gcc configure:2876: checking for C compiler version configure:2879: arm_v5t_le-gcc --version </dev/null >&5 arm_v5t_le-gcc (GCC) 3.4.3 (MontaVista 3.4.3-25.0.30.0501131 2005-07-23) Copyright (C) 2004 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:2882: $? = 0 configure:2884: arm_v5t_le-gcc -v </dev/null >&5 Reading specs from /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linuxeabi/3.4.3/specs Configured with: ../configure --host=i686-pc-linux-gnu --target=armv5tl-montavista-linuxeabi --prefix=/opt/montavista/foundation/devkit/arm/v5t_le --exec-prefix=/opt/montavista/foundation/devkit/arm/v5t_le --bindir=/opt/montavista/foundation/devkit/arm/v5t_le/bin --sbindir=/opt/montavista/foundation/devkit/arm/v5t_le/sbin --sysconfdir=/opt/montavista/foundation/devkit/arm/v5t_le/etc --datadir=/opt/montavista/foundation/devkit/arm/v5t_le/share --includedir=/opt/montavista/foundation/devkit/arm/v5t_le/include --libdir=/opt/montavista/foundation/devkit/arm/v5t_le/lib --libexecdir=/opt/montavista/foundation/devkit/arm/v5t_le/libexec --localstatedir=/opt/montavista/foundation/devkit/arm/v5t_le/var --sharedstatedir=/opt/montavista/foundation/devkit/arm/v5t_le/share --mandir=/opt/montavista/foundation/devkit/arm/v5t_le/man --infodir=/opt/montavista/foundation/devkit/arm/v5t_le/info --build=i686-pc-linux-gnu --program-transform-name=s,^,arm_v5t_le-, --enable-cross --with-sysroot=/opt/montavista/foundation/devkit/arm/v5t_le/target --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit --enable-threads=posix --disable-multilib --with-gxx-include-dir=${prefix}/lib/gcc/armv5tl-montavista-linuxeabi/3.4.3/../../../../target/usr/include/c++/3.4.3 --with-numa-policy=yes --with-float=soft --with-cpu=arm10tdmi --with-interwork --with-arch=armv5t --with-tune=arm10tdmi --libexecdir=/opt/montavista/foundation/devkit/arm/v5t_le/lib Thread model: posix gcc version 3.4.3 (MontaVista 3.4.3-25.0.30.0501131 2005-07-23) configure:2887: $? = 0 configure:2889: arm_v5t_le-gcc -V </dev/null >&5 arm_v5t_le-gcc: `-V' option must have argument configure:2892: $? = 1 configure:2915: checking for C compiler default output file name configure:2918: arm_v5t_le-gcc conftest.c >&5 configure:2921: $? = 0 configure:2967: result: a.out configure:2972: checking whether the C compiler works configure:2998: result: yes configure:3005: checking whether we are cross compiling configure:3007: result: yes configure:3010: checking for suffix of executables configure:3012: arm_v5t_le-gcc -o conftest conftest.c >&5 configure:3015: $? = 0 configure:3040: result: configure:3046: checking for suffix of object files configure:3067: arm_v5t_le-gcc -c conftest.c >&5 configure:3070: $? = 0 configure:3092: result: o configure:3096: checking whether we are using the GNU C compiler configure:3120: arm_v5t_le-gcc -c conftest.c >&5 configure:3126: $? = 0 configure:3130: test -z || test ! -s conftest.err configure:3133: $? = 0 configure:3136: test -s conftest.o configure:3139: $? = 0 configure:3152: result: yes configure:3158: checking whether arm_v5t_le-gcc accepts -g configure:3179: arm_v5t_le-gcc -c -g conftest.c >&5 configure:3185: $? = 0 configure:3189: test -z || test ! -s conftest.err configure:3192: $? = 0 configure:3195: test -s conftest.o configure:3198: $? = 0 configure:3209: result: yes configure:3226: checking for arm_v5t_le-gcc option to accept ANSI C configure:3296: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:3302: $? = 0 configure:3306: test -z || test ! -s conftest.err configure:3309: $? = 0 configure:3312: test -s conftest.o configure:3315: $? = 0 configure:3333: result: none needed configure:3351: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:3357: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3501: checking for style of include used by make configure:3529: result: GNU configure:3557: checking dependency style of arm_v5t_le-gcc configure:3640: result: gcc3 configure:3662: checking for c++ configure:3678: found /usr/bin/c++ configure:3688: result: c++ configure:3717: checking for arm-linux-g++ configure:3743: result: c++ configure:3801: checking for C++ compiler version configure:3804: c++ --version </dev/null >&5 c++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52) Copyright (C) 2006 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:3807: $? = 0 configure:3809: c++ -v </dev/null >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.1 20070105 (Red Hat 4.1.1-52) configure:3812: $? = 0 configure:3814: c++ -V </dev/null >&5 c++: '-V' option must have argument configure:3817: $? = 1 configure:3820: checking whether we are using the GNU C++ compiler configure:3844: c++ -c conftest.cc >&5 configure:3850: $? = 0 configure:3854: test -z || test ! -s conftest.err configure:3857: $? = 0 configure:3860: test -s conftest.o configure:3863: $? = 0 configure:3876: result: yes configure:3882: checking whether c++ accepts -g configure:3903: c++ -c -g conftest.cc >&5 configure:3909: $? = 0 configure:3913: test -z || test ! -s conftest.err configure:3916: $? = 0 configure:3919: test -s conftest.o configure:3922: $? = 0 configure:3933: result: yes configure:3975: c++ -c -g -O2 conftest.cc >&5 configure:3981: $? = 0 configure:3985: test -z || test ! -s conftest.err configure:3988: $? = 0 configure:3991: test -s conftest.o configure:3994: $? = 0 configure:4020: c++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:19: error: 'exit' was not declared in this scope configure:4026: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:3975: c++ -c -g -O2 conftest.cc >&5 configure:3981: $? = 0 configure:3985: test -z || test ! -s conftest.err configure:3988: $? = 0 configure:3991: test -s conftest.o configure:3994: $? = 0 configure:4020: c++ -c -g -O2 conftest.cc >&5 configure:4026: $? = 0 configure:4030: test -z || test ! -s conftest.err configure:4033: $? = 0 configure:4036: test -s conftest.o configure:4039: $? = 0 configure:4064: checking dependency style of c++ configure:4147: result: gcc3 configure:4181: c++ -c -g -O2 conftest.cc >&5 configure:4187: $? = 0 configure:4191: test -z || test ! -s conftest.err configure:4194: $? = 0 configure:4197: test -s conftest.o configure:4200: $? = 0 configure:4231: checking for arm_v5t_le-gcc option to accept ANSI C configure:4294: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:4300: $? = 0 configure:4304: test -z || test ! -s conftest.err configure:4307: $? = 0 configure:4310: test -s conftest.o configure:4313: $? = 0 configure:4328: result: none needed configure:4352: checking for a BSD-compatible install configure:4407: result: /usr/bin/install -c configure:4426: checking for special C compiler options needed for large files configure:4525: result: no configure:4531: checking for _FILE_OFFSET_BITS value needed for large files configure:4562: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 conftest.c:24: warning: left shift count >= width of type conftest.c:24: warning: left shift count >= width of type conftest.c:26: error: size of array `off_t_is_large' is negative configure:4568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4615: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:4621: $? = 0 configure:4625: test -z || test ! -s conftest.err configure:4628: $? = 0 configure:4631: test -s conftest.o configure:4634: $? = 0 configure:4646: result: 64 configure:4656: checking for _LARGE_FILES value needed for large files configure:4687: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:4693: $? = 0 configure:4697: test -z || test ! -s conftest.err configure:4700: $? = 0 configure:4703: test -s conftest.o configure:4706: $? = 0 configure:4771: result: no configure:4789: checking for pkg-config configure:4807: found /usr/bin/pkg-config configure:4820: result: /usr/bin/pkg-config configure:4909: checking for gawk configure:4935: result: gawk configure:4949: checking for perl5 configure:4978: result: no configure:4949: checking for perl configure:4965: found /usr/bin/perl configure:4975: result: perl configure:4988: checking for indent configure:5004: found /usr/bin/indent configure:5014: result: indent configure:5035: checking for perl configure:5053: found /usr/bin/perl configure:5065: result: /usr/bin/perl configure:5091: checking for iconv_open configure:5148: arm_v5t_le-gcc -o conftest -g -O2 conftest.c >&5 configure:5154: $? = 0 configure:5158: test -z || test ! -s conftest.err configure:5161: $? = 0 configure:5164: test -s conftest configure:5167: $? = 0 configure:5179: result: yes configure:5577: checking how to run the C preprocessor configure:5612: arm_v5t_le-gcc -E conftest.c configure:5618: $? = 0 configure:5650: arm_v5t_le-gcc -E conftest.c conftest.c:19:28: ac_nonexistent.h: No such file or directory configure:5656: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5695: result: arm_v5t_le-gcc -E configure:5719: arm_v5t_le-gcc -E conftest.c configure:5725: $? = 0 configure:5757: arm_v5t_le-gcc -E conftest.c conftest.c:19:28: ac_nonexistent.h: No such file or directory configure:5763: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5807: checking for egrep configure:5817: result: grep -E configure:5823: checking whether we are using the GNU C Library 2.1 or newer configure:5854: result: yes configure:5868: checking Whether to cache iconv descriptors configure:5894: result: no configure:5900: checking for ANSI C header files configure:5925: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:5931: $? = 0 configure:5935: test -z || test ! -s conftest.err configure:5938: $? = 0 configure:5941: test -s conftest.o configure:5944: $? = 0 configure:6056: result: yes configure:6080: checking for sys/types.h configure:6096: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6102: $? = 0 configure:6106: test -z || test ! -s conftest.err configure:6109: $? = 0 configure:6112: test -s conftest.o configure:6115: $? = 0 configure:6126: result: yes configure:6080: checking for sys/stat.h configure:6096: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6102: $? = 0 configure:6106: test -z || test ! -s conftest.err configure:6109: $? = 0 configure:6112: test -s conftest.o configure:6115: $? = 0 configure:6126: result: yes configure:6080: checking for stdlib.h configure:6096: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6102: $? = 0 configure:6106: test -z || test ! -s conftest.err configure:6109: $? = 0 configure:6112: test -s conftest.o configure:6115: $? = 0 configure:6126: result: yes configure:6080: checking for string.h configure:6096: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6102: $? = 0 configure:6106: test -z || test ! -s conftest.err configure:6109: $? = 0 configure:6112: test -s conftest.o configure:6115: $? = 0 configure:6126: result: yes configure:6080: checking for memory.h configure:6096: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6102: $? = 0 configure:6106: test -z || test ! -s conftest.err configure:6109: $? = 0 configure:6112: test -s conftest.o configure:6115: $? = 0 configure:6126: result: yes configure:6080: checking for strings.h configure:6096: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6102: $? = 0 configure:6106: test -z || test ! -s conftest.err configure:6109: $? = 0 configure:6112: test -s conftest.o configure:6115: $? = 0 configure:6126: result: yes configure:6080: checking for inttypes.h configure:6096: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6102: $? = 0 configure:6106: test -z || test ! -s conftest.err configure:6109: $? = 0 configure:6112: test -s conftest.o configure:6115: $? = 0 configure:6126: result: yes configure:6080: checking for stdint.h configure:6096: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6102: $? = 0 configure:6106: test -z || test ! -s conftest.err configure:6109: $? = 0 configure:6112: test -s conftest.o configure:6115: $? = 0 configure:6126: result: yes configure:6080: checking for unistd.h configure:6096: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6102: $? = 0 configure:6106: test -z || test ! -s conftest.err configure:6109: $? = 0 configure:6112: test -s conftest.o configure:6115: $? = 0 configure:6126: result: yes configure:6153: checking locale.h usability configure:6165: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6171: $? = 0 configure:6175: test -z || test ! -s conftest.err configure:6178: $? = 0 configure:6181: test -s conftest.o configure:6184: $? = 0 configure:6194: result: yes configure:6198: checking locale.h presence configure:6208: arm_v5t_le-gcc -E conftest.c configure:6214: $? = 0 configure:6234: result: yes configure:6269: checking for locale.h configure:6276: result: yes configure:6290: checking for LC_MESSAGES configure:6311: arm_v5t_le-gcc -o conftest -g -O2 conftest.c >&5 configure:6317: $? = 0 configure:6321: test -z || test ! -s conftest.err configure:6324: $? = 0 configure:6327: test -s conftest configure:6330: $? = 0 configure:6342: result: yes configure:6371: checking libintl.h usability configure:6383: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:6389: $? = 0 configure:6393: test -z || test ! -s conftest.err configure:6396: $? = 0 configure:6399: test -s conftest.o configure:6402: $? = 0 configure:6412: result: yes configure:6416: checking libintl.h presence configure:6426: arm_v5t_le-gcc -E conftest.c configure:6432: $? = 0 configure:6452: result: yes configure:6487: checking for libintl.h configure:6494: result: yes configure:6505: checking for ngettext in libc configure:6528: arm_v5t_le-gcc -o conftest -g -O2 conftest.c >&5 configure:6534: $? = 0 configure:6538: test -z || test ! -s conftest.err configure:6541: $? = 0 configure:6544: test -s conftest configure:6547: $? = 0 configure:6560: result: yes configure:6564: checking for dgettext in libc configure:6587: arm_v5t_le-gcc -o conftest -g -O2 conftest.c >&5 configure:6593: $? = 0 configure:6597: test -z || test ! -s conftest.err configure:6600: $? = 0 configure:6603: test -s conftest configure:6606: $? = 0 configure:6619: result: yes configure:6628: checking for bind_textdomain_codeset configure:6685: arm_v5t_le-gcc -o conftest -g -O2 conftest.c >&5 configure:6691: $? = 0 configure:6695: test -z || test ! -s conftest.err configure:6698: $? = 0 configure:6701: test -s conftest configure:6704: $? = 0 configure:6716: result: yes configure:7226: checking for msgfmt configure:7253: result: /usr/bin/msgfmt configure:7266: checking for dcgettext configure:7323: arm_v5t_le-gcc -o conftest -g -O2 conftest.c >&5 conftest.c:57: warning: conflicting types for built-in function 'dcgettext' configure:7329: $? = 0 configure:7333: test -z || test ! -s conftest.err configure:7336: $? = 0 configure:7339: test -s conftest configure:7342: $? = 0 configure:7354: result: yes configure:7366: checking for gmsgfmt configure:7397: result: /usr/bin/msgfmt configure:7406: checking for xgettext configure:7433: result: /usr/bin/xgettext configure:7457: arm_v5t_le-gcc -o conftest -g -O2 conftest.c >&5 configure:7463: $? = 0 configure:7467: test -z || test ! -s conftest.err configure:7470: $? = 0 configure:7473: test -s conftest configure:7476: $? = 0 configure:7649: checking for catalogs to be installed configure:7674: result: am ar az be bg bn bn_IN bs ca cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka ko ku lt lv mk ml mn ms nb ne nl nn or pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sr@ije sv ta te th tl tr tt uk vi wa xh yi zh_CN zh_HK zh_TW configure:7848: checking for a sed that does not truncate output configure:7902: result: /bin/sed configure:7916: checking for ld used by arm_v5t_le-gcc configure:7983: result: /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld configure:7992: checking if the linker (/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld) is GNU ld configure:8007: result: yes configure:8012: checking for /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld option to reload object files configure:8019: result: -r configure:8037: checking for BSD-compatible nm configure:8086: result: nm configure:8090: checking whether ln -s works configure:8094: result: yes configure:8101: checking how to recognise dependent libraries configure:8277: result: pass_all configure:8763: checking dlfcn.h usability configure:8775: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:8781: $? = 0 configure:8785: test -z || test ! -s conftest.err configure:8788: $? = 0 configure:8791: test -s conftest.o configure:8794: $? = 0 configure:8804: result: yes configure:8808: checking dlfcn.h presence configure:8818: arm_v5t_le-gcc -E conftest.c configure:8824: $? = 0 configure:8844: result: yes configure:8879: checking for dlfcn.h configure:8886: result: yes configure:8909: checking how to run the C++ preprocessor configure:8940: c++ -E conftest.cc configure:8946: $? = 0 configure:8978: c++ -E conftest.cc conftest.cc:38:28: error: ac_nonexistent.h: No such file or directory configure:8984: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:9023: result: c++ -E configure:9047: c++ -E conftest.cc configure:9053: $? = 0 configure:9085: c++ -E conftest.cc conftest.cc:38:28: error: ac_nonexistent.h: No such file or directory configure:9091: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:9145: checking for arm-linux-g77 configure:9174: result: no configure:9145: checking for arm-linux-f77 configure:9174: result: no configure:9145: checking for arm-linux-xlf configure:9174: result: no configure:9145: checking for arm-linux-frt configure:9174: result: no configure:9145: checking for arm-linux-pgf77 configure:9174: result: no configure:9145: checking for arm-linux-fort77 configure:9174: result: no configure:9145: checking for arm-linux-fl32 configure:9174: result: no configure:9145: checking for arm-linux-af77 configure:9174: result: no configure:9145: checking for arm-linux-f90 configure:9174: result: no configure:9145: checking for arm-linux-xlf90 configure:9174: result: no configure:9145: checking for arm-linux-pgf90 configure:9174: result: no configure:9145: checking for arm-linux-epcf90 configure:9174: result: no configure:9145: checking for arm-linux-f95 configure:9174: result: no configure:9145: checking for arm-linux-fort configure:9174: result: no configure:9145: checking for arm-linux-xlf95 configure:9174: result: no configure:9145: checking for arm-linux-ifc configure:9174: result: no configure:9145: checking for arm-linux-efc configure:9174: result: no configure:9145: checking for arm-linux-pgf95 configure:9174: result: no configure:9145: checking for arm-linux-lf95 configure:9174: result: no configure:9145: checking for arm-linux-gfortran configure:9174: result: no configure:9187: checking for g77 configure:9216: result: no configure:9187: checking for f77 configure:9216: result: no configure:9187: checking for xlf configure:9216: result: no configure:9187: checking for frt configure:9216: result: no configure:9187: checking for pgf77 configure:9216: result: no configure:9187: checking for fort77 configure:9216: result: no configure:9187: checking for fl32 configure:9216: result: no configure:9187: checking for af77 configure:9216: result: no configure:9187: checking for f90 configure:9216: result: no configure:9187: checking for xlf90 configure:9216: result: no configure:9187: checking for pgf90 configure:9216: result: no configure:9187: checking for epcf90 configure:9216: result: no configure:9187: checking for f95 configure:9203: found /usr/bin/f95 configure:9213: result: f95 configure:9228: checking for Fortran 77 compiler version configure:9231: f95 --version </dev/null >&5 GNU Fortran 95 (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52) Copyright (C) 2006 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 configure:9234: $? = 0 configure:9236: f95 -v </dev/null >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.1 20070105 (Red Hat 4.1.1-52) configure:9239: $? = 0 configure:9241: f95 -V </dev/null >&5 f95: '-V' option must have argument configure:9244: $? = 1 configure:9252: checking whether we are using the GNU Fortran 77 compiler configure:9266: f95 -c conftest.F >&5 configure:9272: $? = 0 configure:9276: test -z || test ! -s conftest.err configure:9279: $? = 0 configure:9282: test -s conftest.o configure:9285: $? = 0 configure:9298: result: yes configure:9304: checking whether f95 accepts -g configure:9316: f95 -c -g conftest.f >&5 configure:9322: $? = 0 configure:9326: test -z || test ! -s conftest.err configure:9329: $? = 0 configure:9332: test -s conftest.o configure:9335: $? = 0 configure:9347: result: yes configure:9377: checking the maximum length of command line arguments configure:9486: result: 32768 configure:9497: checking command to parse nm output from arm_v5t_le-gcc object configure:9602: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:9605: $? = 0 configure:9609: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:9612: $? = 0 configure:9664: arm_v5t_le-gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:9667: $? = 0 configure:9705: result: ok configure:9709: checking for objdir configure:9724: result: .libs configure:9776: checking for arm-linux-ar configure:9805: result: no configure:9814: checking for ar configure:9830: found /usr/bin/ar configure:9841: result: ar configure:9856: checking for arm-linux-ranlib configure:9885: result: no configure:9894: checking for ranlib configure:9910: found /usr/bin/ranlib configure:9921: result: ranlib configure:9936: checking for arm-linux-strip configure:9962: result: strip configure:10273: checking if arm_v5t_le-gcc supports -fno-rtti -fno-exceptions configure:10291: arm_v5t_le-gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:10295: $? = 0 configure:10308: result: no configure:10323: checking for arm_v5t_le-gcc option to produce PIC configure:10533: result: -fPIC configure:10541: checking if arm_v5t_le-gcc PIC flag -fPIC works configure:10559: arm_v5t_le-gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:10563: $? = 0 configure:10576: result: yes configure:10604: checking if arm_v5t_le-gcc static flag -static works configure:10632: result: yes configure:10642: checking if arm_v5t_le-gcc supports -c -o file.o configure:10663: arm_v5t_le-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:10667: $? = 0 configure:10689: result: yes configure:10715: checking whether the arm_v5t_le-gcc linker (/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld) supports shared libraries configure:11673: result: yes configure:11694: checking whether -lc should be explicitly linked in configure:11699: arm_v5t_le-gcc -c -g -O2 conftest.c >&5 configure:11702: $? = 0 configure:11717: arm_v5t_le-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:11720: $? = 0 configure:11732: result: no configure:11740: checking dynamic linker characteristics configure:12349: result: GNU/Linux ld.so configure:12358: checking how to hardcode library paths into programs configure:12383: result: immediate configure:12397: checking whether stripping libraries is possible configure:12402: result: yes configure:13236: checking if libtool supports shared libraries configure:13238: result: yes configure:13241: checking whether to build shared libraries configure:13262: result: yes configure:13265: checking whether to build static libraries configure:13269: result: no configure:13361: creating libtool configure:13949: checking for ld used by c++ configure:14016: result: /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld configure:14025: checking if the linker (/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld) is GNU ld configure:14040: result: yes configure:14091: checking whether the c++ linker (/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld) supports shared libraries configure:15029: result: yes configure:15047: c++ -c -g -O2 conftest.cpp >&5 configure:15050: $? = 0 configure:15169: checking for c++ option to produce PIC configure:15443: result: -fPIC configure:15451: checking if c++ PIC flag -fPIC works configure:15469: c++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:15473: $? = 0 configure:15486: result: yes configure:15514: checking if c++ static flag -static works configure:15542: result: yes configure:15552: checking if c++ supports -c -o file.o configure:15573: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15577: $? = 0 configure:15599: result: yes configure:15625: checking whether the c++ linker (/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld) supports shared libraries configure:15650: result: yes configure:15717: checking dynamic linker characteristics configure:16326: result: GNU/Linux ld.so configure:16335: checking how to hardcode library paths into programs configure:16360: result: immediate configure:16886: checking if libtool supports shared libraries configure:16888: result: yes configure:16891: checking whether to build shared libraries configure:16911: result: yes configure:16914: checking whether to build static libraries configure:16918: result: no configure:16928: checking for f95 option to produce PIC configure:17138: result: -fPIC configure:17146: checking if f95 PIC flag -fPIC works configure:17164: f95 -c -g -O2 -fPIC conftest.f >&5 configure:17168: $? = 0 configure:17181: result: yes configure:17209: checking if f95 static flag -static works configure:17237: result: yes configure:17247: checking if f95 supports -c -o file.o configure:17268: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:17272: $? = 0 configure:17294: result: yes configure:17320: checking whether the f95 linker (/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld) supports shared libraries configure:18258: result: yes configure:18325: checking dynamic linker characteristics configure:18934: result: GNU/Linux ld.so configure:18943: checking how to hardcode library paths into programs configure:18968: result: immediate configure:22653: checking for extra flags for POSIX compliance configure:22671: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:42: warning: unused variable `dir' configure:22677: $? = 0 configure:22681: test -z || test ! -s conftest.err configure:22684: $? = 0 configure:22687: test -s conftest.o configure:22690: $? = 0 configure:22692: result: none needed configure:22754: checking for ANSI C header files configure:22910: result: yes configure:22926: checking for vprintf configure:22983: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c:63: warning: conflicting types for built-in function 'vprintf' configure:22989: $? = 0 configure:22993: test -z || test ! -s conftest.err configure:22996: $? = 0 configure:22999: test -s conftest configure:23002: $? = 0 configure:23014: result: yes configure:23021: checking for _doprnt configure:23078: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 /tmp/ccmfWyB6.o(.text+0x1c): In function `main': /home/davinci/workdir/gstreamer/opensource_build/glib-2.12.4/conftest.c:83: undefined reference to `_doprnt' /tmp/ccmfWyB6.o(.data+0x0): undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:23084: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); 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 _doprnt | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _doprnt (); | /* 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__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:23109: result: no configure:23129: checking for stdlib.h configure:23134: result: yes configure:23129: checking for unistd.h configure:23134: result: yes configure:23278: checking for getpagesize configure:23335: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:23341: $? = 0 configure:23345: test -z || test ! -s conftest.err configure:23348: $? = 0 configure:23351: test -s conftest configure:23354: $? = 0 configure:23366: result: yes configure:23376: checking for working mmap configure:23540: result: no configure:23553: checking for working alloca.h configure:23574: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:47: warning: unused variable `p' configure:23580: $? = 0 configure:23584: test -z || test ! -s conftest.err configure:23587: $? = 0 configure:23590: test -s conftest configure:23593: $? = 0 configure:23605: result: yes configure:23615: checking for alloca configure:23656: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:68: warning: unused variable `p' configure:23662: $? = 0 configure:23666: test -z || test ! -s conftest.err configure:23669: $? = 0 configure:23672: test -s conftest configure:23675: $? = 0 configure:23687: result: yes configure:23914: checking for posix_memalign configure:23971: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:23977: $? = 0 configure:23981: test -z || test ! -s conftest.err configure:23984: $? = 0 configure:23987: test -s conftest configure:23990: $? = 0 configure:24002: result: yes configure:24016: checking for memalign configure:24073: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:24079: $? = 0 configure:24083: test -z || test ! -s conftest.err configure:24086: $? = 0 configure:24089: test -s conftest configure:24092: $? = 0 configure:24104: result: yes configure:24118: checking for valloc configure:24175: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:24181: $? = 0 configure:24185: test -z || test ! -s conftest.err configure:24188: $? = 0 configure:24191: test -s conftest configure:24194: $? = 0 configure:24206: result: yes configure:24222: checking for atexit configure:24279: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:24285: $? = 0 configure:24289: test -z || test ! -s conftest.err configure:24292: $? = 0 configure:24295: test -s conftest configure:24298: $? = 0 configure:24310: result: yes configure:24222: checking for on_exit configure:24279: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:24285: $? = 0 configure:24289: test -z || test ! -s conftest.err configure:24292: $? = 0 configure:24295: test -s conftest configure:24298: $? = 0 configure:24310: result: yes configure:24325: checking for timegm configure:24382: arm_v5t_le-gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:24388: $? = 0 configure:24392: test -z || test ! -s conftest.err configure:24395: $? = 0 configure:24398: test -s conftest configure:24401: $? = 0 configure:24413: result: yes configure:24424: checking for char configure:24448: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:24454: $? = 0 configure:24458: test -z || test ! -s conftest.err configure:24461: $? = 0 configure:24464: test -s conftest.o configure:24467: $? = 0 configure:24478: result: yes configure:24481: checking size of char configure:24511: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:24517: $? = 0 configure:24521: test -z || test ! -s conftest.err configure:24524: $? = 0 configure:24527: test -s conftest.o configure:24530: $? = 0 configure:24552: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:88: error: size of array `test_array' is negative configure:24558: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (char))) <= 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:24552: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:24558: $? = 0 configure:24562: test -z || test ! -s conftest.err configure:24565: $? = 0 configure:24568: test -s conftest.o configure:24571: $? = 0 configure:24831: result: 1 configure:24838: checking for short configure:24862: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:24868: $? = 0 configure:24872: test -z || test ! -s conftest.err configure:24875: $? = 0 configure:24878: test -s conftest.o configure:24881: $? = 0 configure:24892: result: yes configure:24895: checking size of short configure:24925: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:24931: $? = 0 configure:24935: test -z || test ! -s conftest.err configure:24938: $? = 0 configure:24941: test -s conftest.o configure:24944: $? = 0 configure:24966: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:89: error: size of array `test_array' is negative configure:24972: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (short))) <= 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:24966: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:89: error: size of array `test_array' is negative configure:24972: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (short))) <= 1)]; | test_array [0] = 0 | | ; | return 0; | } configure:24966: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:24972: $? = 0 configure:24976: test -z || test ! -s conftest.err configure:24979: $? = 0 configure:24982: test -s conftest.o configure:24985: $? = 0 configure:25129: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25135: $? = 0 configure:25139: test -z || test ! -s conftest.err configure:25142: $? = 0 configure:25145: test -s conftest.o configure:25148: $? = 0 configure:25245: result: 2 configure:25252: checking for long configure:25276: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25282: $? = 0 configure:25286: test -z || test ! -s conftest.err configure:25289: $? = 0 configure:25292: test -s conftest.o configure:25295: $? = 0 configure:25306: result: yes configure:25309: checking size of long configure:25339: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25345: $? = 0 configure:25349: test -z || test ! -s conftest.err configure:25352: $? = 0 configure:25355: test -s conftest.o configure:25358: $? = 0 configure:25380: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:90: error: size of array `test_array' is negative configure:25386: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (long))) <= 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:25380: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:90: error: size of array `test_array' is negative configure:25386: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (long))) <= 1)]; | test_array [0] = 0 | | ; | return 0; | } configure:25380: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:90: error: size of array `test_array' is negative configure:25386: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (long))) <= 3)]; | test_array [0] = 0 | | ; | return 0; | } configure:25380: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25386: $? = 0 configure:25390: test -z || test ! -s conftest.err configure:25393: $? = 0 configure:25396: test -s conftest.o configure:25399: $? = 0 configure:25543: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25549: $? = 0 configure:25553: test -z || test ! -s conftest.err configure:25556: $? = 0 configure:25559: test -s conftest.o configure:25562: $? = 0 configure:25543: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25549: $? = 0 configure:25553: test -z || test ! -s conftest.err configure:25556: $? = 0 configure:25559: test -s conftest.o configure:25562: $? = 0 configure:25659: result: 4 configure:25666: checking for int configure:25690: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25696: $? = 0 configure:25700: test -z || test ! -s conftest.err configure:25703: $? = 0 configure:25706: test -s conftest.o configure:25709: $? = 0 configure:25720: result: yes configure:25723: checking size of int configure:25753: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25759: $? = 0 configure:25763: test -z || test ! -s conftest.err configure:25766: $? = 0 configure:25769: test -s conftest.o configure:25772: $? = 0 configure:25794: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:91: error: size of array `test_array' is negative configure:25800: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (int))) <= 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:25794: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:91: error: size of array `test_array' is negative configure:25800: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (int))) <= 1)]; | test_array [0] = 0 | | ; | return 0; | } configure:25794: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:91: error: size of array `test_array' is negative configure:25800: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (int))) <= 3)]; | test_array [0] = 0 | | ; | return 0; | } configure:25794: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25800: $? = 0 configure:25804: test -z || test ! -s conftest.err configure:25807: $? = 0 configure:25810: test -s conftest.o configure:25813: $? = 0 configure:25957: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25963: $? = 0 configure:25967: test -z || test ! -s conftest.err configure:25970: $? = 0 configure:25973: test -s conftest.o configure:25976: $? = 0 configure:25957: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:25963: $? = 0 configure:25967: test -z || test ! -s conftest.err configure:25970: $? = 0 configure:25973: test -s conftest.o configure:25976: $? = 0 configure:26073: result: 4 configure:26080: checking for void * configure:26104: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26110: $? = 0 configure:26114: test -z || test ! -s conftest.err configure:26117: $? = 0 configure:26120: test -s conftest.o configure:26123: $? = 0 configure:26134: result: yes configure:26137: checking size of void * configure:26167: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26173: $? = 0 configure:26177: test -z || test ! -s conftest.err configure:26180: $? = 0 configure:26183: test -s conftest.o configure:26186: $? = 0 configure:26208: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:92: error: size of array `test_array' is negative configure:26214: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:26208: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:92: error: size of array `test_array' is negative configure:26214: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= 1)]; | test_array [0] = 0 | | ; | return 0; | } configure:26208: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:92: error: size of array `test_array' is negative configure:26214: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= 3)]; | test_array [0] = 0 | | ; | return 0; | } configure:26208: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26214: $? = 0 configure:26218: test -z || test ! -s conftest.err configure:26221: $? = 0 configure:26224: test -s conftest.o configure:26227: $? = 0 configure:26371: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26377: $? = 0 configure:26381: test -z || test ! -s conftest.err configure:26384: $? = 0 configure:26387: test -s conftest.o configure:26390: $? = 0 configure:26371: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26377: $? = 0 configure:26381: test -z || test ! -s conftest.err configure:26384: $? = 0 configure:26387: test -s conftest.o configure:26390: $? = 0 configure:26487: result: 4 configure:26494: checking for long long configure:26518: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26524: $? = 0 configure:26528: test -z || test ! -s conftest.err configure:26531: $? = 0 configure:26534: test -s conftest.o configure:26537: $? = 0 configure:26548: result: yes configure:26551: checking size of long long configure:26581: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26587: $? = 0 configure:26591: test -z || test ! -s conftest.err configure:26594: $? = 0 configure:26597: test -s conftest.o configure:26600: $? = 0 configure:26622: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:93: error: size of array `test_array' is negative configure:26628: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:26622: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:93: error: size of array `test_array' is negative configure:26628: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= 1)]; | test_array [0] = 0 | | ; | return 0; | } configure:26622: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:93: error: size of array `test_array' is negative configure:26628: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= 3)]; | test_array [0] = 0 | | ; | return 0; | } configure:26622: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:93: error: size of array `test_array' is negative configure:26628: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= 7)]; | test_array [0] = 0 | | ; | return 0; | } configure:26622: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26628: $? = 0 configure:26632: test -z || test ! -s conftest.err configure:26635: $? = 0 configure:26638: test -s conftest.o configure:26641: $? = 0 configure:26785: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26791: $? = 0 configure:26795: test -z || test ! -s conftest.err configure:26798: $? = 0 configure:26801: test -s conftest.o configure:26804: $? = 0 configure:26785: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26791: $? = 0 configure:26795: test -z || test ! -s conftest.err configure:26798: $? = 0 configure:26801: test -s conftest.o configure:26804: $? = 0 configure:26785: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 configure:26791: $? = 0 configure:26795: test -z || test ! -s conftest.err configure:26798: $? = 0 configure:26801: test -s conftest.o configure:26804: $? = 0 configure:26901: result: 8 configure:26908: checking for __int64 configure:26932: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:94: error: `__int64' undeclared (first use in this function) conftest.c:94: error: (Each undeclared identifier is reported only once conftest.c:94: error: for each function it appears in.) conftest.c:94: error: parse error before ')' token configure:26938: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "glib" | #define PACKAGE_TARNAME "glib" | #define PACKAGE_VERSION "2.12.4" | #define PACKAGE_STRING "glib 2.12.4" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" | #define GLIB_MAJOR_VERSION 2 | #define GLIB_MINOR_VERSION 12 | #define GLIB_MICRO_VERSION 4 | #define GLIB_INTERFACE_AGE 4 | #define GLIB_BINARY_AGE 1204 | #define G_COMPILED_WITH_DEBUGGING "minimum" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #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_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GETTEXT_PACKAGE "glib20" | #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_VPRINTF 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_VALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_ON_EXIT 1 | #define HAVE_TIMEGM 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_LONG_LONG 8 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if ((__int64 *) 0) | return 0; | if (sizeof (__int64)) | return 0; | ; | return 0; | } configure:26962: result: no configure:26965: checking size of __int64 configure:27315: result: 0 configure:27339: checking for format to printf and scanf a guint64 configure:27406: result: none configure:27429: checking for an ANSI C-conforming const configure:27496: arm_v5t_le-gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:85: warning: unused variable `s' conftest.c:105: warning: unused variable `foo' conftest.c:66: warning: unused variable `x' conftest.c:72: warning: unused variable `zero' conftest.c:102: warning: 'b' might be used uninitialized in this function conftest.c:84: warning: 't' might be used uninitialized in this function configure:27502: $? = 0 configure:27506: test -z || test ! -s conftest.err configure:27509: $? = 0 configure:27512: test -s conftest.o configure:27515: $? = 0 configure:27526: result: yes configure:27538: checking if malloc() and friends prototypes are gmem.h compatible configure:27568: arm_v5t_le-gcc -c -g -O2 -Wall -Werror conftest.c >&5 configure:27574: $? = 0 configure:27578: test -z || test ! -s conftest.err configure:27581: $? = 0 configure:27584: test -s conftest.o configure:27587: $? = 0 configure:27602: result: yes configure:27606: checking for growing stack pointer configure:27614: error: cannot run test program while cross compiling See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-linux ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=arm_v5t_le-gcc ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=arm-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_func__doprnt=no ac_cv_func_alloca_works=yes ac_cv_func_atexit=yes ac_cv_func_bind_textdomain_codeset=yes ac_cv_func_dcgettext=yes ac_cv_func_getpagesize=yes ac_cv_func_iconv_open=yes ac_cv_func_memalign=yes ac_cv_func_mmap_fixed_mapped=no ac_cv_func_on_exit=yes ac_cv_func_posix_memalign=yes ac_cv_func_timegm=yes ac_cv_func_valloc=yes ac_cv_func_vprintf=yes ac_cv_gnu_library_2_1=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=arm-unknown-linux-gnu ac_cv_host_alias=arm-linux ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_PERL_PATH=/usr/bin/perl ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=arm_v5t_le-gcc ac_cv_prog_CPP='arm_v5t_le-gcc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_INDENT=indent ac_cv_prog_PERL=perl ac_cv_prog_STRIP=strip ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_F77=f95 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_make_make_set=yes ac_cv_sizeof___int64=0 ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_sizeof_void_p=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_type___int64=no ac_cv_type_char=yes ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_long=yes ac_cv_type_short=yes ac_cv_type_void_p=yes ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_cc_stdc= am_cv_val_LC_MESSAGES=yes gt_cv_func_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_func_ngettext_libc=yes gt_cv_have_gettext=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld lt_cv_path_LDCXX=/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin/ld lt_cv_path_NM=nm lt_cv_path_SED=/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=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \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'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/davinci/workdir/gstreamer/opensource_build/glib-2.12.4/missing --run aclocal-1.7' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/davinci/workdir/gstreamer/opensource_build/glib-2.12.4/missing --run tar' AR='ar' AS='as' AUTOCONF='${SHELL} /home/davinci/workdir/gstreamer/opensource_build/glib-2.12.4/missing --run autoconf' AUTOHEADER='${SHELL} /home/davinci/workdir/gstreamer/opensource_build/glib-2.12.4/missing --run autoheader' AUTOMAKE='${SHELL} /home/davinci/workdir/gstreamer/opensource_build/glib-2.12.4/missing --run automake-1.7' AWK='gawk' CATALOGS=' am.gmo ar.gmo az.gmo be.gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo ko.gmo ku.gmo lt.gmo lv.gmo mk.gmo ml.gmo mn.gmo ms.gmo nb.gmo ne.gmo nl.gmo nn.gmo or.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr.gmo [hidden email] [hidden email] sv.gmo ta.gmo te.gmo th.gmo tl.gmo tr.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo' CATOBJEXT='.gmo' CC='arm_v5t_le-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -Wall' CPP='arm_v5t_le-gcc -E' CPPFLAGS='' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DATADIRNAME='share' DEFS='' DEPDIR='.deps' DISABLE_MEM_POOLS='' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' ENABLE_MAN_FALSE='' ENABLE_MAN_TRUE='' ENABLE_TIMELOOP_FALSE='' ENABLE_TIMELOOP_TRUE='' EXEEXT='' F77='f95' FFLAGS='-g -O2' GETTEXT_PACKAGE='glib20' GIO='' GLIBC21='yes' GLIB_BINARY_AGE='1204' GLIB_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' GLIB_DEF='' GLIB_GENMARSHAL='' GLIB_INTERFACE_AGE='4' GLIB_MAJOR_VERSION='2' GLIB_MICRO_VERSION='4' GLIB_MINOR_VERSION='12' GLIB_VERSION='2.12.4' GMODULE_DEF='' GMOFILES=' am.gmo ar.gmo az.gmo be.gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo ko.gmo ku.gmo lt.gmo lv.gmo mk.gmo ml.gmo mn.gmo ms.gmo nb.gmo ne.gmo nl.gmo nn.gmo or.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr.gmo [hidden email] [hidden email] sv.gmo ta.gmo te.gmo th.gmo tl.gmo tr.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo' GMSGFMT='/usr/bin/msgfmt' GOBJECT_DEF='' GSPAWN='' GTHREAD_COMPILE_IMPL_DEFINES='' GTHREAD_DEF='' GTK_DOC_USE_LIBTOOL_FALSE='' GTK_DOC_USE_LIBTOOL_TRUE='' G_LIBS_EXTRA='' G_MODULE_BROKEN_RTLD_GLOBAL='' G_MODULE_HAVE_DLERROR='' G_MODULE_IMPL='' G_MODULE_LDFLAGS='' G_MODULE_LIBS='' G_MODULE_LIBS_EXTRA='' G_MODULE_NEED_USCORE='' G_MODULE_PLUGIN_LIBS='' G_MODULE_SUPPORTED='' G_THREAD_CFLAGS='' G_THREAD_LIBS='' G_THREAD_LIBS_EXTRA='' G_THREAD_LIBS_FOR_GTHREAD='' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_GNUC_VISIBILITY_FALSE='' HAVE_GNUC_VISIBILITY_TRUE='' HAVE_GOOD_PRINTF_FALSE='' HAVE_GOOD_PRINTF_TRUE='' HTML_DIR='' ICONV_LIBS='' INDENT='indent' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INSTOBJEXT='.mo' INTLLIBS='' LDFLAGS='' LIBOBJS='' LIBS=' ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"' LN_S='ln -s' LTLIBOBJS='' LT_AGE='1200' LT_CURRENT='1200' LT_CURRENT_MINUS_AGE='0' LT_RELEASE='2.12' LT_REVISION='4' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/davinci/workdir/gstreamer/opensource_build/glib-2.12.4/missing --run makeinfo' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' NM='nm' OBJDUMP='objdump' OBJEXT='o' OS_LINUX_FALSE='#' OS_LINUX_TRUE='' OS_UNIX_FALSE='#' OS_UNIX_TRUE='' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='glib' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib' PACKAGE_NAME='glib' PACKAGE_STRING='glib 2.12.4' PACKAGE_TARNAME='glib' PACKAGE_VERSION='2.12.4' PATH_SEPARATOR=':' PERL='perl' PERL_PATH='/usr/bin/perl' PKG_CONFIG='/usr/bin/pkg-config' PLATFORMDEP='' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='' POFILES=' am.po ar.po az.po be.po bg.po bn.po bn_IN.po bs.po ca.po cs.po cy.po da.po de.po dz.po el.po en_CA.po en_GB.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po hy.po id.po is.po it.po ja.po ka.po ko.po ku.po lt.po lv.po mk.po ml.po mn.po ms.po nb.po ne.po nl.po nn.po or.po pa.po pl.po pt.po pt_BR.po ro.po ru.po rw.po sk.po sl.po sq.po sr.po [hidden email] [hidden email] sv.po ta.po te.po th.po tl.po tr.po tt.po uk.po vi.po wa.po xh.po yi.po zh_CN.po zh_HK.po zh_TW.po' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' REBUILD='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TESTGMODULE_EXP='' USE_NLS='yes' VERSION='2.12.4' WINDRES='' XGETTEXT='/usr/bin/xgettext' XMLCATALOG='' XML_CATALOG_FILE='' XSLTPROC='' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='f95' ac_ct_NM='' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_ct_WINDRES='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='i686-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='arm-unknown-linux-gnu' host_alias='arm-linux' host_cpu='arm' host_os='linux-gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/davinci/workdir/gstreamer/opensource_build/glib-2.12.4/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' ms_librarian='' oldincludedir='/usr/include' prefix='/home/user/workdir/filesys/opt/gstreamer' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define GETTEXT_PACKAGE "glib20" #define GLIB_BINARY_AGE 1204 #define GLIB_INTERFACE_AGE 4 #define GLIB_LOCALE_DIR "/home/user/workdir/filesys/opt/gstreamer/share/locale" #define GLIB_MAJOR_VERSION 2 #define GLIB_MICRO_VERSION 4 #define GLIB_MINOR_VERSION 12 #define G_COMPILED_WITH_DEBUGGING "minimum" #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_ATEXIT 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_DCGETTEXT 1 #define HAVE_DLFCN_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETTEXT 1 #define HAVE_INTTYPES_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMALIGN 1 #define HAVE_MEMORY_H 1 #define HAVE_ON_EXIT 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TIMEGM 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VALLOC 1 #define HAVE_VPRINTF 1 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib" #define PACKAGE_NAME "glib" #define PACKAGE_STRING "glib 2.12.4" #define PACKAGE_TARNAME "glib" #define PACKAGE_VERSION "2.12.4" #define SANE_MALLOC_PROTOS 1 #define SIZEOF_CHAR 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SHORT 2 #define SIZEOF_VOID_P 4 #define SIZEOF___INT64 0 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define _FILE_OFFSET_BITS 64 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1 please help me out. vivek ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Add glib_cv_stack_grows=no into ./configure options.
-Bin. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Vivek Chugh Sent: Thursday, August 14, 2008 7:22 AM To: [hidden email] Subject: [gst-devel] problem in installing gstreamer on davinci platform. HI everybody, I am trying to install gstreamer on Texas instrument's davinci DVEVM 1.10 platform (for multimedia application development) It has Montavista linux on which gstreamer has to be installed. I downloaded "gstreamer build and TI build" from TI website and followed instruction according to this doc : http://focus.ti.com/lit/an/spraaq9/spraaq9.pdf but it fails on very first step to configure GLIB 2.12.4 will following error: checking for growing stack pointer... configure: error: cannot run test program while cross compiling See `config.log' for more details. contents of config.log are as follows: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by glib configure 2.12.4, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --build=i686-linux --host=arm-linux --prefix=/home/user/workdir/filesys/opt/gstreamer --cache-file=config.cache ... configure:27606: checking for growing stack pointer configure:27614: error: cannot run test program while cross compiling See `config.log' for more details. ... please help me out. vivek ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |