Skip to content

Instantly share code, notes, and snippets.

@kennknowles
Created August 10, 2012 18:09
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 kennknowles/3316245 to your computer and use it in GitHub Desktop.
Save kennknowles/3316245 to your computer and use it in GitHub Desktop.
pkg-config-0.27/glib/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 glib configure 2.32.3, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-option-checking --prefix=/usr/local/Cellar/pkg-config/0.27 --disable-debug --with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig --with-internal-glib --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
## --------- ##
hostname = megan-finns-macbook-2.local
uname -m = x86_64
uname -r = 11.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~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 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 156 tasks, 732 threads, 2 processors
Load average: 8.35, Mach factor: 0.25
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/share/python
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/local/git/bin
PATH: /Users/kenn/.rvm/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2847: checking for a BSD-compatible install
configure:2915: result: /usr/bin/install -c
configure:2926: checking whether build environment is sane
configure:2976: result: yes
configure:3117: checking for a thread-safe mkdir -p
configure:3156: result: ./install-sh -c -d
configure:3169: checking for gawk
configure:3199: result: no
configure:3169: checking for mawk
configure:3199: result: no
configure:3169: checking for nawk
configure:3199: result: no
configure:3169: checking for awk
configure:3185: found /usr/bin/awk
configure:3196: result: awk
configure:3207: checking whether make sets $(MAKE)
configure:3229: result: yes
configure:3295: checking how to create a ustar tar archive
configure:3308: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:3311: $? = 0
configure:3351: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3354: $? = 0
configure:3358: tar -xf - <conftest.tar
configure:3361: $? = 0
configure:3374: result: gnutar
configure:3382: checking whether to disable maintainer-specific portions of Makefiles
configure:3391: result: yes
configure:3511: checking for gcc
configure:3527: found /usr/bin/gcc
configure:3538: result: gcc
configure:3767: checking for C compiler version
configure:3776: gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
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:3787: $? = 0
configure:3776: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:3787: $? = 0
configure:3776: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3787: $? = 1
configure:3776: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:3787: $? = 1
configure:3807: checking whether the C compiler works
configure:3829: gcc conftest.c >&5
configure:3833: $? = 0
configure:3881: result: yes
configure:3884: checking for C compiler default output file name
configure:3886: result: a.out
configure:3892: checking for suffix of executables
configure:3899: gcc -o conftest conftest.c >&5
configure:3903: $? = 0
configure:3925: result:
configure:3947: checking whether we are cross compiling
configure:3955: gcc -o conftest conftest.c >&5
configure:3959: $? = 0
configure:3966: ./conftest
configure:3970: $? = 0
configure:3985: result: no
configure:3990: checking for suffix of object files
configure:4012: gcc -c conftest.c >&5
configure:4016: $? = 0
configure:4037: result: o
configure:4041: checking whether we are using the GNU C compiler
configure:4060: gcc -c conftest.c >&5
configure:4060: $? = 0
configure:4069: result: yes
configure:4078: checking whether gcc accepts -g
configure:4098: gcc -c -g conftest.c >&5
configure:4098: $? = 0
configure:4139: result: yes
configure:4156: checking for gcc option to accept ISO C89
configure:4220: gcc -c -g -O2 conftest.c >&5
configure:4220: $? = 0
configure:4233: result: none needed
configure:4264: checking for style of include used by make
configure:4292: result: GNU
configure:4317: checking dependency style of gcc
configure:4427: result: gcc3
configure:4447: checking how to run the C preprocessor
configure:4478: gcc -E conftest.c
configure:4478: $? = 0
configure:4492: gcc -E conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4492: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.32.3"
| #define PACKAGE_STRING "glib 2.32.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define PACKAGE_URL ""
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 32
| #define GLIB_MICRO_VERSION 3
| #define GLIB_INTERFACE_AGE 3
| #define GLIB_BINARY_AGE 3203
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4517: result: gcc -E
configure:4537: gcc -E conftest.c
configure:4537: $? = 0
configure:4551: gcc -E conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:4551: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.32.3"
| #define PACKAGE_STRING "glib 2.32.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define PACKAGE_URL ""
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 32
| #define GLIB_MICRO_VERSION 3
| #define GLIB_INTERFACE_AGE 3
| #define GLIB_BINARY_AGE 3203
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4593: checking build system type
configure:4607: result: x86_64-apple-darwin11.4.0
configure:4627: checking host system type
configure:4640: result: x86_64-apple-darwin11.4.0
configure:4661: checking for the BeOS
configure:4671: result: no
configure:4675: checking for Win32
configure:4709: result: no
configure:4715: checking for Mac OS X Carbon support
configure:4726: gcc -E conftest.c
configure:4726: $? = 0
configure:4731: result: yes
configure:4735: checking for Mac OS X Cocoa support
configure:4746: gcc -E conftest.c
configure:4746: $? = 0
configure:4751: result: yes
configure:5158: checking for grep that handles long lines and -e
configure:5216: result: /usr/bin/grep
configure:5221: checking for egrep
configure:5283: result: /usr/bin/grep -E
configure:5289: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:17:22: error: features.h: No such file or directory
configure:5316: result: no
configure:5358: checking whether to enable garbage collector friendliness
configure:5367: result: no
configure:5371: checking whether to disable memory pools
configure:5374: result: no
configure:5454: checking for c++
configure:5470: found /usr/bin/c++
configure:5481: result: c++
configure:5624: checking for C++ compiler version
configure:5633: c++ --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix
configure:5644: $? = 0
configure:5633: c++ -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix
configure:5644: $? = 0
configure:5633: c++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5644: $? = 1
configure:5633: c++ -qversion >&5
clang: error: no input files
configure:5644: $? = 1
configure:5648: checking whether we are using the GNU C++ compiler
configure:5667: c++ -c conftest.cpp >&5
configure:5667: $? = 0
configure:5676: result: yes
configure:5685: checking whether c++ accepts -g
configure:5705: c++ -c -g conftest.cpp >&5
configure:5705: $? = 0
configure:5746: result: yes
configure:5771: checking dependency style of c++
configure:5881: result: gcc3
configure:5908: c++ -c -g -O2 conftest.cpp >&5
configure:5908: $? = 0
configure:5977: checking for gcc
configure:6004: result: gcc
configure:6233: checking for C compiler version
configure:6242: gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
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:6253: $? = 0
configure:6242: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:6253: $? = 0
configure:6242: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:6253: $? = 1
configure:6242: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:6253: $? = 1
configure:6257: checking whether we are using the GNU C compiler
configure:6285: result: yes
configure:6294: checking whether gcc accepts -g
configure:6355: result: yes
configure:6372: checking for gcc option to accept ISO C89
configure:6449: result: none needed
configure:6471: checking dependency style of gcc
configure:6581: result: gcc3
configure:6600: checking whether gcc and cc understand -c and -o together
configure:6631: gcc -c conftest.c -o conftest2.o >&5
configure:6635: $? = 0
configure:6641: gcc -c conftest.c -o conftest2.o >&5
configure:6645: $? = 0
configure:6656: cc -c conftest.c >&5
configure:6660: $? = 0
configure:6668: cc -c conftest.c -o conftest2.o >&5
configure:6672: $? = 0
configure:6678: cc -c conftest.c -o conftest2.o >&5
configure:6682: $? = 0
configure:6700: result: yes
configure:6734: checking for special C compiler options needed for large files
configure:6779: result: no
configure:6785: checking for _FILE_OFFSET_BITS value needed for large files
configure:6810: gcc -c -g -O2 conftest.c >&5
configure:6810: $? = 0
configure:6842: result: no
configure:6991: checking for gawk
configure:7018: result: awk
configure:7033: checking for perl5
configure:7063: result: no
configure:7033: checking for perl
configure:7049: found /usr/bin/perl
configure:7060: result: perl
configure:7074: checking for indent
configure:7090: found /usr/bin/indent
configure:7101: result: indent
configure:7123: checking for perl
configure:7141: found /usr/bin/perl
configure:7153: result: /usr/bin/perl
configure:7199: checking for a Python interpreter with version >= 2.5
configure:7216: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.5'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:7219: $? = 0
configure:7225: result: python
configure:7233: checking for python
configure:7251: found /usr/local/bin/python
configure:7263: result: /usr/local/bin/python
configure:7281: checking for python version
configure:7288: result: 2.7
configure:7300: checking for python platform
configure:7307: result: darwin
configure:7314: checking for python script directory
configure:7343: result: ${prefix}/lib/python2.7/site-packages
configure:7352: checking for python extension module directory
configure:7381: result: ${exec_prefix}/lib/python2.7/site-packages
configure:7414: checking for iconv_open
configure:7414: gcc -o conftest -g -O2 -framework Carbon -framework Foundation conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv_open", referenced from:
_main in ccJgy9GQ.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:7414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.32.3"
| #define PACKAGE_STRING "glib 2.32.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define PACKAGE_URL ""
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 32
| #define GLIB_MICRO_VERSION 3
| #define GLIB_INTERFACE_AGE 3
| #define GLIB_BINARY_AGE 3203
| #define HAVE_CARBON 1
| #define HAVE_COCOA 1
| /* end confdefs.h. */
| /* Define iconv_open to an innocuous variant, in case <limits.h> declares iconv_open.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define iconv_open innocuous_iconv_open
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char iconv_open (); 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 iconv_open
|
| /* 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 iconv_open ();
| /* 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_iconv_open || defined __stub___iconv_open
| choke me
| #endif
|
| int
| main ()
| {
| return iconv_open ();
| ;
| return 0;
| }
configure:7414: result: no
configure:7421: checking for libiconv_open in -liconv
configure:7446: gcc -o conftest -g -O2 -framework Carbon -framework Foundation conftest.c -liconv >&5
Undefined symbols for architecture x86_64:
"_libiconv_open", referenced from:
_main in cc1ForxC.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:7446: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.32.3"
| #define PACKAGE_STRING "glib 2.32.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define PACKAGE_URL ""
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 32
| #define GLIB_MICRO_VERSION 3
| #define GLIB_INTERFACE_AGE 3
| #define GLIB_BINARY_AGE 3203
| #define HAVE_CARBON 1
| #define HAVE_COCOA 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 libiconv_open ();
| int
| main ()
| {
| return libiconv_open ();
| ;
| return 0;
| }
configure:7455: result: no
configure:7464: checking for iconv_open in -liconv
configure:7489: gcc -o conftest -g -O2 -framework Carbon -framework Foundation conftest.c -liconv >&5
configure:7489: $? = 0
configure:7498: result: yes
configure:7612: checking whether to cache iconv descriptors
configure:7634: result: yes
configure:7639: checking for ANSI C header files
configure:7659: gcc -c -g -O2 conftest.c >&5
configure:7659: $? = 0
configure:7732: gcc -o conftest -g -O2 -framework Carbon -framework Foundation conftest.c >&5
configure:7732: $? = 0
configure:7732: ./conftest
configure:7732: $? = 0
configure:7743: result: yes
configure:7756: checking for sys/types.h
configure:7756: gcc -c -g -O2 conftest.c >&5
configure:7756: $? = 0
configure:7756: result: yes
configure:7756: checking for sys/stat.h
configure:7756: gcc -c -g -O2 conftest.c >&5
configure:7756: $? = 0
configure:7756: result: yes
configure:7756: checking for stdlib.h
configure:7756: gcc -c -g -O2 conftest.c >&5
configure:7756: $? = 0
configure:7756: result: yes
configure:7756: checking for string.h
configure:7756: gcc -c -g -O2 conftest.c >&5
configure:7756: $? = 0
configure:7756: result: yes
configure:7756: checking for memory.h
configure:7756: gcc -c -g -O2 conftest.c >&5
configure:7756: $? = 0
configure:7756: result: yes
configure:7756: checking for strings.h
configure:7756: gcc -c -g -O2 conftest.c >&5
configure:7756: $? = 0
configure:7756: result: yes
configure:7756: checking for inttypes.h
configure:7756: gcc -c -g -O2 conftest.c >&5
configure:7756: $? = 0
configure:7756: result: yes
configure:7756: checking for stdint.h
configure:7756: gcc -c -g -O2 conftest.c >&5
configure:7756: $? = 0
configure:7756: result: yes
configure:7756: checking for unistd.h
configure:7756: gcc -c -g -O2 conftest.c >&5
configure:7756: $? = 0
configure:7756: result: yes
configure:7771: checking locale.h usability
configure:7771: gcc -c -g -O2 conftest.c >&5
configure:7771: $? = 0
configure:7771: result: yes
configure:7771: checking locale.h presence
configure:7771: gcc -E conftest.c
configure:7771: $? = 0
configure:7771: result: yes
configure:7771: checking for locale.h
configure:7771: result: yes
configure:7782: checking for LC_MESSAGES
configure:7798: gcc -o conftest -g -O2 -framework Carbon -framework Foundation conftest.c >&5
configure:7798: $? = 0
configure:7806: result: yes
configure:7823: checking libintl.h usability
configure:7823: gcc -c -g -O2 conftest.c >&5
conftest.c:62:21: error: libintl.h: No such file or directory
configure:7823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.32.3"
| #define PACKAGE_STRING "glib 2.32.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define PACKAGE_URL ""
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 32
| #define GLIB_MICRO_VERSION 3
| #define GLIB_INTERFACE_AGE 3
| #define GLIB_BINARY_AGE 3203
| #define HAVE_CARBON 1
| #define HAVE_COCOA 1
| #define NEED_ICONV_CACHE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* 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 <libintl.h>
configure:7823: result: no
configure:7823: checking libintl.h presence
configure:7823: gcc -E conftest.c
conftest.c:29:21: error: libintl.h: No such file or directory
configure:7823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.32.3"
| #define PACKAGE_STRING "glib 2.32.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
| #define PACKAGE_URL ""
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 32
| #define GLIB_MICRO_VERSION 3
| #define GLIB_INTERFACE_AGE 3
| #define GLIB_BINARY_AGE 3203
| #define HAVE_CARBON 1
| #define HAVE_COCOA 1
| #define NEED_ICONV_CACHE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
| #include <libintl.h>
configure:7823: result: no
configure:7823: checking for libintl.h
configure:7823: result: no
configure:8478: error:
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin11.4.0
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=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_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_func_iconv_open=no
ac_cv_gnu_library_2_1=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin11.4.0
ac_cv_lib_iconv_iconv_open=yes
ac_cv_lib_iconv_libiconv_open=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PERL_PATH=/usr/bin/perl
ac_cv_path_PYTHON=/usr/local/bin/python
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_INDENT=indent
ac_cv_prog_PERL=perl
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=c++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_pathless_PYTHON=python
am_cv_prog_cc_stdc=
am_cv_prog_tar_ustar=gnutar
am_cv_python_platform=darwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
am_cv_val_LC_MESSAGES=yes
gt_cv_have_gettext=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABS_GLIB_RUNTIME_LIBDIR=''
ABS_TAPSET_DIR=''
ACLOCAL='${SHELL} /Users/kenn/pkg-config-build/pkg-config-0.27/glib/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/kenn/pkg-config-build/pkg-config-0.27/glib/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR=''
AS=''
AUTOCONF='${SHELL} /Users/kenn/pkg-config-build/pkg-config-0.27/glib/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/kenn/pkg-config-build/pkg-config-0.27/glib/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/kenn/pkg-config-build/pkg-config-0.27/glib/missing --run automake-1.11'
AWK='awk'
CATALOGS=''
CATOBJEXT='NONE'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='c++'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DLLTOOL=''
DSYMUTIL=''
DTRACE=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_DTRACE_FALSE=''
ENABLE_DTRACE_TRUE=''
ENABLE_SYSTEMTAP_FALSE=''
ENABLE_SYSTEMTAP_TRUE=''
ENABLE_TIMELOOP_FALSE=''
ENABLE_TIMELOOP_TRUE=''
EXEEXT=''
FGREP=''
GETTEXT_PACKAGE=''
GIO=''
GIO_MODULE_DIR=''
GLIBC21='no'
GLIB_BINARY_AGE='3203'
GLIB_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS'
GLIB_EXTRA_CFLAGS=''
GLIB_INTERFACE_AGE='3'
GLIB_LINK_FLAGS=''
GLIB_MAJOR_VERSION='2'
GLIB_MICRO_VERSION='3'
GLIB_MINOR_VERSION='32'
GLIB_RUNTIME_LIBDIR=''
GLIB_VERSION='2.32.3'
GLIB_WIN32_STATIC_COMPILATION_DEFINE=''
GMOFILES=''
GMSGFMT=''
GREP='/usr/bin/grep'
GSPAWN=''
GTHREAD_COMPILE_IMPL_DEFINES=''
G_LIBS_EXTRA=''
G_MODULE_BROKEN_RTLD_GLOBAL=''
G_MODULE_HAVE_DLERROR=''
G_MODULE_IMPL=''
G_MODULE_LDFLAGS=''
G_MODULE_LIBS=''
G_MODULE_LIBS_EXTRA=''
G_MODULE_NEED_USCORE=''
G_MODULE_PLUGIN_LIBS=''
G_MODULE_SUPPORTED=''
G_THREAD_CFLAGS=''
G_THREAD_LIBS=''
G_THREAD_LIBS_EXTRA=''
G_THREAD_LIBS_FOR_GTHREAD=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_DBUS1_FALSE=''
HAVE_DBUS1_TRUE=''
HAVE_EVENTFD_FALSE=''
HAVE_EVENTFD_TRUE=''
HAVE_FEN_FALSE=''
HAVE_FEN_TRUE=''
HAVE_GCC_FALSE='#'
HAVE_GCC_TRUE=''
HAVE_GLIB_RUNTIME_LIBDIR_FALSE=''
HAVE_GLIB_RUNTIME_LIBDIR_TRUE='#'
HAVE_GNUC_VISIBILITY_FALSE=''
HAVE_GNUC_VISIBILITY_TRUE=''
HAVE_GOOD_PRINTF_FALSE=''
HAVE_GOOD_PRINTF_TRUE=''
HAVE_INOTIFY_FALSE=''
HAVE_INOTIFY_TRUE=''
HAVE_NETLINK_FALSE=''
HAVE_NETLINK_TRUE=''
HAVE_SUNSTUDIO_VISIBILITY_FALSE=''
HAVE_SUNSTUDIO_VISIBILITY_TRUE=''
ICONV_LIBS=''
INDENT='indent'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
LD=''
LDFLAGS=' -framework Carbon -framework Foundation'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^g.*"'
LIB_EXE_MACHINE_FLAG='X86'
LIPO=''
LN_S=''
LTLIBOBJS=''
LTP=''
LTP_GENHTML=''
LT_AGE='3200'
LT_CURRENT='3200'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.32'
LT_REVISION='3'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /Users/kenn/pkg-config-build/pkg-config-0.27/glib/missing --run makeinfo'
MANIFEST_TOOL=''
MKDIR_P='./install-sh -c -d'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT=''
MSGFMT_OPTS=''
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NETWORK_LIBS=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OS_CARBON_FALSE='#'
OS_CARBON_TRUE=''
OS_COCOA_FALSE='#'
OS_COCOA_TRUE=''
OS_LINUX_FALSE=''
OS_LINUX_TRUE='#'
OS_UNIX_FALSE='#'
OS_UNIX_TRUE=''
OS_WIN32_AND_DLL_COMPILATION_FALSE=''
OS_WIN32_AND_DLL_COMPILATION_TRUE=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OS_WIN32_X64_FALSE=''
OS_WIN32_X64_TRUE='#'
OTOOL64=''
OTOOL=''
PACKAGE='glib'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
PACKAGE_NAME='glib'
PACKAGE_STRING='glib 2.32.3'
PACKAGE_TARNAME='glib'
PACKAGE_URL=''
PACKAGE_VERSION='2.32.3'
PATH_SEPARATOR=':'
PERL='perl'
PERL_PATH='/usr/bin/perl'
PLATFORMDEP=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE=''
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PYTHON='/usr/local/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='darwin'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
RANLIB=''
REBUILD=''
SED=''
SELINUX_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SHTOOL=''
STRIP=''
USE_NLS='yes'
VERSION='2.32.3'
WINDRES=''
XATTR_LIBS=''
XGETTEXT=':'
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='c++'
ac_ct_DUMPBIN=''
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='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin11.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.4.0'
build_vendor='apple'
config_h_INCLUDES=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gio_INCLUDES=''
glib_INCLUDES=''
gmodule_INCLUDES=''
gobject_INCLUDES=''
gthread_INCLUDES=''
host='x86_64-apple-darwin11.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/kenn/pkg-config-build/pkg-config-0.27/glib/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/glib'
pkgpythondir='${pythondir}/glib'
prefix='/usr/local/Cellar/pkg-config/0.27'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "glib"
#define PACKAGE_TARNAME "glib"
#define PACKAGE_VERSION "2.32.3"
#define PACKAGE_STRING "glib 2.32.3"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
#define PACKAGE_URL ""
#define GLIB_MAJOR_VERSION 2
#define GLIB_MINOR_VERSION 32
#define GLIB_MICRO_VERSION 3
#define GLIB_INTERFACE_AGE 3
#define GLIB_BINARY_AGE 3203
#define HAVE_CARBON 1
#define HAVE_COCOA 1
#define NEED_ICONV_CACHE 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment