Created
June 22, 2014 17:39
-
-
Save RudyOnRails/4b510d6ae3e05d7fc5f5 to your computer and use it in GitHub Desktop.
make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Downloads/libiconv-1.13.1: make | |
builddir="`pwd`"; cd libcharset && /Applications/Xcode.app/Contents/Developer/usr/bin/make all && /Applications/Xcode.app/Contents/Developer/usr/bin/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 && /Applications/Xcode.app/Contents/Developer/usr/bin/make all | |
/bin/sh ../libtool --mode=compile gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c | |
libtool: compile: gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -fno-common -DPIC -o .libs/localcharset.o | |
libtool: compile: gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o localcharset.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c | |
libtool: compile: gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fno-common -DPIC -o .libs/relocatable.o | |
libtool: compile: gcc -I. -I. -I.. -I./.. -I../include -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=link gcc -g -O2 -fvisibility=hidden -o libcharset.la -rpath /usr/local/Cellar/libiconv/1.13.1/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo | |
libtool: link: gcc -dynamiclib -o .libs/libcharset.1.dylib .libs/localcharset.o .libs/relocatable.o -install_name /usr/local/Cellar/libiconv/1.13.1/lib/libcharset.1.dylib -compatibility_version 2 -current_version 2.0 -Wl,-single_module | |
libtool: link: dsymutil .libs/libcharset.1.dylib || : | |
libtool: link: (cd ".libs" && rm -f "libcharset.dylib" && ln -s "libcharset.1.dylib" "libcharset.dylib") | |
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" ) | |
/bin/sh ./config.charset 'i386-apple-darwin13.2.0' > t-charset.alias | |
mv t-charset.alias charset.alias | |
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-add.sin > t-ref-add.sed | |
mv t-ref-add.sed ref-add.sed | |
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-del.sin > t-ref-del.sed | |
mv t-ref-del.sed ref-del.sed | |
cd lib && /Applications/Xcode.app/Contents/Developer/usr/bin/make all | |
make[2]: Nothing to be done for `all'. | |
cd lib && /Applications/Xcode.app/Contents/Developer/usr/bin/make install-lib libdir='/Users/rudyonrails/Downloads/libiconv-1.13.1/lib' includedir='/Users/rudyonrails/Downloads/libiconv-1.13.1/lib' | |
/bin/sh ../build-aux/mkinstalldirs /Users/rudyonrails/Downloads/libiconv-1.13.1/lib | |
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/libcharset.la | |
libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.1.dylib /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/libcharset.1.dylib | |
libtool: install: (cd /Users/rudyonrails/Downloads/libiconv-1.13.1/lib && { ln -s -f libcharset.1.dylib libcharset.dylib || { rm -f libcharset.dylib && ln -s libcharset.1.dylib libcharset.dylib; }; }) | |
libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.lai /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/libcharset.la | |
libtool: install: /usr/bin/install -c -m 644 .libs/libcharset.a /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/libcharset.a | |
libtool: install: chmod 644 /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/libcharset.a | |
libtool: install: ranlib /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/libcharset.a | |
libtool: install: warning: remember to run `libtool --finish /usr/local/Cellar/libiconv/1.13.1/lib' | |
test -f /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/charset.alias && orig=/Users/rudyonrails/Downloads/libiconv-1.13.1/lib/charset.alias \ | |
|| orig=charset.alias; \ | |
sed -f ref-add.sed $orig > /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/t-charset.alias; \ | |
/usr/bin/install -c -m 644 /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/t-charset.alias /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/charset.alias; \ | |
rm -f /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/t-charset.alias | |
/bin/sh ./build-aux/mkinstalldirs /Users/rudyonrails/Downloads/libiconv-1.13.1/lib | |
/usr/bin/install -c -m 644 include/libcharset.h /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/libcharset.h | |
/usr/bin/install -c -m 644 include/localcharset.h.inst /Users/rudyonrails/Downloads/libiconv-1.13.1/lib/localcharset.h | |
cd lib && /Applications/Xcode.app/Contents/Developer/usr/bin/make all | |
/bin/sh ../libtool --mode=compile gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c | |
libtool: compile: gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -fno-common -DPIC -o .libs/iconv.o | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:209: | |
./jisx0208.h:2381:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (wc >= 0x0000 && wc < 0x0100) | |
~~ ^ ~~~~~~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:210: | |
./jisx0212.h:2161:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (wc >= 0x0000 && wc < 0x0460) | |
~~ ^ ~~~~~~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:213: | |
./gb2312.h:2539:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (wc >= 0x0000 && wc < 0x0460) | |
~~ ^ ~~~~~~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:214: | |
In file included from ./isoir165.h:81: | |
./isoir165ext.h:760:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (wc >= 0x0000 && wc < 0x0200) | |
~~ ^ ~~~~~~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:217: | |
In file included from ./cns11643.h:38: | |
./cns11643_inv.h:15373:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (wc >= 0x0000 && wc < 0x0100) | |
~~ ^ ~~~~~~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:218: | |
./big5.h:4124:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (wc >= 0x0000 && wc < 0x0100) | |
~~ ^ ~~~~~~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:220: | |
./ksc5601.h:2988:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (wc >= 0x0000 && wc < 0x0460) | |
~~ ^ ~~~~~~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:235: | |
In file included from ./gb18030.h:186: | |
./gb18030uni.h:185:23: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (i >= 0 && i <= 39419) { | |
~ ^ ~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:235: | |
./gb18030.h:249:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (i >= 0 && i < 0x100000) { | |
~ ^ ~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:241: | |
In file included from ./cp950.h:130: | |
./cp950ext.h:39:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((c1 == 0xf9)) { | |
~~~^~~~~~~ | |
./cp950ext.h:39:11: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((c1 == 0xf9)) { | |
~ ^ ~ | |
./cp950ext.h:39:11: note: use '=' to turn this equality comparison into an assignment | |
if ((c1 == 0xf9)) { | |
^~ | |
= | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:242: | |
In file included from ./big5hkscs1999.h:46: | |
./hkscs1999.h:2957:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] | |
if (wc >= 0x0000 && wc < 0x02d0) | |
~~ ^ ~~~~~~ | |
In file included from ./iconv.c:67: | |
In file included from ./converters.h:243: | |
In file included from ./big5hkscs2001.h:48: | |
./hkscs2001.h:63:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
if ((c1 == 0x8c)) { | |
~~~^~~~~~~ | |
./hkscs2001.h:63:11: note: remove extraneous parentheses around the comparison to silence this warning | |
if ((c1 == 0x8c)) { | |
~ ^ ~ | |
./hkscs2001.h:63:11: note: use '=' to turn this equality comparison into an assignment | |
if ((c1 == 0x8c)) { | |
^~ | |
= | |
In file included from ./iconv.c:150: | |
lib/aliases.gperf:364:28: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline] | |
register int o = aliases[key].name; | |
^ | |
lib/aliases.gperf:350:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage | |
__inline | |
^ | |
static | |
lib/aliases.gperf:775:27: note: 'aliases' declared here | |
static const struct alias aliases[] = | |
^ | |
lib/aliases.gperf:367:44: warning: static variable 'stringpool_contents' is used in an inline function with external linkage [-Wstatic-in-inline] | |
register const char *s = o + stringpool; | |
^ | |
lib/aliases.gperf:773:37: note: expanded from macro 'stringpool' | |
#define stringpool ((const char *) &stringpool_contents) | |
^ | |
lib/aliases.gperf:350:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage | |
__inline | |
^ | |
static | |
lib/aliases.gperf:424:34: note: 'stringpool_contents' declared here | |
static const struct stringpool_t stringpool_contents = | |
^ | |
lib/aliases.gperf:370:25: warning: static variable 'aliases' is used in an inline function with external linkage [-Wstatic-in-inline] | |
return &aliases[key]; | |
^ | |
lib/aliases.gperf:350:1: note: use 'static' to give inline function 'aliases_lookup' internal linkage | |
__inline | |
^ | |
static | |
lib/aliases.gperf:775:27: note: 'aliases' declared here | |
static const struct alias aliases[] = | |
^ | |
15 warnings generated. | |
/bin/sh ../libtool --mode=compile gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c | |
libtool: compile: gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -fno-common -DPIC -o .libs/localcharset.o | |
/bin/sh ../libtool --mode=compile gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c | |
libtool: compile: gcc -I. -I. -I../include -I./../include -I.. -I./.. -g -O2 -fvisibility=hidden -DLIBDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fno-common -DPIC -o .libs/relocatable.o | |
/bin/sh ../libtool --mode=link gcc -g -O2 -fvisibility=hidden -o libiconv.la -rpath /usr/local/Cellar/libiconv/1.13.1/lib -version-info 7:0:5 -no-undefined iconv.lo localcharset.lo relocatable.lo | |
libtool: link: gcc -dynamiclib -o .libs/libiconv.2.dylib .libs/iconv.o .libs/localcharset.o .libs/relocatable.o -install_name /usr/local/Cellar/libiconv/1.13.1/lib/libiconv.2.dylib -compatibility_version 8 -current_version 8.0 -Wl,-single_module | |
libtool: link: dsymutil .libs/libiconv.2.dylib || : | |
libtool: link: (cd ".libs" && rm -f "libiconv.dylib" && ln -s "libiconv.2.dylib" "libiconv.dylib") | |
libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" ) | |
cd preload && /Applications/Xcode.app/Contents/Developer/usr/bin/make all | |
make[1]: Nothing to be done for `all'. | |
cd srclib && /Applications/Xcode.app/Contents/Developer/usr/bin/make all | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
cat ./alloca.in.h; \ | |
} > alloca.h-t | |
mv -f alloca.h-t alloca.h | |
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 signal.h-t signal.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 stdint.h-t stdint.h | |
rm -f stdio.h-t stdio.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 | |
mv 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_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 | |
rm -f string.h-t string.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 | |
mv string.h-t string.h | |
rm -f unistd.h-t unistd.h | |
{ 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 | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c areadlink.c | |
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c malloca.c | |
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c progname.c | |
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o width.o `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c | |
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c xmalloc.c | |
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c xstrdup.c | |
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c xreadlink.c | |
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c canonicalize-lgpl.c | |
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c error.c | |
error.c:318:5: warning: data argument not used by format string [-Wformat-extra-args] | |
file_name, line_number); | |
^ | |
1 warning generated. | |
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 | |
cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make all | |
gcc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -g -O2 -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/bin\" -DLOCALEDIR=\"/usr/local/Cellar/libiconv/1.13.1/share/locale\" ./iconv_no_i18n.c | |
/bin/sh ../libtool --mode=link gcc -g -O2 iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la -o iconv_no_i18n | |
libtool: link: gcc -g -O2 iconv_no_i18n.o -o .libs/iconv_no_i18n ../srclib/libicrt.a ../lib/.libs/libiconv.dylib | |
gcc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -g -O2 -DINSTALLDIR=\"/usr/local/Cellar/libiconv/1.13.1/bin\" -DLOCALEDIR=\"/usr/local/Cellar/libiconv/1.13.1/share/locale\" ./iconv.c | |
test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . | |
cd po && /Applications/Xcode.app/Contents/Developer/usr/bin/make all | |
cd man && /Applications/Xcode.app/Contents/Developer/usr/bin/make all | |
make[1]: Nothing to be done for `all'. | |
if test -d tests; then cd tests && /Applications/Xcode.app/Contents/Developer/usr/bin/make all; fi | |
make[1]: Nothing to be done for `all'. | |
~/Downloads/libiconv-1.13.1: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment