Skip to content

Instantly share code, notes, and snippets.

@2bits
Created September 15, 2011 05:51
Show Gist options
  • Save 2bits/1218635 to your computer and use it in GitHub Desktop.
Save 2bits/1218635 to your computer and use it in GitHub Desktop.
movgrab-1.1.0 linker issue on OSX - 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 configure, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/movgrab/1.1.0 --enable-ssl
## --------- ##
## Platform. ##
## --------- ##
hostname = TheBus.local
uname -m = x86_64
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/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 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
4 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 72 tasks, 328 threads, 4 processors
Load average: 0.36, Mach factor: 3.62
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
PATH: /usr/local/Library/Contributions/examples
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1713: checking for gcc
configure:1740: result: /usr/bin/gcc-4.2
configure:1978: checking for C compiler version
configure:1985: /usr/bin/gcc-4.2 --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1988: $? = 0
configure:1995: /usr/bin/gcc-4.2 -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~123/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:1998: $? = 0
configure:2005: /usr/bin/gcc-4.2 -V >&5
gcc-4.2: argument to `-V' is missing
configure:2008: $? = 1
configure:2031: checking for C compiler default output file name
configure:2058: /usr/bin/gcc-4.2 -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
configure:2061: $? = 0
configure:2107: result: a.out
configure:2112: checking whether the C compiler works
configure:2122: ./a.out
configure:2125: $? = 0
configure:2142: result: yes
configure:2149: checking whether we are cross compiling
configure:2151: result: no
configure:2154: checking for suffix of executables
configure:2161: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
configure:2164: $? = 0
configure:2188: result:
configure:2194: checking for suffix of object files
configure:2220: /usr/bin/gcc-4.2 -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
configure:2223: $? = 0
configure:2246: result: o
configure:2250: checking whether we are using the GNU C compiler
configure:2279: /usr/bin/gcc-4.2 -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
configure:2285: $? = 0
configure:2292: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2295: $? = 0
configure:2302: test -s conftest.o
configure:2305: $? = 0
configure:2319: result: yes
configure:2324: checking whether /usr/bin/gcc-4.2 accepts -g
configure:2354: /usr/bin/gcc-4.2 -c -g conftest.c >&5
configure:2360: $? = 0
configure:2367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2370: $? = 0
configure:2377: test -s conftest.o
configure:2380: $? = 0
configure:2510: result: yes
configure:2527: checking for /usr/bin/gcc-4.2 option to accept ISO C89
configure:2601: /usr/bin/gcc-4.2 -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
configure:2607: $? = 0
configure:2614: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2617: $? = 0
configure:2624: test -s conftest.o
configure:2627: $? = 0
configure:2647: result: none needed
configure:2671: checking whether make sets $(MAKE)
configure:2692: result: yes
configure:2714: checking for a BSD-compatible install
configure:2770: result: /usr/bin/install -c
configure:2787: checking how to run the C preprocessor
configure:2827: /usr/bin/gcc-4.2 -E conftest.c
configure:2833: $? = 0
configure:2871: /usr/bin/gcc-4.2 -E conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:2877: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2917: result: /usr/bin/gcc-4.2 -E
configure:2946: /usr/bin/gcc-4.2 -E conftest.c
configure:2952: $? = 0
configure:2990: /usr/bin/gcc-4.2 -E conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:2996: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3041: checking for grep that handles long lines and -e
configure:3115: result: /usr/bin/grep
configure:3120: checking for egrep
configure:3198: result: /usr/bin/grep -E
configure:3203: checking for ANSI C header files
configure:3233: /usr/bin/gcc-4.2 -c -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
configure:3239: $? = 0
configure:3246: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3249: $? = 0
configure:3256: test -s conftest.o
configure:3259: $? = 0
configure:3355: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c >&5
configure:3358: $? = 0
configure:3364: ./conftest
configure:3367: $? = 0
configure:3384: result: yes
configure:3396: checking for deflate in -lz
configure:3431: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c -lz >&5
configure:3437: $? = 0
configure:3444: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3447: $? = 0
configure:3454: test -s conftest
configure:3457: $? = 0
configure:3471: result: yes
configure:3493: checking for SSL_library_init in -lssl
configure:3528: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c -lssl -lz >&5
configure:3534: $? = 0
configure:3541: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3544: $? = 0
configure:3551: test -s conftest
configure:3554: $? = 0
configure:3568: result: yes
configure:3582: checking for EVP_CIPHER_CTX_init in -lcrypto
configure:3617: /usr/bin/gcc-4.2 -o conftest -O3 -march=core2 -msse4 -w -pipe conftest.c -lcrypto -lssl -lz >&5
configure:3623: $? = 0
configure:3630: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3633: $? = 0
configure:3640: test -s conftest
configure:3643: $? = 0
configure:3657: result: yes
configure:3804: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on TheBus.local
config.status:568: creating Makefile
configure:4737: === configuring in libUseful-2.0 (/private/tmp/homebrew-movgrab-1.1.0-NIeO/movgrab-1.1.0/libUseful-2.0)
configure:4840: running /bin/sh ./configure --prefix=/usr/local/Cellar/movgrab/1.1.0 '--enable-ssl' 'CC=/usr/bin/gcc-4.2' 'CFLAGS=-O3 -march=core2 -msse4 -w -pipe' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -march=core2 -msse4 -w -pipe'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_header_stdc=yes
ac_cv_lib_crypto_EVP_CIPHER_CTX_init=yes
ac_cv_lib_ssl_SSL_library_init=yes
ac_cv_lib_z_deflate=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='/usr/bin/gcc-4.2'
CFLAGS='-O3 -march=core2 -msse4 -w -pipe'
CPP='/usr/bin/gcc-4.2 -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_LIBZ=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS='-lcrypto -lssl -lz '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
VERSION=''
ac_ct_CC='/usr/bin/gcc-4.2'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/movgrab/1.1.0'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libUseful-2.0'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_LIBZ 1
#define HAVE_LIBSSL 1
#define HAVE_LIBCRYPTO 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment