Skip to content

Instantly share code, notes, and snippets.

@RSchulz
Created January 9, 2013 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RSchulz/4496631 to your computer and use it in GitHub Desktop.
Save RSchulz/4496631 to your computer and use it in GitHub Desktop.
Attempt to install libtool fails on OS X 10.8.2
Your system is raring to brew.
==> Downloading http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/libtool-2.4.2.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/libtool-2.4.2.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g --enable-ltdl-install
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g --enable-ltdl-install
## ------------------------- ##
## Configuring libtool 2.4.2 ##
## ------------------------- ##
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... libltdl/config/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 build system type... x86_64-apple-darwin12.2.1
checking host system type... x86_64-apple-darwin12.2.1
configure: autobuild project... GNU Libtool
configure: autobuild revision... 2.4.2 ()
configure: autobuild hostname... RRSrMBP.local
configure: autobuild mode... default
configure: autobuild timestamp... 20130109T202550Z
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... none
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/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 cc... /usr/bin/ld
checking if the linker (/usr/bin/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 how to convert x86_64-apple-darwin12.2.1 file names to x86_64-apple-darwin12.2.1 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin12.2.1 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from cc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
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 -force_load linker flag... yes
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 cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... rm: conftest*: No such file or directory
yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.1 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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... yes
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... DYLD_LIBRARY_PATH
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... yes
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... none
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fno-common -DPIC
checking if c++ PIC flag -fno-common -DPIC works... yes
checking if c++ static flag -static works... no
checking if c++ supports -c -o file.o... rm: conftest*: No such file or directory
yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.1 dyld
checking how to hardcode library paths into programs... immediate
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking whether we are using the GNU Fortran compiler... no
checking whether accepts -g... no
checking for gccgo... no
checking for gcj... no
checking for windres... no
checking whether make supports order-only prerequisites... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
rm: libtoolT: No such file or directory
==> make install
make install
rm -f libtoolize.tmp libtoolize
sed -e 's,@aclocal_DATA\@,m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4,g' -e 's,@aclocaldir\@,/usr/local/Cellar/libtool/2.4.2/share/aclocal,g' -e 's,@datadir\@,/usr/local/Cellar/libtool/2.4.2/share,g' -e 's,@EGREP\@,/usr/bin/grep -E,g' -e 's,@FGREP\@,/usr/bin/grep -F,g' -e 's,@GREP\@,/usr/bin/grep,g' -e 's,@host_triplet\@,x86_64-apple-darwin12.2.1,g' -e 's,@LN_S\@,ln -s,g' -e "s,@pkgconfig_files\@,config/compile config/config.guess config/config.sub config/depcomp config/install-sh config/missing config/ltmain.sh,g" -e 's,@pkgdatadir\@,/usr/local/Cellar/libtool/2.4.2/share/libtool,g' -e "s,@pkgltdl_files\@,libltdl/COPYING.LIB libltdl/README libltdl/Makefile.inc libltdl/Makefile.am libltdl/configure.ac libltdl/aclocal.m4 libltdl/Makefile.in libltdl/config-h.in libltdl/configure libltdl/argz_.h libltdl/argz.c libltdl/loaders/dld_link.c libltdl/loaders/dlopen.c libltdl/loaders/dyld.c libltdl/loaders/load_add_on.c libltdl/loaders/loadlibrary.c libltdl/loaders/shl_load.c libltdl/lt__dirent.c libltdl/lt__strl.c libltdl/libltdl/lt__alloc.h libltdl/libltdl/lt__dirent.h libltdl/libltdl/lt__glibc.h libltdl/libltdl/lt__private.h libltdl/libltdl/lt__strl.h libltdl/libltdl/lt_dlloader.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_system.h libltdl/libltdl/slist.h libltdl/loaders/preopen.c libltdl/lt__alloc.c libltdl/lt_dlloader.c libltdl/lt_error.c libltdl/ltdl.c libltdl/ltdl.h libltdl/slist.c,g" -e 's,@prefix\@,/usr/local/Cellar/libtool/2.4.2,g' -e 's,@SED\@,/usr/local/Library/ENV/4.3/sed,g' \
./libtoolize.in > libtoolize.tmp
chmod a+x libtoolize.tmp
chmod a-w libtoolize.tmp
mv -f libtoolize.tmp libtoolize
/bin/sh /private/tmp/libtool-eYJ9/libtool-2.4.2/libltdl/config/install-sh -d . libltdl/
cp ./libltdl/argz_.h libltdl/argz.h-t
mv libltdl/argz.h-t libltdl/argz.h
/usr/bin/make install-recursive
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c -o libltdl/loaders/libltdl_libltdl_la-preopen.lo `test -f 'libltdl/loaders/preopen.c' || echo './'`libltdl/loaders/preopen.c
rm: libltdl/loaders/libltdl_libltdl_la-preopen.o: No such file or directory
rm: libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o: No such file or directory
rm: libltdl/loaders/libltdl_libltdl_la-preopen.lo: No such file or directory
rm: libltdl/loaders/libltdl_libltdl_la-preopen.loT: No such file or directory
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/loaders/preopen.c -fno-common -DPIC -o libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
brew: superenv removed: -I./libltdl -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/loaders/preopen.c -o libltdl/loaders/libltdl_libltdl_la-preopen.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c -o libltdl/libltdl_libltdl_la-lt__alloc.lo `test -f 'libltdl/lt__alloc.c' || echo './'`libltdl/lt__alloc.c
rm: libltdl/libltdl_libltdl_la-lt__alloc.o: No such file or directory
rm: libltdl/.libs/libltdl_libltdl_la-lt__alloc.o: No such file or directory
rm: libltdl/libltdl_libltdl_la-lt__alloc.lo: No such file or directory
rm: libltdl/libltdl_libltdl_la-lt__alloc.loT: No such file or directory
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/lt__alloc.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
brew: superenv removed: -I./libltdl -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/lt__alloc.c -o libltdl/libltdl_libltdl_la-lt__alloc.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c -o libltdl/libltdl_libltdl_la-lt_dlloader.lo `test -f 'libltdl/lt_dlloader.c' || echo './'`libltdl/lt_dlloader.c
rm: libltdl/libltdl_libltdl_la-lt_dlloader.o: No such file or directory
rm: libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o: No such file or directory
rm: libltdl/libltdl_libltdl_la-lt_dlloader.lo: No such file or directory
rm: libltdl/libltdl_libltdl_la-lt_dlloader.loT: No such file or directory
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/lt_dlloader.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
brew: superenv removed: -I./libltdl -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/lt_dlloader.c -o libltdl/libltdl_libltdl_la-lt_dlloader.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c -o libltdl/libltdl_libltdl_la-lt_error.lo `test -f 'libltdl/lt_error.c' || echo './'`libltdl/lt_error.c
rm: libltdl/libltdl_libltdl_la-lt_error.o: No such file or directory
rm: libltdl/.libs/libltdl_libltdl_la-lt_error.o: No such file or directory
rm: libltdl/libltdl_libltdl_la-lt_error.lo: No such file or directory
rm: libltdl/libltdl_libltdl_la-lt_error.loT: No such file or directory
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/lt_error.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_error.o
brew: superenv removed: -I./libltdl -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/lt_error.c -o libltdl/libltdl_libltdl_la-lt_error.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c -o libltdl/libltdl_libltdl_la-ltdl.lo `test -f 'libltdl/ltdl.c' || echo './'`libltdl/ltdl.c
rm: libltdl/libltdl_libltdl_la-ltdl.o: No such file or directory
rm: libltdl/.libs/libltdl_libltdl_la-ltdl.o: No such file or directory
rm: libltdl/libltdl_libltdl_la-ltdl.lo: No such file or directory
rm: libltdl/libltdl_libltdl_la-ltdl.loT: No such file or directory
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/ltdl.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-ltdl.o
brew: superenv removed: -I./libltdl -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/ltdl.c -o libltdl/libltdl_libltdl_la-ltdl.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c -o libltdl/libltdl_libltdl_la-slist.lo `test -f 'libltdl/slist.c' || echo './'`libltdl/slist.c
rm: libltdl/libltdl_libltdl_la-slist.o: No such file or directory
rm: libltdl/.libs/libltdl_libltdl_la-slist.o: No such file or directory
rm: libltdl/libltdl_libltdl_la-slist.lo: No such file or directory
rm: libltdl/libltdl_libltdl_la-slist.loT: No such file or directory
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/slist.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-slist.o
brew: superenv removed: -I./libltdl -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/slist.c -o libltdl/libltdl_libltdl_la-slist.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c -o libltdl/loaders/dlopen.lo libltdl/loaders/dlopen.c
rm: libltdl/loaders/dlopen.o: No such file or directory
rm: libltdl/loaders/.libs/dlopen.o: No such file or directory
rm: libltdl/loaders/dlopen.lo: No such file or directory
rm: libltdl/loaders/dlopen.loT: No such file or directory
libtool: compile: cc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/loaders/dlopen.c -fno-common -DPIC -o libltdl/loaders/.libs/dlopen.o
brew: superenv removed: -I./libltdl -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -c libltdl/loaders/dlopen.c -o libltdl/loaders/dlopen.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -module -avoid-version -o libltdl/dlopen.la libltdl/loaders/dlopen.lo
libtool: link: ar cru libltdl/.libs/dlopen.a libltdl/loaders/.libs/dlopen.o
libtool: link: ranlib libltdl/.libs/dlopen.a
rm: libltdl/dlopen.la: No such file or directory
libtool: link: ( cd "libltdl/.libs" && /bin/rm "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" )
rm: dlopen.la: No such file or directory
make[2]: *** [libltdl/dlopen.la] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.3
HEAD: dc4910af70f15aa862c6d5b7696851c0b0f15b25
CPU: 8-core 64-bit ivybridge
OS X: 10.8.2-x86_64
Xcode: 4.5.2
CLT: 4.5.0.0.1.1249367152
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
Error: libtool did not build
Logs: /Users/rschulz/Library/Logs/Homebrew/libtool/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Libtool configure 2.4.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g --enable-ltdl-install
## --------- ##
## Platform. ##
## --------- ##
hostname = RRSrMBP.local
uname -m = x86_64
uname -r = 12.2.1
uname -s = Darwin
uname -v = Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~2/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~2/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 145 tasks, 769 threads, 8 processors
Load average: 3.44, Mach factor: 5.14
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2704: checking for a BSD-compatible install
configure:2772: result: /usr/bin/install -c
configure:2783: checking whether build environment is sane
configure:2833: result: yes
configure:2974: checking for a thread-safe mkdir -p
configure:3013: result: libltdl/config/install-sh -c -d
configure:3026: checking for gawk
configure:3056: result: no
configure:3026: checking for mawk
configure:3056: result: no
configure:3026: checking for nawk
configure:3056: result: no
configure:3026: checking for awk
configure:3042: found /usr/bin/awk
configure:3053: result: awk
configure:3064: checking whether make sets $(MAKE)
configure:3086: result: yes
configure:3180: checking build system type
configure:3194: result: x86_64-apple-darwin12.2.1
configure:3214: checking host system type
configure:3227: result: x86_64-apple-darwin12.2.1
configure:3254: autobuild project... GNU Libtool
configure:3260: autobuild revision... 2.4.2 ()
configure:3265: autobuild hostname... RRSrMBP.local
configure:3269: autobuild mode... default
configure:3277: autobuild timestamp... 20130109T202550Z
configure:3376: checking for gcc
configure:3403: result: cc
configure:3632: checking for C compiler version
configure:3641: cc --version >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.1
Thread model: posix
configure:3652: $? = 0
configure:3641: cc -v >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.1
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:3652: $? = 0
configure:3641: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:3652: $? = 1
configure:3641: cc -qversion >&5
clang: error: no input files
configure:3652: $? = 1
configure:3672: checking whether the C compiler works
configure:3694: cc conftest.c >&5
configure:3698: $? = 0
configure:3746: result: yes
configure:3749: checking for C compiler default output file name
configure:3751: result: a.out
configure:3757: checking for suffix of executables
configure:3764: cc -o conftest conftest.c >&5
configure:3768: $? = 0
configure:3790: result:
configure:3812: checking whether we are cross compiling
configure:3820: cc -o conftest conftest.c >&5
configure:3824: $? = 0
configure:3831: ./conftest
configure:3835: $? = 0
configure:3850: result: no
configure:3855: checking for suffix of object files
configure:3877: cc -c conftest.c >&5
configure:3881: $? = 0
configure:3902: result: o
configure:3906: checking whether we are using the GNU C compiler
configure:3925: cc -c conftest.c >&5
configure:3925: $? = 0
configure:3934: result: yes
configure:3943: checking whether cc accepts -g
configure:3963: cc -c -g conftest.c >&5
configure:3963: $? = 0
configure:4004: result: yes
configure:4021: checking for cc option to accept ISO C89
configure:4085: cc -c -g -O2 conftest.c >&5
configure:4085: $? = 0
configure:4098: result: none needed
configure:4129: checking for style of include used by make
configure:4157: result: GNU
configure:4182: checking dependency style of cc
configure:4292: result: none
configure:4311: checking whether cc understands -c and -o together
configure:4339: cc -c conftest.c -o conftest2.o >&5
configure:4343: $? = 0
configure:4349: cc -c conftest.c -o conftest2.o >&5
configure:4353: $? = 0
configure:4408: result: yes
configure:4438: checking how to run the C preprocessor
configure:4469: cc -E conftest.c
configure:4469: $? = 0
configure:4483: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4483: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4508: result: cc -E
configure:4528: cc -E conftest.c
configure:4528: $? = 0
configure:4542: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4620: checking how to print strings
configure:4647: result: printf
configure:4668: checking for a sed that does not truncate output
configure:4732: result: /usr/local/Library/ENV/4.3/sed
configure:4750: checking for grep that handles long lines and -e
configure:4808: result: /usr/bin/grep
configure:4813: checking for egrep
configure:4875: result: /usr/bin/grep -E
configure:4880: checking for fgrep
configure:4942: result: /usr/bin/grep -F
configure:4977: checking for ld used by cc
configure:5044: result: /usr/bin/ld
configure:5051: checking if the linker (/usr/bin/ld) is GNU ld
configure:5066: result: no
configure:5078: checking for BSD- or MS-compatible name lister (nm)
configure:5127: result: /usr/bin/nm
configure:5257: checking the name lister (/usr/bin/nm) interface
configure:5264: cc -c -g -O2 conftest.c >&5
configure:5267: /usr/bin/nm "conftest.o"
configure:5270: output
000000000000021c S _some_variable
configure:5277: result: BSD nm
configure:5280: checking whether ln -s works
configure:5284: result: yes
configure:5292: checking the maximum length of command line arguments
configure:5422: result: 196608
configure:5439: checking whether the shell understands some XSI constructs
configure:5449: result: yes
configure:5453: checking whether the shell understands "+="
configure:5459: result: yes
configure:5494: checking how to convert x86_64-apple-darwin12.2.1 file names to x86_64-apple-darwin12.2.1 format
configure:5534: result: func_convert_file_noop
configure:5541: checking how to convert x86_64-apple-darwin12.2.1 file names to toolchain format
configure:5561: result: func_convert_file_noop
configure:5568: checking for /usr/bin/ld option to reload object files
configure:5575: result: -r
configure:5649: checking for objdump
configure:5679: result: no
configure:5705: checking how to recognize dependent libraries
configure:5907: result: pass_all
configure:5992: checking for dlltool
configure:6022: result: no
configure:6049: checking how to associate runtime and link libraries
configure:6076: result: printf %s\n
configure:6137: checking for ar
configure:6153: found /usr/bin/ar
configure:6164: result: ar
configure:6201: checking for archiver @FILE support
configure:6218: cc -c -g -O2 conftest.c >&5
configure:6218: $? = 0
configure:6221: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6224: $? = 1
configure:6244: result: no
configure:6302: checking for strip
configure:6318: found /usr/bin/strip
configure:6329: result: strip
configure:6401: checking for ranlib
configure:6417: found /usr/bin/ranlib
configure:6428: result: ranlib
configure:6530: checking command to parse /usr/bin/nm output from cc object
configure:6650: cc -c -g -O2 conftest.c >&5
configure:6653: $? = 0
configure:6657: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6660: $? = 0
cannot find nm_test_var in conftest.nm
configure:6650: cc -c -g -O2 conftest.c >&5
configure:6653: $? = 0
configure:6657: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6660: $? = 0
configure:6726: cc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6729: $? = 0
configure:6767: result: ok
configure:6804: checking for sysroot
configure:6834: result: no
configure:7090: checking for mt
configure:7120: result: no
configure:7140: checking if : is a manifest tool
configure:7146: : '-?'
configure:7154: result: no
configure:7210: checking for dsymutil
configure:7226: found /usr/bin/dsymutil
configure:7237: result: dsymutil
configure:7302: checking for nmedit
configure:7318: found /usr/bin/nmedit
configure:7329: result: nmedit
configure:7394: checking for lipo
configure:7410: found /usr/bin/lipo
configure:7421: result: lipo
configure:7486: checking for otool
configure:7502: found /usr/bin/otool
configure:7513: result: otool
configure:7578: checking for otool64
configure:7608: result: no
configure:7653: checking for -single_module linker flag
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7686: result: yes
configure:7689: checking for -exported_symbols_list linker flag
configure:7709: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7709: $? = 0
configure:7719: result: yes
configure:7722: checking for -force_load linker flag
cc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
cc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7754: result: yes
configure:7792: checking for ANSI C header files
configure:7812: cc -c -g -O2 conftest.c >&5
configure:7812: $? = 0
configure:7885: cc -o conftest -g -O2 conftest.c >&5
configure:7885: $? = 0
configure:7885: ./conftest
configure:7885: $? = 0
configure:7896: result: yes
configure:7909: checking for sys/types.h
configure:7909: cc -c -g -O2 conftest.c >&5
configure:7909: $? = 0
configure:7909: result: yes
configure:7909: checking for sys/stat.h
configure:7909: cc -c -g -O2 conftest.c >&5
configure:7909: $? = 0
configure:7909: result: yes
configure:7909: checking for stdlib.h
configure:7909: cc -c -g -O2 conftest.c >&5
configure:7909: $? = 0
configure:7909: result: yes
configure:7909: checking for string.h
configure:7909: cc -c -g -O2 conftest.c >&5
configure:7909: $? = 0
configure:7909: result: yes
configure:7909: checking for memory.h
configure:7909: cc -c -g -O2 conftest.c >&5
configure:7909: $? = 0
configure:7909: result: yes
configure:7909: checking for strings.h
configure:7909: cc -c -g -O2 conftest.c >&5
configure:7909: $? = 0
configure:7909: result: yes
configure:7909: checking for inttypes.h
configure:7909: cc -c -g -O2 conftest.c >&5
configure:7909: $? = 0
configure:7909: result: yes
configure:7909: checking for stdint.h
configure:7909: cc -c -g -O2 conftest.c >&5
configure:7909: $? = 0
configure:7909: result: yes
configure:7909: checking for unistd.h
configure:7909: cc -c -g -O2 conftest.c >&5
configure:7909: $? = 0
configure:7909: result: yes
configure:7923: checking for dlfcn.h
configure:7923: cc -c -g -O2 conftest.c >&5
configure:7923: $? = 0
configure:7923: result: yes
configure:8426: checking for objdir
configure:8441: result: .libs
configure:8712: checking if cc supports -fno-rtti -fno-exceptions
configure:8730: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:8734: $? = 0
configure:8747: result: yes
configure:9074: checking for cc option to produce PIC
configure:9081: result: -fno-common -DPIC
configure:9089: checking if cc PIC flag -fno-common -DPIC works
configure:9107: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:9111: $? = 0
configure:9124: result: yes
configure:9153: checking if cc static flag -static works
configure:9181: result: no
configure:9196: checking if cc supports -c -o file.o
configure:9217: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9221: $? = 0
configure:9243: result: yes
configure:9251: checking if cc supports -c -o file.o
configure:9298: result: yes
configure:9331: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:10484: result: yes
configure:10724: checking dynamic linker characteristics
configure:11457: result: darwin12.2.1 dyld
configure:11564: checking how to hardcode library paths into programs
configure:11589: result: immediate
configure:11634: checking for dlopen in -ldl
configure:11659: cc -o conftest -g -O2 conftest.c -ldl >&5
configure:11659: $? = 0
configure:11668: result: yes
configure:11883: checking whether a program can dlopen itself
configure:11963: cc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:11966: $? = 0
configure:11984: result: yes
configure:11989: checking whether a statically linked program can dlopen itself
configure:12069: cc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:12072: $? = 0
configure:12090: result: yes
configure:12129: checking whether stripping libraries is possible
configure:12143: result: yes
configure:12169: checking if libtool supports shared libraries
configure:12171: result: yes
configure:12174: checking whether to build shared libraries
configure:12195: result: yes
configure:12198: checking whether to build static libraries
configure:12202: result: yes
configure:12240: checking which extension is used for runtime loadable modules
configure:12252: result: .so
configure:12269: checking which variable specifies run-time module search path
configure:12276: result: DYLD_LIBRARY_PATH
configure:12286: checking for the default library search path
configure:12293: result: /usr/local/lib /lib /usr/lib
configure:12323: checking for library containing dlopen
configure:12354: cc -o conftest -g -O2 conftest.c >&5
configure:12354: $? = 0
configure:12371: result: none required
configure:12461: checking for dlerror
configure:12461: cc -o conftest -g -O2 conftest.c >&5
configure:12461: $? = 0
configure:12461: result: yes
configure:12475: checking for shl_load
configure:12475: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_shl_load", referenced from:
_main in conftest-QoLIEG.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12475: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:12475: result: no
configure:12482: checking for shl_load in -ldld
configure:12507: cc -o conftest -g -O2 conftest.c -ldld >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12507: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:12516: result: no
configure:12562: checking for dld_link in -ldld
configure:12587: cc -o conftest -g -O2 conftest.c -ldld >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12587: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dld_link ();
| int
| main ()
| {
| return dld_link ();
| ;
| return 0;
| }
configure:12596: result: no
configure:12630: checking for _ prefix in compiled symbols
configure:12640: cc -c -g -O2 conftest.c >&5
conftest.c:2:12: warning: expression result unused [-Wunused-value]
int main(){nm_test_func;return 0;}
^~~~~~~~~~~~
1 warning generated.
configure:12643: $? = 0
configure:12647: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:12650: $? = 0
configure:12672: result: yes
configure:12680: checking whether we have to add an underscore for dlsym
configure:12763: cc -o conftest -g -O2 conftest.c >&5
configure:12766: $? = 0
configure:12785: result: no
configure:12796: checking whether deplibs are loaded by dlopen
configure:12890: result: yes
configure:12902: checking for argz.h
configure:12902: cc -c -g -O2 conftest.c >&5
conftest.c:64:10: fatal error: 'argz.h' file not found
#include <argz.h>
^
1 error generated.
configure:12902: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <argz.h>
configure:12902: result: no
configure:12914: checking for error_t
configure:12914: cc -c -g -O2 conftest.c >&5
conftest.c:37:13: error: use of undeclared identifier 'error_t'
if (sizeof (error_t))
^
1 error generated.
configure:12914: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| /* end confdefs.h. */
| #if defined(HAVE_ARGZ_H)
| # include <argz.h>
| #endif
|
| int
| main ()
| {
| if (sizeof (error_t))
| return 0;
| ;
| return 0;
| }
configure:12914: result: no
configure:12940: checking for argz_add
configure:12940: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_add", referenced from:
_main in conftest-7Ui1BD.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_add to an innocuous variant, in case <limits.h> declares argz_add.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_add innocuous_argz_add
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_add (); 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 argz_add
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_add ();
| /* 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_argz_add || defined __stub___argz_add
| choke me
| #endif
|
| int
| main ()
| {
| return argz_add ();
| ;
| return 0;
| }
configure:12940: result: no
configure:12940: checking for argz_append
configure:12940: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_append", referenced from:
_main in conftest-n8ss7X.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_append innocuous_argz_append
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_append (); 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 argz_append
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_append ();
| /* 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_argz_append || defined __stub___argz_append
| choke me
| #endif
|
| int
| main ()
| {
| return argz_append ();
| ;
| return 0;
| }
configure:12940: result: no
configure:12940: checking for argz_count
configure:12940: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_count", referenced from:
_main in conftest-MYPC9l.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_count to an innocuous variant, in case <limits.h> declares argz_count.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_count innocuous_argz_count
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_count (); 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 argz_count
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_count ();
| /* 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_argz_count || defined __stub___argz_count
| choke me
| #endif
|
| int
| main ()
| {
| return argz_count ();
| ;
| return 0;
| }
configure:12940: result: no
configure:12940: checking for argz_create_sep
configure:12940: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_create_sep", referenced from:
_main in conftest-l3Q9ja.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_create_sep innocuous_argz_create_sep
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_create_sep (); 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 argz_create_sep
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_create_sep ();
| /* 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_argz_create_sep || defined __stub___argz_create_sep
| choke me
| #endif
|
| int
| main ()
| {
| return argz_create_sep ();
| ;
| return 0;
| }
configure:12940: result: no
configure:12940: checking for argz_insert
configure:12940: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_insert", referenced from:
_main in conftest-Z4S3We.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_insert innocuous_argz_insert
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_insert (); 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 argz_insert
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_insert ();
| /* 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_argz_insert || defined __stub___argz_insert
| choke me
| #endif
|
| int
| main ()
| {
| return argz_insert ();
| ;
| return 0;
| }
configure:12940: result: no
configure:12940: checking for argz_next
configure:12940: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_next", referenced from:
_main in conftest-ia5uO5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_next innocuous_argz_next
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_next (); 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 argz_next
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_next ();
| /* 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_argz_next || defined __stub___argz_next
| choke me
| #endif
|
| int
| main ()
| {
| return argz_next ();
| ;
| return 0;
| }
configure:12940: result: no
configure:12940: checking for argz_stringify
configure:12940: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_stringify", referenced from:
_main in conftest-iuFE4h.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| /* end confdefs.h. */
| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_stringify innocuous_argz_stringify
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_stringify (); 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 argz_stringify
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char argz_stringify ();
| /* 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_argz_stringify || defined __stub___argz_stringify
| choke me
| #endif
|
| int
| main ()
| {
| return argz_stringify ();
| ;
| return 0;
| }
configure:12940: result: no
configure:13008: checking whether libtool supports -dlopen/-dlpreopen
configure:13020: result: yes
configure:13073: checking for unistd.h
configure:13073: result: yes
configure:13073: checking for dl.h
configure:13073: cc -c -g -O2 conftest.c >&5
conftest.c:68:10: fatal error: 'dl.h' file not found
#include <dl.h>
^
1 error generated.
configure:13073: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dl.h>
configure:13073: result: no
configure:13073: checking for sys/dl.h
configure:13073: cc -c -g -O2 conftest.c >&5
conftest.c:68:10: fatal error: 'sys/dl.h' file not found
#include <sys/dl.h>
^
1 error generated.
configure:13073: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/dl.h>
configure:13073: result: no
configure:13073: checking for dld.h
configure:13073: cc -c -g -O2 conftest.c >&5
conftest.c:68:10: fatal error: 'dld.h' file not found
#include <dld.h>
^
1 error generated.
configure:13073: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dld.h>
configure:13073: result: no
configure:13073: checking for mach-o/dyld.h
configure:13073: cc -c -g -O2 conftest.c >&5
configure:13073: $? = 0
configure:13073: result: yes
configure:13073: checking for dirent.h
configure:13073: cc -c -g -O2 conftest.c >&5
configure:13073: $? = 0
configure:13073: result: yes
configure:13088: checking for closedir
configure:13088: cc -o conftest -g -O2 conftest.c >&5
configure:13088: $? = 0
configure:13088: result: yes
configure:13088: checking for opendir
configure:13088: cc -o conftest -g -O2 conftest.c >&5
configure:13088: $? = 0
configure:13088: result: yes
configure:13088: checking for readdir
configure:13088: cc -o conftest -g -O2 conftest.c >&5
configure:13088: $? = 0
configure:13088: result: yes
configure:13107: checking for strlcat
configure:13107: cc -o conftest -g -O2 conftest.c >&5
conftest.c:62:6: warning: incompatible redeclaration of library function 'strlcat'
char strlcat ();
^
conftest.c:62:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:13107: $? = 0
configure:13107: result: yes
configure:13107: checking for strlcpy
configure:13107: cc -o conftest -g -O2 conftest.c >&5
conftest.c:63:6: warning: incompatible redeclaration of library function 'strlcpy'
char strlcpy ();
^
conftest.c:63:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:13107: $? = 0
configure:13107: result: yes
configure:13256: checking for C++ compiler version
configure:13265: c++ --version >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.1
Thread model: posix
configure:13276: $? = 0
configure:13265: c++ -v >&5
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.1
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:13276: $? = 0
configure:13265: c++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:13276: $? = 1
configure:13265: c++ -qversion >&5
clang: error: no input files
configure:13276: $? = 1
configure:13280: checking whether we are using the GNU C++ compiler
configure:13299: c++ -c conftest.cpp >&5
configure:13299: $? = 0
configure:13308: result: yes
configure:13317: checking whether c++ accepts -g
configure:13337: c++ -c -g conftest.cpp >&5
configure:13337: $? = 0
configure:13378: result: yes
configure:13403: checking dependency style of c++
configure:13513: result: none
configure:13547: checking how to run the C++ preprocessor
configure:13574: c++ -E conftest.cpp
configure:13574: $? = 0
configure:13588: c++ -E conftest.cpp
conftest.cpp:43:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13588: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13613: result: c++ -E
configure:13633: c++ -E conftest.cpp
configure:13633: $? = 0
configure:13647: c++ -E conftest.cpp
conftest.cpp:43:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13647: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.4.2"
| #define PACKAGE_STRING "GNU Libtool 2.4.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
| #define PACKAGE "libtool"
| #define VERSION "2.4.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_SHARED_EXT ".dylib"
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define error_t int
| #define __error_t_defined 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13816: checking for ld used by c++
configure:13883: result: /usr/bin/ld
configure:13890: checking if the linker (/usr/bin/ld) is GNU ld
configure:13905: result: no
configure:13960: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:14965: result: yes
configure:15001: c++ -c -g -O2 conftest.cpp >&5
configure:15004: $? = 0
configure:15524: checking for c++ option to produce PIC
configure:15531: result: -fno-common -DPIC
configure:15539: checking if c++ PIC flag -fno-common -DPIC works
configure:15557: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:15561: $? = 0
configure:15574: result: yes
configure:15597: checking if c++ static flag -static works
configure:15625: result: no
configure:15637: checking if c++ supports -c -o file.o
configure:15658: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:15662: $? = 0
configure:15684: result: yes
configure:15689: checking if c++ supports -c -o file.o
configure:15736: result: yes
configure:15766: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:15802: result: yes
configure:15943: checking dynamic linker characteristics
configure:16610: result: darwin12.2.1 dyld
configure:16663: checking how to hardcode library paths into programs
configure:16688: result: immediate
configure:16781: checking for g77
configure:16811: result: no
configure:16781: checking for xlf
configure:16811: result: no
configure:16781: checking for f77
configure:16811: result: no
configure:16781: checking for frt
configure:16811: result: no
configure:16781: checking for pgf77
configure:16811: result: no
configure:16781: checking for cf77
configure:16811: result: no
configure:16781: checking for fort77
configure:16811: result: no
configure:16781: checking for fl32
configure:16811: result: no
configure:16781: checking for af77
configure:16811: result: no
configure:16781: checking for xlf90
configure:16811: result: no
configure:16781: checking for f90
configure:16811: result: no
configure:16781: checking for pgf90
configure:16811: result: no
configure:16781: checking for pghpf
configure:16811: result: no
configure:16781: checking for epcf90
configure:16811: result: no
configure:16781: checking for gfortran
configure:16811: result: no
configure:16781: checking for g95
configure:16811: result: no
configure:16781: checking for xlf95
configure:16811: result: no
configure:16781: checking for f95
configure:16811: result: no
configure:16781: checking for fort
configure:16811: result: no
configure:16781: checking for ifort
configure:16811: result: no
configure:16781: checking for ifc
configure:16811: result: no
configure:16781: checking for efc
configure:16811: result: no
configure:16781: checking for pgfortran
configure:16811: result: no
configure:16781: checking for pgf95
configure:16811: result: no
configure:16781: checking for lf95
configure:16811: result: no
configure:16781: checking for ftn
configure:16811: result: no
configure:16834: checking for Fortran 77 compiler version
configure:16843: --version >&5
./configure: line 16845: --version: command not found
configure:16854: $? = 127
configure:16843: -v >&5
./configure: line 16845: -v: command not found
configure:16854: $? = 127
configure:16843: -V >&5
./configure: line 16845: -V: command not found
configure:16854: $? = 127
configure:16843: -qversion >&5
./configure: line 16845: -qversion: command not found
configure:16854: $? = 127
configure:16863: checking whether we are using the GNU Fortran 77 compiler
configure:16876: -c conftest.F >&5
./configure: line 2052: -c: command not found
configure:16876: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:16885: result: no
configure:16891: checking whether accepts -g
configure:16902: -c -g conftest.f >&5
./configure: line 2052: -c: command not found
configure:16902: $? = 127
configure: failed program was:
| program main
|
| end
configure:16910: result: no
configure:19710: checking for gfortran
configure:19740: result: no
configure:19710: checking for g95
configure:19740: result: no
configure:19710: checking for xlf95
configure:19740: result: no
configure:19710: checking for f95
configure:19740: result: no
configure:19710: checking for fort
configure:19740: result: no
configure:19710: checking for ifort
configure:19740: result: no
configure:19710: checking for ifc
configure:19740: result: no
configure:19710: checking for efc
configure:19740: result: no
configure:19710: checking for pgfortran
configure:19740: result: no
configure:19710: checking for pgf95
configure:19740: result: no
configure:19710: checking for lf95
configure:19740: result: no
configure:19710: checking for ftn
configure:19740: result: no
configure:19710: checking for xlf90
configure:19740: result: no
configure:19710: checking for f90
configure:19740: result: no
configure:19710: checking for pgf90
configure:19740: result: no
configure:19710: checking for pghpf
configure:19740: result: no
configure:19710: checking for epcf90
configure:19740: result: no
configure:19710: checking for g77
configure:19740: result: no
configure:19710: checking for xlf
configure:19740: result: no
configure:19710: checking for f77
configure:19740: result: no
configure:19710: checking for frt
configure:19740: result: no
configure:19710: checking for pgf77
configure:19740: result: no
configure:19710: checking for cf77
configure:19740: result: no
configure:19710: checking for fort77
configure:19740: result: no
configure:19710: checking for fl32
configure:19740: result: no
configure:19710: checking for af77
configure:19740: result: no
configure:19763: checking for Fortran compiler version
configure:19772: --version >&5
./configure: line 19774: --version: command not found
configure:19783: $? = 127
configure:19772: -v >&5
./configure: line 19774: -v: command not found
configure:19783: $? = 127
configure:19772: -V >&5
./configure: line 19774: -V: command not found
configure:19783: $? = 127
configure:19772: -qversion >&5
./configure: line 19774: -qversion: command not found
configure:19783: $? = 127
configure:19792: checking whether we are using the GNU Fortran compiler
configure:19805: -c conftest.F >&5
./configure: line 2136: -c: command not found
configure:19805: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:19814: result: no
configure:19820: checking whether accepts -g
configure:19831: -c -g conftest.f >&5
./configure: line 2136: -c: command not found
configure:19831: $? = 127
configure: failed program was:
| program main
|
| end
configure:19839: result: no
configure:22772: checking for gccgo
configure:22802: result: no
configure:24868: checking for gcj
configure:24898: result: no
configure:26965: checking for windres
configure:26995: result: no
configure:27148: checking whether make supports order-only prerequisites
configure:27172: result: yes
configure:27356: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by GNU Libtool config.status 2.4.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on RRSrMBP.local
config.status:1473: creating Makefile
config.status:1473: creating config.h
config.status:1702: executing tests/atconfig commands
config.status:1702: executing depfiles commands
config.status:1702: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.2.1
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
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=set
ac_cv_env_CXX_value=c++
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_fc_compiler_gnu=no
ac_cv_func_argz_add=no
ac_cv_func_argz_append=no
ac_cv_func_argz_count=no
ac_cv_func_argz_create_sep=no
ac_cv_func_argz_insert=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
ac_cv_func_closedir=yes
ac_cv_func_dlerror=yes
ac_cv_func_opendir=yes
ac_cv_func_readdir=yes
ac_cv_func_shl_load=no
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_header_argz_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_mach_o_dyld_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_dl_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin12.2.1
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_fc_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_dlopen='none required'
ac_cv_type_error_t=no
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_need_uscore=no
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_shrext=.dylib
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_make_order_only=yes
lt_cv_module_path_var=DYLD_LIBRARY_PATH
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_RC=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_dlopen_deplibs=yes
lt_cv_sys_dlsearch_path='/usr/local/lib /lib /usr/lib'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_sys_symbol_underscore=yes
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/libtool-eYJ9/libtool-2.4.2/libltdl/config/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/libtool-eYJ9/libtool-2.4.2/libltdl/config/missing --run tar'
AR='ar'
ARGZ_H='argz.h'
AS='as'
AUTOCONF='${SHELL} /private/tmp/libtool-eYJ9/libtool-2.4.2/libltdl/config/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/libtool-eYJ9/libtool-2.4.2/libltdl/config/missing --run autoheader'
AUTOM4TE='autom4te'
AUTOMAKE='${SHELL} /private/tmp/libtool-eYJ9/libtool-2.4.2/libltdl/config/missing --run automake-1.11'
AUTOTEST='$(AUTOM4TE) --language=autotest'
AWK='awk'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/ChangeLog'
CONF_SUBDIRS='tests/cdemo tests/demo tests/depdemo tests/f77demo tests/fcdemo tests/mdemo tests/mdemo2 tests/pdemo tests/tagdemo'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
CPP='cc -E'
CPPFLAGS=''
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIST_MAKEFILE_LIST='tests/cdemo/Makefile tests/demo/Makefile tests/depdemo/Makefile tests/f77demo/Makefile tests/fcdemo/Makefile tests/mdemo/Makefile tests/mdemo2/Makefile tests/pdemo/Makefile tests/tagdemo/Makefile '
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77=''
FC=''
FCFLAGS=''
FFLAGS=''
FGREP='/usr/bin/grep -F'
GCJ=''
GCJFLAGS='-g -O2'
GOC=''
GREP='/usr/bin/grep'
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_F77_FALSE=''
HAVE_F77_TRUE='#'
HAVE_FC_FALSE=''
HAVE_FC_TRUE='#'
HAVE_GCJ_FALSE=''
HAVE_GCJ_TRUE='#'
HAVE_RC_FALSE=''
HAVE_RC_TRUE='#'
HELP2MAN='${SHELL} /private/tmp/libtool-eYJ9/libtool-2.4.2/libltdl/config/missing --run help2man'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE='#'
INSTALL_LTDL_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LASTRELEASE='2.4.1'
LD='/usr/bin/ld'
LDFLAGS=''
LIBADD_DL=' '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN=''
LIBADD_SHL_LOAD=''
LIBOBJS=' ${LIBOBJDIR}argz$U.o'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTDLOPEN='libltdl'
LTLIBOBJS=' ${LIBOBJDIR}argz$U.lo'
LT_CONFIG_H='config.h'
LT_DLLOADERS=' libltdl/dlopen.la'
LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la '
M4SH='$(AUTOM4TE) --language=m4sh'
MAKEINFO='${SHELL} /private/tmp/libtool-eYJ9/libtool-2.4.2/libltdl/config/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='libltdl/config/install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
ORDER='|'
OTOOL64=':'
OTOOL='otool'
PACKAGE='libtool'
PACKAGE_BUGREPORT='bug-libtool@gnu.org'
PACKAGE_NAME='GNU Libtool'
PACKAGE_STRING='GNU Libtool 2.4.2'
PACKAGE_TARNAME='libtool'
PACKAGE_URL='http://www.gnu.org/software/libtool/'
PACKAGE_VERSION='2.4.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RC=''
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TIMESTAMP=''
VERSION='2.4.2'
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
aclocaldir='${datadir}/aclocal'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.2.1'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.2.1'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.2.1'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.2.1'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/libtool-eYJ9/libtool-2.4.2/libltdl/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/libltdl/config/install-sh -c -d'
oldincludedir='/usr/include'
package_revision='1.3337'
pdfdir='${docdir}'
pkgdatadir='${datadir}/libtool'
prefix='/usr/local/Cellar/libtool/2.4.2'
program_transform_name='s&^&g&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sys_symbol_underscore='yes'
sysconfdir='${prefix}/etc'
target_alias=''
to_host_file_cmd='func_convert_file_noop'
to_tool_file_cmd='func_convert_file_noop'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GNU Libtool"
#define PACKAGE_TARNAME "libtool"
#define PACKAGE_VERSION "2.4.2"
#define PACKAGE_STRING "GNU Libtool 2.4.2"
#define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/libtool/"
#define PACKAGE "libtool"
#define VERSION "2.4.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define LT_MODULE_EXT ".so"
#define LT_SHARED_EXT ".dylib"
#define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH"
#define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib"
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define error_t int
#define __error_t_defined 1
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_UNISTD_H 1
#define HAVE_MACH_O_DYLD_H 1
#define HAVE_DIRENT_H 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define LT_LIBEXT "a"
#define LT_LIBPREFIX "lib"
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment