Created
November 14, 2017 14:07
-
-
Save anonymous/8c242353253ee2dbd8bf3fbbc736f992 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [bcop@localhost gstreamer-1.0.0]$ ./configure \ | |
| > --host=arm-unknown-linux-uclibcgnueabi \ | |
| > --prefix=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/ \ | |
| > --disable-loadsave \ | |
| > --disable-gtk-doc \ | |
| > --disable-examples \ | |
| > --includedir=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/include/ \ | |
| > --libdir=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/lib/ \ | |
| > --exec-prefix=/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/ | |
| configure: WARNING: unrecognized options: --disable-loadsave | |
| checking build system type... x86_64-unknown-linux-gnu | |
| checking host system type... arm-unknown-linux-uclibcgnueabi | |
| checking target system type... arm-unknown-linux-uclibcgnueabi | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for arm-unknown-linux-uclibcgnueabi-strip... arm-unknown-linux-uclibcgnueabi-strip | |
| checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking how to create a ustar tar archive... gnutar | |
| checking nano version... 0 (release) | |
| checking whether to enable maintainer-specific portions of Makefiles... yes | |
| checking whether make supports nested variables... yes | |
| checking how to print strings... printf | |
| checking for style of include used by make... GNU | |
| checking for arm-unknown-linux-uclibcgnueabi-gcc... arm-unknown-linux-uclibcgnueabi-gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... yes | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether arm-unknown-linux-uclibcgnueabi-gcc accepts -g... yes | |
| checking for arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C89... none needed | |
| checking dependency style of arm-unknown-linux-uclibcgnueabi-gcc... gcc3 | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by arm-unknown-linux-uclibcgnueabi-gcc... /opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld | |
| checking if the linker (/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/bin/arm-unknown-linux-uclibcgnueabi-nm -B | |
| checking the name lister (/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/bin/arm-unknown-linux-uclibcgnueabi-nm -B) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 1572864 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-uclibcgnueabi format... func_convert_file_noop | |
| checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
| checking for /opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld option to reload object files... -r | |
| checking for arm-unknown-linux-uclibcgnueabi-objdump... arm-unknown-linux-uclibcgnueabi-objdump | |
| checking how to recognize dependent libraries... pass_all | |
| checking for arm-unknown-linux-uclibcgnueabi-dlltool... no | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for arm-unknown-linux-uclibcgnueabi-ar... arm-unknown-linux-uclibcgnueabi-ar | |
| checking for archiver @FILE support... @ | |
| checking for arm-unknown-linux-uclibcgnueabi-strip... (cached) arm-unknown-linux-uclibcgnueabi-strip | |
| checking for arm-unknown-linux-uclibcgnueabi-ranlib... arm-unknown-linux-uclibcgnueabi-ranlib | |
| checking command to parse /opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/bin/arm-unknown-linux-uclibcgnueabi-nm -B output from arm-unknown-linux-uclibcgnueabi-gcc object... ok | |
| checking for sysroot... no | |
| checking for arm-unknown-linux-uclibcgnueabi-mt... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking how to run the C preprocessor... arm-unknown-linux-uclibcgnueabi-gcc -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if arm-unknown-linux-uclibcgnueabi-gcc supports -fno-rtti -fno-exceptions... no | |
| checking for arm-unknown-linux-uclibcgnueabi-gcc option to produce PIC... -fPIC -DPIC | |
| checking if arm-unknown-linux-uclibcgnueabi-gcc PIC flag -fPIC -DPIC works... yes | |
| checking if arm-unknown-linux-uclibcgnueabi-gcc static flag -static works... yes | |
| checking if arm-unknown-linux-uclibcgnueabi-gcc supports -c -o file.o... yes | |
| checking if arm-unknown-linux-uclibcgnueabi-gcc supports -c -o file.o... (cached) yes | |
| checking whether the arm-unknown-linux-uclibcgnueabi-gcc linker (/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... no | |
| checking dynamic linker characteristics... GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| checking for shl_load... no | |
| checking for shl_load in -ldld... no | |
| checking for dlopen... no | |
| checking for dlopen in -ldl... yes | |
| checking whether a program can dlopen itself... cross | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... no | |
| checking whether NLS is requested... yes | |
| checking for msgfmt... /usr/bin/msgfmt | |
| checking for gmsgfmt... /usr/bin/msgfmt | |
| checking for xgettext... /usr/bin/xgettext | |
| checking for msgmerge... /usr/bin/msgmerge | |
| checking for ld used by GCC... /opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld | |
| checking if the linker (/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes | |
| checking for shared library run path origin... done | |
| checking for CFPreferencesCopyAppValue... no | |
| checking for CFLocaleCopyCurrent... no | |
| checking for GNU gettext in libc... no | |
| checking for iconv... no, consider installing GNU libiconv | |
| checking for GNU gettext in libintl... no | |
| checking whether to use NLS... no | |
| checking for arm-unknown-linux-uclibcgnueabi-pkg-config... no | |
| checking for pkg-config... /usr/bin/pkg-config | |
| configure: WARNING: using cross tools not prefixed with host triplet | |
| checking pkg-config is at least version 0.9.0... yes | |
| checking for VALGRIND... no | |
| configure: Using GStreamer source release as package name | |
| configure: Using Unknown package origin as package origin | |
| configure: Using GST_PKG_CONFIG_PATH = $(top_builddir)/pkgconfig | |
| configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2012-09-24 | |
| configure: WARNING: Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA. | |
| checking whether byte ordering is bigendian... no | |
| checking if unaligned memory access works correctly... (blacklisted) no | |
| checking for special C compiler options needed for large files... no | |
| checking for _FILE_OFFSET_BITS value needed for large files... 64 | |
| checking for arm-unknown-linux-uclibcgnueabi-gcc... (cached) arm-unknown-linux-uclibcgnueabi-gcc | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether arm-unknown-linux-uclibcgnueabi-gcc accepts -g... (cached) yes | |
| checking for arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C89... (cached) none needed | |
| checking dependency style of arm-unknown-linux-uclibcgnueabi-gcc... (cached) gcc3 | |
| checking for arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C99... -std=gnu99 | |
| checking for arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
| checking whether arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 and cc understand -c and -o together... yes | |
| checking dependency style of arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99... gcc3 | |
| checking for arm-unknown-linux-uclibcgnueabi-g++... arm-unknown-linux-uclibcgnueabi-g++ | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether arm-unknown-linux-uclibcgnueabi-g++ accepts -g... yes | |
| checking dependency style of arm-unknown-linux-uclibcgnueabi-g++... gcc3 | |
| checking how to run the C++ preprocessor... arm-unknown-linux-uclibcgnueabi-g++ -E | |
| checking for ld used by arm-unknown-linux-uclibcgnueabi-g++... /opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld | |
| checking if the linker (/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes | |
| checking whether the arm-unknown-linux-uclibcgnueabi-g++ linker (/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes | |
| checking for arm-unknown-linux-uclibcgnueabi-g++ option to produce PIC... -fPIC -DPIC | |
| checking if arm-unknown-linux-uclibcgnueabi-g++ PIC flag -fPIC -DPIC works... yes | |
| checking if arm-unknown-linux-uclibcgnueabi-g++ static flag -static works... yes | |
| checking if arm-unknown-linux-uclibcgnueabi-g++ supports -c -o file.o... yes | |
| checking if arm-unknown-linux-uclibcgnueabi-g++ supports -c -o file.o... (cached) yes | |
| checking whether the arm-unknown-linux-uclibcgnueabi-g++ linker (/opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| configure: working c++ compiler found: yes | |
| checking for perl... /usr/bin/perl | |
| checking for bison... /usr/bin/bison | |
| checking bison version 3.0.4 >= 1.875... yes | |
| checking for flex... /usr/bin/flex | |
| checking flex version flex 2.6.0 >= 2.5.31... yes | |
| checking for valgrind... no | |
| checking for gobject-introspection... no | |
| checking for gtkdoc-check... no | |
| checking for gtkdoc-rebase... no | |
| checking for gtkdoc-mkpdf... no | |
| checking whether to build gtk-doc documentation... no | |
| configure: Looking for Python version >= 2.1 | |
| checking for python... /usr/bin/python | |
| checking "/usr/bin/python":... okay | |
| checking local Python configuration... looks good | |
| checking whether to build plugin documentation... no (gtk-doc disabled or not available) | |
| checking for cos in -lm... yes | |
| checking for ANSI C header files... (cached) yes | |
| checking for ucontext.h... yes | |
| checking for sys/socket.h... yes | |
| checking for sys/times.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking for process.h... no | |
| checking for sys/utsname.h... yes | |
| checking for stdio_ext.h... yes | |
| checking for pthread.h... yes | |
| checking for sys/prctl.h... yes | |
| checking for valgrind/valgrind.h... no | |
| checking for winsock2.h... no | |
| checking for __gmpz_init_set_d in -lgmp... no | |
| checking for gsl_rng_uniform_int in -lgsl... no | |
| checking for __uint128_t... no | |
| checking for tm_gmtoff... no (cross compiling) | |
| checking for gmtime_r... yes | |
| checking for localtime_r... yes | |
| checking for sigaction... yes | |
| checking for _LARGEFILE_SOURCE value needed for large files... no | |
| checking for ftello... yes | |
| checking for fgetpos... yes | |
| checking for fsetpos... yes | |
| checking for sys/poll.h... yes | |
| checking for poll.h... yes | |
| checking for poll... yes | |
| checking for ppoll... yes | |
| checking for pselect... yes | |
| checking for broken poll... no (cross compiling) | |
| checking for stdlib.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| checking for sys/param.h... yes | |
| checking for getpagesize... yes | |
| checking for working mmap... no | |
| checking for posix_memalign... yes | |
| checking for getpagesize... (cached) yes | |
| checking for clock_gettime... yes | |
| checking for posix timers... yes | |
| checking for monotonic clock... yes | |
| checking whether arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 implements __PRETTY_FUNCTION__... yes | |
| checking whether arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 implements __FUNCTION__... yes | |
| checking whether arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 implements __func__... yes | |
| checking for register_printf_specifier... no | |
| checking for register_printf_function... yes | |
| checking for dladdr in -ldl... yes | |
| checking for GLIB... yes | |
| checking for glib-genmarshal... glib-genmarshal (from pkg-config path) | |
| checking for glib-mkenums... glib-mkenums | |
| checking for GIO... yes | |
| checking for -Bsymbolic-functions linker flag... yes | |
| configure: Using /opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr/lib/gstreamer-1.0 as the plugin install location | |
| checking to see if compiler understands -Wall... yes | |
| checking to see if compiler understands -Wdeclaration-after-statement... yes | |
| checking to see if compiler understands -Wvla... yes | |
| checking to see if compiler understands -Wpointer-arith... yes | |
| checking to see if compiler understands -Wmissing-declarations... yes | |
| checking to see if compiler understands -Wmissing-prototypes... yes | |
| checking to see if compiler understands -Wredundant-decls... yes | |
| checking to see if compiler understands -Wundef... yes | |
| checking to see if compiler understands -Wwrite-strings... yes | |
| checking to see if compiler understands -Wformat-nonliteral... yes | |
| checking to see if compiler understands -Wformat-security... yes | |
| checking to see if compiler understands -Wold-style-definition... yes | |
| checking to see if compiler understands -Winit-self... yes | |
| checking to see if compiler understands -Wmissing-include-dirs... yes | |
| checking to see if compiler understands -Waddress... yes | |
| checking to see if compiler understands -Waggregate-return... yes | |
| checking to see if compiler understands -Wno-multichar... yes | |
| checking to see if compiler understands -Wnested-externs... yes | |
| configure: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs | |
| configure: set ERROR_CFLAGS to | |
| configure: Running check unit test framework checks now... | |
| checking for unistd.h... (cached) yes | |
| checking for sys/wait.h... yes | |
| checking for sys/time.h... yes | |
| checking for localtime_r... (cached) yes | |
| checking for stdint types... stdint.h (shortcircuit) | |
| make use of stdint.h in _stdint.h (assuming C99 compatible system) | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating gst/Makefile | |
| config.status: creating gst/gstconfig.h | |
| config.status: creating gst/gstversion.h | |
| config.status: creating gst/parse/Makefile | |
| config.status: creating libs/Makefile | |
| config.status: creating libs/gst/Makefile | |
| config.status: creating libs/gst/base/Makefile | |
| config.status: creating libs/gst/check/Makefile | |
| config.status: creating libs/gst/check/libcheck/Makefile | |
| config.status: creating libs/gst/check/libcheck/check.h | |
| config.status: creating libs/gst/controller/Makefile | |
| config.status: creating libs/gst/helpers/Makefile | |
| config.status: creating libs/gst/net/Makefile | |
| config.status: creating plugins/Makefile | |
| config.status: creating plugins/elements/Makefile | |
| config.status: creating po/Makefile.in | |
| config.status: creating tests/Makefile | |
| config.status: creating tests/benchmarks/Makefile | |
| config.status: creating tests/check/Makefile | |
| config.status: creating tests/misc/Makefile | |
| config.status: creating tests/examples/Makefile | |
| config.status: creating tests/examples/adapter/Makefile | |
| config.status: creating tests/examples/controller/Makefile | |
| config.status: creating tests/examples/stepping/Makefile | |
| config.status: creating tests/examples/helloworld/Makefile | |
| config.status: creating tests/examples/launch/Makefile | |
| config.status: creating tests/examples/manual/Makefile | |
| config.status: creating tests/examples/memory/Makefile | |
| config.status: creating tests/examples/metadata/Makefile | |
| config.status: creating tests/examples/queue/Makefile | |
| config.status: creating tests/examples/streams/Makefile | |
| config.status: creating tests/examples/typefind/Makefile | |
| config.status: creating tools/Makefile | |
| config.status: creating common/Makefile | |
| config.status: creating common/m4/Makefile | |
| config.status: creating docs/Makefile | |
| config.status: creating docs/design/Makefile | |
| config.status: creating docs/faq/Makefile | |
| config.status: creating docs/gst/Makefile | |
| config.status: creating docs/gst/gstreamer.types | |
| config.status: creating docs/libs/Makefile | |
| config.status: creating docs/plugins/Makefile | |
| config.status: creating docs/manual/Makefile | |
| config.status: creating docs/pwg/Makefile | |
| config.status: creating docs/slides/Makefile | |
| config.status: creating docs/xsl/Makefile | |
| config.status: creating docs/version.entities | |
| config.status: creating m4/Makefile | |
| config.status: creating pkgconfig/Makefile | |
| config.status: creating stamp.h | |
| config.status: creating pkgconfig/gstreamer.pc | |
| config.status: creating pkgconfig/gstreamer-uninstalled.pc | |
| config.status: creating pkgconfig/gstreamer-base.pc | |
| config.status: creating pkgconfig/gstreamer-base-uninstalled.pc | |
| config.status: creating pkgconfig/gstreamer-check.pc | |
| config.status: creating pkgconfig/gstreamer-check-uninstalled.pc | |
| config.status: creating pkgconfig/gstreamer-controller.pc | |
| config.status: creating pkgconfig/gstreamer-controller-uninstalled.pc | |
| config.status: creating pkgconfig/gstreamer-net.pc | |
| config.status: creating pkgconfig/gstreamer-net-uninstalled.pc | |
| config.status: creating gstreamer.spec | |
| config.status: creating config.h | |
| config.status: config.h is unchanged | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| config.status: executing po-directories commands | |
| config.status: creating po/POTFILES | |
| config.status: creating po/Makefile | |
| config.status: executing _stdint.h commands | |
| config.status: creating _stdint.h : _GSTREAMER__STDINT_H | |
| config.status: _stdint.h is unchanged | |
| configure: WARNING: unrecognized options: --disable-loadsave | |
| Configuration | |
| Version : 1.0.0 | |
| Source code location : . | |
| Prefix : /opt/toolchain_gnueabi-4.4.0_ARMv5TE/usr | |
| Compiler : arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 | |
| Package name : GStreamer source release | |
| Package origin : Unknown package origin | |
| Documentation (manuals) : no | |
| Documentation (API) : no | |
| Debug Logging : yes | |
| Command-line parser : yes | |
| Option parsing in gst_init : yes | |
| Tracing subsystem : yes | |
| Allocation tracing : yes | |
| Plugin registry : yes | |
| Plugin support : yes | |
| Unit testing support : yes | |
| Debug : yes | |
| Profiling : no | |
| Building benchmarks : yes | |
| Building examples : no | |
| Building test apps : yes | |
| Building tests that fail : no | |
| Building tools : yes | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment