Created
March 9, 2011 17:24
-
-
Save me/862585 to your computer and use it in GitHub Desktop.
Glib failed build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install -v glib | |
==> Build Environment | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
CPPFLAGS: -I/usr/local/Cellar/gettext/0.17/include | |
LDFLAGS: -L/usr/local/Cellar/gettext/0.17/lib | |
MAKEFLAGS: -j2 | |
PKG_CONFIG_PATH: /usr/local/Cellar/gettext/0.17/lib/pkgconfig | |
==> Downloading http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.2.tar.bz2 | |
File already downloaded and cached to /Users/cerebus/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/cerebus/Library/Caches/Homebrew/glib-2.24.2.tar.bz2 | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.7.1 (Ruby 1.8.7-174; Mac OS X 10.6.6) http://trac.macports.org/export/69965/trunk/dports/devel/glib2/files/patch-configure.in.diff -o 001-homebrew.diff http://trac.macports.org/export/69965/trunk/dports/devel/glib2/files/patch-child-test.c.diff -o 002-homebrew.diff | |
######################################################################## 100,0% | |
######################################################################## 100,0% | |
==> Patching | |
/usr/bin/patch -f -p0 -i 001-homebrew.diff | |
patching file configure.in | |
/usr/bin/patch -f -p0 -i 002-homebrew.diff | |
patching file tests/child-test.c | |
==> Downloading http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz | |
File already downloaded and cached to /Users/cerebus/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/cerebus/Library/Caches/Homebrew/libiconv-1.13.1.tar.gz | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv --enable-static --disable-shared | |
./configure --disable-debug --disable-dependency-tracking --prefix=/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv --enable-static --disable-shared | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/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 whether make sets $(MAKE)... (cached) yes | |
checking for gcc... /usr/bin/cc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/cc... none | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for strip... /usr/bin/strip | |
checking build system type... i386-apple-darwin10.6.0 | |
checking host system type... i386-apple-darwin10.6.0 | |
checking for ranlib... ranlib | |
checking whether /usr/bin/cc and cc understand -c and -o together... yes | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for ld used by GCC... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for shared library path variable... DYLD_LIBRARY_PATH | |
checking whether to activate relocatable installation... no | |
checking how to copy files... cp -p | |
checking how to make hard links... ln | |
checking whether ln -s works... yes | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/cc... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) 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 the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/cc option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... /usr/bin/strip | |
checking for ranlib... (cached) ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... no | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for windres... no | |
checking for simple visibility declarations... yes | |
checking for shared library run path origin... done | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking whether NLS is requested... yes | |
checking for msgfmt... /usr/local/Cellar/gettext/0.17/bin/msgfmt | |
checking for gmsgfmt... /usr/local/Cellar/gettext/0.17/bin/msgfmt | |
checking for xgettext... /usr/local/Cellar/gettext/0.17/bin/xgettext | |
checking for msgmerge... /usr/local/Cellar/gettext/0.17/bin/msgmerge | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking for GNU gettext in libc... no | |
checking for iconv... (cached) yes | |
checking for working iconv... (cached) yes | |
checking how to link with libiconv... -liconv | |
checking for GNU gettext in libintl... no | |
checking whether to use NLS... no | |
checking for mbstate_t... yes | |
checking for wchar_t... yes | |
checking for getc_unlocked... yes | |
checking for mbrtowc... yes | |
checking for wcrtomb... yes | |
checking for mbsinit... yes | |
checking for setlocale... yes | |
checking whether <wchar.h> is standalone... yes | |
checking for memmove... yes | |
checking for nl_langinfo and CODESET... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking for EILSEQ... yes | |
checking byte ordering... little endian | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking for unistd.h... (cached) yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for stdint.h... (cached) yes | |
checking for wchar.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking whether canonicalize_file_name is declared... no | |
checking for canonicalize_file_name... no | |
checking for getcwd... yes | |
checking for readlink... yes | |
checking for pathconf... yes | |
checking for setenv... yes | |
checking whether the preprocessor supports include_next... yes | |
checking for complete errno.h... yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking whether malloc, realloc, calloc are POSIX compliant... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking for long long int... yes | |
checking for SIGPIPE... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for unsigned long long int... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking whether clearerr_unlocked is declared... yes | |
checking whether feof_unlocked is declared... yes | |
checking whether ferror_unlocked is declared... yes | |
checking whether fflush_unlocked is declared... no | |
checking whether fgets_unlocked is declared... no | |
checking whether fputc_unlocked is declared... no | |
checking whether fputs_unlocked is declared... no | |
checking whether fread_unlocked is declared... no | |
checking whether fwrite_unlocked is declared... no | |
checking whether getc_unlocked is declared... yes | |
checking whether getchar_unlocked is declared... yes | |
checking whether putc_unlocked is declared... yes | |
checking whether putchar_unlocked is declared... yes | |
checking for wint_t... yes | |
checking if environ is properly declared... no | |
checking for error_at_line... no | |
checking for mbstate_t... (cached) yes | |
checking for memmove... (cached) yes | |
checking search.h usability... yes | |
checking search.h presence... yes | |
checking for search.h... yes | |
checking for tsearch... yes | |
checking for working strerror function... yes | |
checking for volatile sig_atomic_t... yes | |
checking for sigprocmask... yes | |
checking for ssize_t... yes | |
checking whether stdint.h conforms to C99... no | |
checking sys/inttypes.h usability... no | |
checking sys/inttypes.h presence... no | |
checking for sys/inttypes.h... no | |
checking sys/bitypes.h usability... no | |
checking sys/bitypes.h presence... no | |
checking for sys/bitypes.h... no | |
checking for bit size of ptrdiff_t... 64 | |
checking for bit size of size_t... 64 | |
checking for bit size of sig_atomic_t... 32 | |
checking for bit size of wchar_t... 32 | |
checking for bit size of wint_t... 32 | |
checking whether sig_atomic_t is signed... yes | |
checking whether wchar_t is signed... yes | |
checking whether wint_t is signed... yes | |
checking for ptrdiff_t integer literal suffix... l | |
checking for size_t integer literal suffix... ul | |
checking for sig_atomic_t integer literal suffix... | |
checking for wchar_t integer literal suffix... | |
checking for wint_t integer literal suffix... | |
checking for random.h... no | |
checking for struct random_data... no | |
checking whether <wchar.h> is standalone... (cached) yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating lib/Makefile | |
config.status: creating srclib/Makefile | |
config.status: creating src/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating man/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating include/iconv.h | |
config.status: creating include/iconv.h.inst | |
config.status: creating config.h | |
config.status: creating lib/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
=== configuring in libcharset (/private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/libcharset) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' '--disable-debug' '--disable-dependency-tracking' '--enable-static' '--disable-shared' 'CC=/usr/bin/cc' 'CFLAGS=-O3 -march=core2 -msse4.1 -w -pipe' 'LDFLAGS=-L/usr/local/Cellar/gettext/0.17/lib' 'CPPFLAGS=-I/usr/local/Cellar/gettext/0.17/include' --cache-file=/dev/null --srcdir=. | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... /usr/bin/cc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking build system type... i386-apple-darwin10.6.0 | |
checking host system type... i386-apple-darwin10.6.0 | |
checking whether to activate relocatable installation... no | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/cc... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/cc option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... no | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for simple visibility declarations... yes | |
checking for nl_langinfo and CODESET... yes | |
checking whether we are using the GNU C Library 2.1 or newer... no | |
checking for setlocale... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating lib/Makefile | |
config.status: creating include/localcharset.h | |
config.status: creating include/localcharset.h.inst | |
config.status: creating config.h | |
config.status: executing libtool commands | |
=== configuring in preload (/private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/preload) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' '--disable-debug' '--disable-dependency-tracking' '--enable-static' '--disable-shared' 'CC=/usr/bin/cc' 'CFLAGS=-O3 -march=core2 -msse4.1 -w -pipe' 'LDFLAGS=-L/usr/local/Cellar/gettext/0.17/lib' 'CPPFLAGS=-I/usr/local/Cellar/gettext/0.17/include' --cache-file=/dev/null --srcdir=. | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... /usr/bin/cc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking build system type... i386-apple-darwin10.6.0 | |
checking host system type... i386-apple-darwin10.6.0 | |
checking whether to activate relocatable installation... no | |
checking whether ln -s works... yes | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/cc... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) 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 the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/cc option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... no | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for simple visibility declarations... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: executing libtool commands | |
==> make install | |
make install | |
builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$builddir/lib" | |
if [ ! -d include ] ; then mkdir include ; fi | |
cp ./include/libcharset.h.in include/libcharset.h | |
cd lib && make all | |
/bin/sh ../libtool --mode=compile /usr/bin/cc -I. -I. -I.. -I./.. -I../include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -I/usr/local/Cellar/gettext/0.17/include -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c | |
/bin/sh ../libtool --mode=compile /usr/bin/cc -I. -I. -I.. -I./.. -I../include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -I/usr/local/Cellar/gettext/0.17/include -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c | |
libtool: compile: /usr/bin/cc -I. -I. -I.. -I./.. -I../include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -I/usr/local/Cellar/gettext/0.17/include -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o localcharset.o | |
libtool: compile: /usr/bin/cc -I. -I. -I.. -I./.. -I../include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -I/usr/local/Cellar/gettext/0.17/include -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o | |
/bin/sh ./config.charset 'i386-apple-darwin10.6.0' > t-charset.alias | |
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-add.sin > t-ref-add.sed | |
mv t-charset.alias charset.alias | |
mv t-ref-add.sed ref-add.sed | |
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-del.sin > t-ref-del.sed | |
/bin/sh ../libtool --mode=link /usr/bin/cc -L/usr/local/Cellar/gettext/0.17/lib -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -o libcharset.la -rpath /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo | |
mv t-ref-del.sed ref-del.sed | |
libtool: link: ar cru .libs/libcharset.a localcharset.o relocatable.o | |
libtool: link: ranlib .libs/libcharset.a | |
libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" ) | |
cd lib && make all | |
make[2]: Nothing to be done for `all'. | |
cd lib && make install-lib libdir='/private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib' includedir='/private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib' | |
/bin/sh ../build-aux/mkinstalldirs /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib | |
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/libcharset.la | |
libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.lai /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/libcharset.la | |
libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.a /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/libcharset.a | |
libtool: install: chmod 644 /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/libcharset.a | |
libtool: install: ranlib /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/libcharset.a | |
libtool: install: warning: remember to run `libtool --finish /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib' | |
test -f /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/charset.alias && orig=/private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/charset.alias \ | |
|| orig=charset.alias; \ | |
sed -f ref-add.sed $orig > /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/t-charset.alias; \ | |
/usr/bin/install -c -m 644 /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/t-charset.alias /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/charset.alias; \ | |
rm -f /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/t-charset.alias | |
/bin/sh ./build-aux/mkinstalldirs /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib | |
/usr/bin/install -c -m 644 include/libcharset.h /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/libcharset.h | |
/usr/bin/install -c -m 644 include/localcharset.h.inst /private/tmp/homebrew-__UNKNOWN__-1.13.1-4XJn/libiconv-1.13.1/lib/localcharset.h | |
cd libcharset && make install prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' exec_prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' libdir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib' | |
cd lib && make install prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' exec_prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' libdir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib' | |
if test no = no; then \ | |
case 'darwin10.6.0' in \ | |
darwin[56]*) \ | |
need_charset_alias=true ;; \ | |
darwin* | cygwin* | mingw* | pw32* | cegcc*) \ | |
need_charset_alias=false ;; \ | |
*) \ | |
need_charset_alias=true ;; \ | |
esac ; \ | |
else \ | |
need_charset_alias=false ; \ | |
fi ; \ | |
/bin/sh ../build-aux/mkinstalldirs /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib ; \ | |
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libcharset.la | |
mkdir -p -- /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib | |
libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.lai /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libcharset.la | |
libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.a /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libcharset.a | |
libtool: install: chmod 644 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libcharset.a | |
libtool: install: ranlib /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libcharset.a | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable | |
during execution | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
if test -f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/charset.alias; then \ | |
sed -f ref-add.sed /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/charset.alias > /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/t-charset.alias; \ | |
/usr/bin/install -c -m 644 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/t-charset.alias /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/charset.alias; \ | |
rm -f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/t-charset.alias; \ | |
else \ | |
if $need_charset_alias; then \ | |
sed -f ref-add.sed charset.alias > /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/t-charset.alias; \ | |
/usr/bin/install -c -m 644 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/t-charset.alias /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/charset.alias; \ | |
rm -f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/t-charset.alias; \ | |
fi ; \ | |
fi | |
/bin/sh ./build-aux/mkinstalldirs /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/include | |
mkdir -p -- /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/include | |
/usr/bin/install -c -m 644 include/libcharset.h /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/include/libcharset.h | |
/usr/bin/install -c -m 644 include/localcharset.h.inst /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/include/localcharset.h | |
cd lib && make install prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' exec_prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' libdir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib' | |
/bin/sh ../libtool --mode=compile /usr/bin/cc -I. -I. -I../include -I./../include -I.. -I./.. -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c | |
/bin/sh ../libtool --mode=compile /usr/bin/cc -I. -I. -I../include -I./../include -I.. -I./.. -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c | |
libtool: compile: /usr/bin/cc -I. -I. -I../include -I./../include -I.. -I./.. -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -o iconv.o | |
libtool: compile: /usr/bin/cc -I. -I. -I../include -I./../include -I.. -I./.. -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -o localcharset.o | |
/bin/sh ../libtool --mode=compile /usr/bin/cc -I. -I. -I../include -I./../include -I.. -I./.. -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c | |
libtool: compile: /usr/bin/cc -I. -I. -I../include -I./../include -I.. -I./.. -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -DLIBDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o | |
/bin/sh ../libtool --mode=link /usr/bin/cc -L/usr/local/Cellar/gettext/0.17/lib -O3 -march=core2 -msse4.1 -w -pipe -fvisibility=hidden -o libiconv.la -rpath /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib -version-info 7:0:5 -no-undefined iconv.lo localcharset.lo relocatable.lo | |
libtool: link: ar cru .libs/libiconv.a iconv.o localcharset.o relocatable.o | |
libtool: link: ranlib .libs/libiconv.a | |
libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" ) | |
if [ ! -d /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib ] ; then /bin/sh ../build-aux/mkinstalldirs /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib ; fi | |
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libiconv.la /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libiconv.la | |
libtool: install: /usr/bin/install -c -m 644 .libs/libiconv.lai /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libiconv.la | |
libtool: install: /usr/bin/install -c -m 644 .libs/libiconv.a /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libiconv.a | |
libtool: install: chmod 644 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libiconv.a | |
libtool: install: ranlib /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libiconv.a | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable | |
during execution | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
case "darwin10.6.0" in \ | |
aix*) (cd /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib && \ | |
objects=`ar t libiconv.a`" "`ar t /lib/libiconv.a` && \ | |
ar x libiconv.a && ar x /lib/libiconv.a && \ | |
ar q libiconv.new.a $objects && \ | |
rm -f $objects && \ | |
mv -f libiconv.new.a libiconv.a) ;; \ | |
esac | |
cd preload && make install prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' exec_prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' libdir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib' | |
if [ ! -d /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib ] ; then /bin/sh ./build-aux/mkinstalldirs /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib ; fi | |
if test -n ""; then /usr/bin/install -c -m 644 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/.new && mv /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/.new /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/ ; fi | |
cd srclib && make install prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' exec_prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' libdir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib' | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
cat ./alloca.in.h; \ | |
} > alloca.h-t | |
rm -f signal.h-t signal.h | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \ | |
-e 's|@''GNULIB_SIGNAL_H_SIGPIPE''@|1|g' \ | |
-e 's|@''GNULIB_SIGPROCMASK''@|1|g' \ | |
-e 's|@''GNULIB_SIGACTION''@|0|g' \ | |
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ | |
-e 's|@''HAVE_SIGSET_T''@|1|g' \ | |
-e 's|@''HAVE_SIGINFO_T''@|1|g' \ | |
-e 's|@''HAVE_SIGACTION''@|1|g' \ | |
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ | |
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./signal.in.h; \ | |
} > signal.h-t | |
mv -f alloca.h-t alloca.h | |
rm -f stdint.h-t stdint.h | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's/@''HAVE_STDINT_H''@/1/g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \ | |
-e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ | |
-e 's/@''HAVE_INTTYPES_H''@/1/g' \ | |
-e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \ | |
-e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ | |
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ | |
-e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \ | |
-e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \ | |
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \ | |
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \ | |
-e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \ | |
-e 's/@''BITSIZEOF_SIZE_T''@/64/g' \ | |
-e 's/@''SIZE_T_SUFFIX''@/ul/g' \ | |
-e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \ | |
-e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \ | |
-e 's/@''WCHAR_T_SUFFIX''@//g' \ | |
-e 's/@''BITSIZEOF_WINT_T''@/32/g' \ | |
-e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \ | |
-e 's/@''WINT_T_SUFFIX''@//g' \ | |
< ./stdint.in.h; \ | |
} > stdint.h-t | |
mv signal.h-t signal.h | |
mv stdint.h-t stdint.h | |
rm -f stdio.h-t stdio.h | |
rm -f stdlib.h-t stdlib.h | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \ | |
-e 's|@''GNULIB_FPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_PRINTF''@|1|g' \ | |
-e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_SNPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_VFPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_VPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_VSNPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_DPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_VDPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_VASPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \ | |
-e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_FOPEN''@|0|g' \ | |
-e 's|@''GNULIB_FREOPEN''@|0|g' \ | |
-e 's|@''GNULIB_FSEEK''@|0|g' \ | |
-e 's|@''GNULIB_FSEEKO''@|0|g' \ | |
-e 's|@''GNULIB_FTELL''@|0|g' \ | |
-e 's|@''GNULIB_FTELLO''@|0|g' \ | |
-e 's|@''GNULIB_FFLUSH''@|0|g' \ | |
-e 's|@''GNULIB_FPURGE''@|0|g' \ | |
-e 's|@''GNULIB_FCLOSE''@|0|g' \ | |
-e 's|@''GNULIB_FPUTC''@|1|g' \ | |
-e 's|@''GNULIB_PUTC''@|1|g' \ | |
-e 's|@''GNULIB_PUTCHAR''@|1|g' \ | |
-e 's|@''GNULIB_FPUTS''@|1|g' \ | |
-e 's|@''GNULIB_PUTS''@|1|g' \ | |
-e 's|@''GNULIB_FWRITE''@|1|g' \ | |
-e 's|@''GNULIB_GETDELIM''@|0|g' \ | |
-e 's|@''GNULIB_GETLINE''@|0|g' \ | |
-e 's|@''GNULIB_PERROR''@|0|g' \ | |
-e 's|@''GNULIB_STDIO_H_SIGPIPE''@|1|g' \ | |
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ | |
-e 's|@''REPLACE_FPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VFPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_PRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_SNPRINTF''@|0|g' \ | |
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \ | |
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_SPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VSPRINTF''@|0|g' \ | |
-e 's|@''HAVE_DPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_DPRINTF''@|0|g' \ | |
-e 's|@''HAVE_VDPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_VDPRINTF''@|0|g' \ | |
-e 's|@''HAVE_VASPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_VASPRINTF''@|0|g' \ | |
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ | |
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ | |
-e 's|@''REPLACE_FOPEN''@|0|g' \ | |
-e 's|@''REPLACE_FREOPEN''@|0|g' \ | |
-e 's|@''REPLACE_FSEEKO''@|0|g' \ | |
-e 's|@''REPLACE_FSEEK''@|0|g' \ | |
-e 's|@''REPLACE_FTELLO''@|0|g' \ | |
-e 's|@''REPLACE_FTELL''@|0|g' \ | |
-e 's|@''REPLACE_FFLUSH''@|0|g' \ | |
-e 's|@''REPLACE_FPURGE''@|0|g' \ | |
-e 's|@''HAVE_DECL_FPURGE''@|1|g' \ | |
-e 's|@''REPLACE_FCLOSE''@|0|g' \ | |
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \ | |
-e 's|@''REPLACE_GETLINE''@|0|g' \ | |
-e 's|@''REPLACE_PERROR''@|0|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./stdio.in.h; \ | |
} > stdio.h-t | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \ | |
-e 's|@''HAVE_RANDOM_H''@|0|g' \ | |
-e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \ | |
-e 's|@''GNULIB_REALLOC_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_ATOLL''@|0|g' \ | |
-e 's|@''GNULIB_GETLOADAVG''@|0|g' \ | |
-e 's|@''GNULIB_GETSUBOPT''@|0|g' \ | |
-e 's|@''GNULIB_MKDTEMP''@|0|g' \ | |
-e 's|@''GNULIB_MKSTEMP''@|0|g' \ | |
-e 's|@''GNULIB_PUTENV''@|0|g' \ | |
-e 's|@''GNULIB_RANDOM_R''@|0|g' \ | |
-e 's|@''GNULIB_RPMATCH''@|0|g' \ | |
-e 's|@''GNULIB_SETENV''@|0|g' \ | |
-e 's|@''GNULIB_STRTOD''@|0|g' \ | |
-e 's|@''GNULIB_STRTOLL''@|0|g' \ | |
-e 's|@''GNULIB_STRTOULL''@|0|g' \ | |
-e 's|@''GNULIB_UNSETENV''@|0|g' \ | |
-e 's|@''HAVE_ATOLL''@|1|g' \ | |
-e 's|@''HAVE_CALLOC_POSIX''@|1|g' \ | |
-e 's|@''HAVE_GETSUBOPT''@|1|g' \ | |
-e 's|@''HAVE_MALLOC_POSIX''@|1|g' \ | |
-e 's|@''HAVE_MKDTEMP''@|1|g' \ | |
-e 's|@''HAVE_REALLOC_POSIX''@|1|g' \ | |
-e 's|@''HAVE_RANDOM_R''@|1|g' \ | |
-e 's|@''HAVE_RPMATCH''@|1|g' \ | |
-e 's|@''HAVE_SETENV''@|1|g' \ | |
-e 's|@''HAVE_STRTOD''@|1|g' \ | |
-e 's|@''HAVE_STRTOLL''@|1|g' \ | |
-e 's|@''HAVE_STRTOULL''@|1|g' \ | |
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|0|g' \ | |
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ | |
-e 's|@''HAVE_UNSETENV''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ | |
-e 's|@''REPLACE_MKSTEMP''@|0|g' \ | |
-e 's|@''REPLACE_PUTENV''@|0|g' \ | |
-e 's|@''REPLACE_STRTOD''@|0|g' \ | |
-e 's|@''VOID_UNSETENV''@|0|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./stdlib.in.h; \ | |
} > stdlib.h-t | |
mv stdlib.h-t stdlib.h | |
mv stdio.h-t stdio.h | |
rm -f string.h-t string.h | |
rm -f unistd.h-t unistd.h | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \ | |
-e 's|@''GNULIB_MBSLEN''@|0|g' \ | |
-e 's|@''GNULIB_MBSNLEN''@|0|g' \ | |
-e 's|@''GNULIB_MBSCHR''@|0|g' \ | |
-e 's|@''GNULIB_MBSRCHR''@|0|g' \ | |
-e 's|@''GNULIB_MBSSTR''@|0|g' \ | |
-e 's|@''GNULIB_MBSCASECMP''@|0|g' \ | |
-e 's|@''GNULIB_MBSNCASECMP''@|0|g' \ | |
-e 's|@''GNULIB_MBSPCASECMP''@|0|g' \ | |
-e 's|@''GNULIB_MBSCASESTR''@|0|g' \ | |
-e 's|@''GNULIB_MBSCSPN''@|0|g' \ | |
-e 's|@''GNULIB_MBSPBRK''@|0|g' \ | |
-e 's|@''GNULIB_MBSSPN''@|0|g' \ | |
-e 's|@''GNULIB_MBSSEP''@|0|g' \ | |
-e 's|@''GNULIB_MBSTOK_R''@|0|g' \ | |
-e 's|@''GNULIB_MEMCHR''@|0|g' \ | |
-e 's|@''GNULIB_MEMMEM''@|0|g' \ | |
-e 's|@''GNULIB_MEMPCPY''@|0|g' \ | |
-e 's|@''GNULIB_MEMRCHR''@|0|g' \ | |
-e 's|@''GNULIB_RAWMEMCHR''@|0|g' \ | |
-e 's|@''GNULIB_STPCPY''@|0|g' \ | |
-e 's|@''GNULIB_STPNCPY''@|0|g' \ | |
-e 's|@''GNULIB_STRCHRNUL''@|0|g' \ | |
-e 's|@''GNULIB_STRDUP''@|0|g' \ | |
-e 's|@''GNULIB_STRNDUP''@|0|g' \ | |
-e 's|@''GNULIB_STRNLEN''@|0|g' \ | |
-e 's|@''GNULIB_STRPBRK''@|0|g' \ | |
-e 's|@''GNULIB_STRSEP''@|0|g' \ | |
-e 's|@''GNULIB_STRSTR''@|0|g' \ | |
-e 's|@''GNULIB_STRCASESTR''@|0|g' \ | |
-e 's|@''GNULIB_STRTOK_R''@|0|g' \ | |
-e 's|@''GNULIB_STRERROR''@|1|g' \ | |
-e 's|@''GNULIB_STRSIGNAL''@|0|g' \ | |
-e 's|@''GNULIB_STRVERSCMP''@|0|g' \ | |
-e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ | |
-e 's|@''HAVE_MEMPCPY''@|1|g' \ | |
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ | |
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \ | |
-e 's|@''HAVE_STPCPY''@|1|g' \ | |
-e 's|@''HAVE_STPNCPY''@|1|g' \ | |
-e 's|@''HAVE_STRCHRNUL''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \ | |
-e 's|@''HAVE_STRNDUP''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ | |
-e 's|@''HAVE_STRPBRK''@|1|g' \ | |
-e 's|@''HAVE_STRSEP''@|1|g' \ | |
-e 's|@''HAVE_STRCASESTR''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRERROR''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ | |
-e 's|@''HAVE_STRVERSCMP''@|1|g' \ | |
-e 's|@''REPLACE_MEMCHR''@|0|g' \ | |
-e 's|@''REPLACE_MEMMEM''@|0|g' \ | |
-e 's|@''REPLACE_STRCASESTR''@|0|g' \ | |
-e 's|@''REPLACE_STRDUP''@|0|g' \ | |
-e 's|@''REPLACE_STRSTR''@|0|g' \ | |
-e 's|@''REPLACE_STRERROR''@|0|g' \ | |
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./string.in.h; \ | |
} > string.h-t | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''HAVE_UNISTD_H''@|1|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \ | |
-e 's|@''GNULIB_CHOWN''@|0|g' \ | |
-e 's|@''GNULIB_CLOSE''@|0|g' \ | |
-e 's|@''GNULIB_DUP2''@|0|g' \ | |
-e 's|@''GNULIB_ENVIRON''@|1|g' \ | |
-e 's|@''GNULIB_EUIDACCESS''@|0|g' \ | |
-e 's|@''GNULIB_FCHDIR''@|0|g' \ | |
-e 's|@''GNULIB_FSYNC''@|0|g' \ | |
-e 's|@''GNULIB_FTRUNCATE''@|0|g' \ | |
-e 's|@''GNULIB_GETCWD''@|0|g' \ | |
-e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \ | |
-e 's|@''GNULIB_GETDTABLESIZE''@|0|g' \ | |
-e 's|@''GNULIB_GETHOSTNAME''@|0|g' \ | |
-e 's|@''GNULIB_GETLOGIN_R''@|0|g' \ | |
-e 's|@''GNULIB_GETPAGESIZE''@|0|g' \ | |
-e 's|@''GNULIB_GETUSERSHELL''@|0|g' \ | |
-e 's|@''GNULIB_LCHOWN''@|0|g' \ | |
-e 's|@''GNULIB_LINK''@|0|g' \ | |
-e 's|@''GNULIB_LSEEK''@|0|g' \ | |
-e 's|@''GNULIB_READLINK''@|1|g' \ | |
-e 's|@''GNULIB_SLEEP''@|0|g' \ | |
-e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|1|g' \ | |
-e 's|@''GNULIB_WRITE''@|0|g' \ | |
-e 's|@''HAVE_DUP2''@|1|g' \ | |
-e 's|@''HAVE_EUIDACCESS''@|1|g' \ | |
-e 's|@''HAVE_FSYNC''@|1|g' \ | |
-e 's|@''HAVE_FTRUNCATE''@|1|g' \ | |
-e 's|@''HAVE_GETDOMAINNAME''@|1|g' \ | |
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ | |
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \ | |
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \ | |
-e 's|@''HAVE_GETUSERSHELL''@|1|g' \ | |
-e 's|@''HAVE_LINK''@|1|g' \ | |
-e 's|@''HAVE_READLINK''@|1|g' \ | |
-e 's|@''HAVE_SLEEP''@|1|g' \ | |
-e 's|@''HAVE_DECL_ENVIRON''@|0|g' \ | |
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ | |
-e 's|@''HAVE_OS_H''@|0|g' \ | |
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | |
-e 's|@''REPLACE_CHOWN''@|0|g' \ | |
-e 's|@''REPLACE_CLOSE''@|0|g' \ | |
-e 's|@''REPLACE_FCHDIR''@|0|g' \ | |
-e 's|@''REPLACE_GETCWD''@|0|g' \ | |
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ | |
-e 's|@''REPLACE_LCHOWN''@|0|g' \ | |
-e 's|@''REPLACE_LSEEK''@|0|g' \ | |
-e 's|@''REPLACE_WRITE''@|0|g' \ | |
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./unistd.in.h; \ | |
} > unistd.h-t | |
mv unistd.h-t unistd.h | |
mv string.h-t string.h | |
make install-am | |
/usr/bin/cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -c areadlink.c | |
/usr/bin/cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -c malloca.c | |
/usr/bin/cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -c progname.c | |
/usr/bin/cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -c -o width.o `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c | |
/usr/bin/cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -c xmalloc.c | |
/usr/bin/cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -c xstrdup.c | |
/usr/bin/cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -c xreadlink.c | |
/usr/bin/cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -c canonicalize-lgpl.c | |
/usr/bin/cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/usr/local/Cellar/gettext/0.17/include -O3 -march=core2 -msse4.1 -w -pipe -c error.c | |
rm -f libicrt.a | |
ar cru libicrt.a areadlink.o malloca.o progname.o width.o xmalloc.o xstrdup.o xreadlink.o canonicalize-lgpl.o error.o | |
ranlib libicrt.a | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
cd src && make install prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' exec_prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' libdir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib' | |
/usr/bin/cc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/gettext/0.17/include -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/bin\" -DLOCALEDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/locale\" ./iconv_no_i18n.c | |
/usr/bin/cc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -O3 -march=core2 -msse4.1 -w -pipe -I/usr/local/Cellar/gettext/0.17/include -DINSTALLDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/bin\" -DLOCALEDIR=\"/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/locale\" ./iconv.c | |
/bin/sh ../libtool --mode=link /usr/bin/cc -L/usr/local/Cellar/gettext/0.17/lib -O3 -march=core2 -msse4.1 -w -pipe iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la -o iconv_no_i18n | |
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe iconv_no_i18n.o -o iconv_no_i18n -L/usr/local/Cellar/gettext/0.17/lib ../srclib/libicrt.a ../lib/.libs/libiconv.a | |
test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . | |
if [ ! -d /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/bin ] ; then /bin/sh ../build-aux/mkinstalldirs /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/bin ; fi | |
mkdir /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/bin | |
case "darwin10.6.0" in \ | |
hpux*) /usr/bin/cc -L/usr/local/Cellar/gettext/0.17/lib -O3 -march=core2 -msse4.1 -w -pipe `if test -n ''; then /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/bin; fi` iconv.o ../srclib/libicrt.a -L/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib -liconv `if test -n ''; then echo " -Wl,+b -Wl,/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib"; fi` -o iconv;; \ | |
*) /bin/sh ../libtool --mode=link /usr/bin/cc -L/usr/local/Cellar/gettext/0.17/lib -O3 -march=core2 -msse4.1 -w -pipe `if test -n ''; then /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/bin; fi` iconv.o ../srclib/libicrt.a /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libiconv.la -o iconv;; \ | |
esac | |
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe iconv.o -o iconv -L/usr/local/Cellar/gettext/0.17/lib ../srclib/libicrt.a /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libiconv.a | |
/bin/sh ../libtool --mode=install /usr/bin/install -c iconv /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/bin/iconv | |
libtool: install: /usr/bin/install -c iconv /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/bin/iconv | |
if [ ! -d /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/include ] ; then /bin/sh ./build-aux/mkinstalldirs /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/include ; fi | |
/usr/bin/install -c -m 644 include/iconv.h.inst /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/include/iconv.h | |
cd po && make install prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' exec_prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' datarootdir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share' datadir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share' | |
if test "libiconv" = "gettext-tools"; then \ | |
../build-aux/install-sh -c -d /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
cd man && make install prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' exec_prefix='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv' datarootdir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share' datadir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share' mandir='/private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man' | |
if [ ! -d /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man1 ] ; then /bin/sh ../build-aux/mkinstalldirs /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man1 ; fi | |
mkdir /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share | |
mkdir /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man | |
mkdir /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man1 | |
builddir="`pwd`"; cd . && for f in *.1 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man1/$f ; /usr/bin/install -c -m 644 ./$f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man1/$f) ; done | |
/usr/bin/install -c -m 644 ./iconv.1 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man1/iconv.1 | |
if [ ! -d /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3 ] ; then /bin/sh ../build-aux/mkinstalldirs /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3 ; fi | |
mkdir /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3 | |
builddir="`pwd`"; cd . && for f in *.3 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3/$f ; /usr/bin/install -c -m 644 ./$f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3/$f) ; done | |
/usr/bin/install -c -m 644 ./iconv.3 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3/iconv.3 | |
/usr/bin/install -c -m 644 ./iconv_close.3 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3/iconv_close.3 | |
/usr/bin/install -c -m 644 ./iconv_open.3 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3/iconv_open.3 | |
/usr/bin/install -c -m 644 ./iconv_open_into.3 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3/iconv_open_into.3 | |
/usr/bin/install -c -m 644 ./iconvctl.3 /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/man/man3/iconvctl.3 | |
if [ ! -d /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv ] ; then /bin/sh ../build-aux/mkinstalldirs /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv ; fi | |
mkdir /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc | |
mkdir /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv | |
builddir="`pwd`"; cd . && for f in *.html ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv/$f ; /usr/bin/install -c -m 644 ./$f /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv/$f) ; done | |
/usr/bin/install -c -m 644 ./iconv.1.html /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv/iconv.1.html | |
/usr/bin/install -c -m 644 ./iconv.3.html /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv/iconv.3.html | |
/usr/bin/install -c -m 644 ./iconv_close.3.html /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv/iconv_close.3.html | |
/usr/bin/install -c -m 644 ./iconv_open.3.html /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv/iconv_open.3.html | |
/usr/bin/install -c -m 644 ./iconv_open_into.3.html /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv/iconv_open_into.3.html | |
/usr/bin/install -c -m 644 ./iconvctl.3.html /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/share/doc/libiconv/iconvctl.3.html | |
==> ./configure --disable-dependency-tracking --disable-rebuilds --prefix=/usr/local/Cellar/glib/2.24.2 --with-libiconv=gnu --disable-debug | |
./configure --disable-dependency-tracking --disable-rebuilds --prefix=/usr/local/Cellar/glib/2.24.2 --with-libiconv=gnu --disable-debug | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-apple-darwin10.6.0 | |
checking host system type... x86_64-apple-darwin10.6.0 | |
checking for the BeOS... no | |
checking for Win32... no | |
checking for Mac OS X Carbon support... checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/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 /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/cc... none | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
yes | |
checking whether to enable garbage collector friendliness... no | |
checking whether to disable memory pools... no | |
readlink: illegal option -- f | |
usage: readlink [-n] [file ...] | |
checking for gcc... (cached) /usr/bin/cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/cc accepts -g... (cached) yes | |
checking for /usr/bin/cc option to accept ISO C89... (cached) none needed | |
checking dependency style of /usr/bin/cc... (cached) none | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/c++ accepts -g... yes | |
checking dependency style of /usr/bin/c++... none | |
checking for gcc... (cached) /usr/bin/cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/cc accepts -g... (cached) yes | |
checking for /usr/bin/cc option to accept ISO C89... (cached) none needed | |
checking dependency style of /usr/bin/cc... (cached) none | |
checking whether /usr/bin/cc and cc understand -c and -o together... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking for gawk... (cached) awk | |
checking for perl5... no | |
checking for perl... perl | |
checking for indent... indent | |
checking for perl... /usr/bin/perl | |
checking for a Python interpreter with version >= 2.4... python | |
checking for python... /usr/bin/python | |
checking for python version... 2.6 | |
checking for python platform... darwin | |
checking for python script directory... ${prefix}/lib/python2.6/site-packages | |
checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages | |
checking for libiconv_open in -liconv... yes | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether we are using the GNU C Library 2.1 or newer... no | |
checking Whether to cache iconv descriptors... 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 inflate in -lz... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for LC_MESSAGES... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking for ngettext in libc... no | |
checking for bindtextdomain in -lintl... no | |
checking if -liconv is needed to use gettext... | |
checking for ngettext in -lintl... no | |
configure: 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 | |
Exit status: 1 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/glib.rb#L62 | |
==> Environment | |
HOMEBREW_VERSION: 0.7.1 | |
HEAD: 20a6876fc38cb351d250dba75686adb8d779f048 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: dual-core 64-bit penryn | |
OS X: 10.6.6 | |
Kernel Architecture: i386 | |
Ruby: 1.8.7-174 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 3.2.5 | |
GCC-4.0: build 5494 | |
GCC-4.2: build 5664 | |
LLVM: build 2333 | |
MacPorts or Fink? false | |
X11 installed? true | |
==> Build Flags | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -msse4.1 -pipe | |
CXXFLAGS: -O3 -march=core2 -msse4.1 -pipe | |
CPPFLAGS: -I/usr/local/Cellar/gettext/0.17/include | |
LDFLAGS: -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.24.2-Cmup/glib-2.24.2/iconv/lib/libiconv.a | |
MAKEFLAGS: -j2 | |
PKG_CONFIG_PATH: /usr/local/Cellar/gettext/0.17/lib/pkgconfig | |
Error: Failure while executing: ./configure --disable-dependency-tracking --disable-rebuilds --prefix=/usr/local/Cellar/glib/2.24.2 --with-libiconv=gnu --disable-debug | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment