Created
September 19, 2010 13:20
-
-
Save hukl/586745 to your computer and use it in GitHub Desktop.
This file contains 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
[hukl@eight /Volumes/Data/Downloads/forked-daapd-0.12]$ ./configure | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking for gcc... 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... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking dependency style of gcc... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking dependency style of gcc... (cached) gcc3 | |
checking whether gcc and cc understand -c and -o together... yes | |
checking build system type... x86_64-apple-darwin10.4.0 | |
checking host system type... x86_64-apple-darwin10.4.0 | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
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 for antlr3... no | |
configure: antlr3 wrapper not found, using pre-generated files | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking sys/eventfd.h usability... no | |
checking sys/eventfd.h presence... no | |
checking for sys/eventfd.h... no | |
checking for eventfd... no | |
checking for posix_fadvise... no | |
checking for strptime... yes | |
checking for strtok_r... yes | |
checking for timegm... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for off_t... yes | |
checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for libunistring... yes | |
checking how to link with libunistring... -lunistring | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for ZLIB... yes | |
checking for CONFUSE... yes | |
checking for AVAHI... yes | |
checking for SQLITE3... yes | |
checking for sqlite3_unlock_notify in -lsqlite3... yes | |
checking if SQLite3 was built with threadsafe operations support... yes | |
checking for FFMPEG... yes | |
checking for MINIXML... yes | |
checking event.h usability... yes | |
checking event.h presence... yes | |
checking for event.h... yes | |
checking for event_init in -levent_core... yes | |
checking evhttp.h usability... yes | |
checking evhttp.h presence... yes | |
checking for evhttp.h... yes | |
checking avl.h usability... yes | |
checking avl.h presence... yes | |
checking for avl.h... yes | |
checking for avl_alloc_tree in -lavl... no | |
checking antlr3.h usability... yes | |
checking antlr3.h presence... yes | |
checking for antlr3.h... yes | |
checking for antlr3BaseRecognizerNew in -lantlr3c... yes | |
checking for libgcrypt-config... /usr/local/bin/libgcrypt-config | |
checking for LIBGCRYPT - version >= 1.2.0... yes (1.4.6) | |
checking LIBGCRYPT API version... okay | |
checking size of void *... 8 | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for stdint.h... (cached) yes | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes | |
configure: creating ./config.status | |
config.status: creating src/Makefile | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment