Skip to content

Instantly share code, notes, and snippets.

@ngauthier
Created June 16, 2013 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngauthier/5793619 to your computer and use it in GitHub Desktop.
Save ngauthier/5793619 to your computer and use it in GitHub Desktop.
icu4c failed to build on OS X 10.9
$ brew doctor
Warning: Your file-system on / appears to be CaSe SeNsItIvE.
Homebrew is less tested with that - don't worry but please report issues.
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Applications/Postgres.app/Contents/MacOS/bin/gdal-config
/Applications/Postgres.app/Contents/MacOS/bin/geos-config
Warning: You are using Mac OS X 10.9.
We do not yet provide support for this (unreleased) version.
==> Downloading http://download.icu-project.org/files/icu4c/51.1/icu4c-51_1-src.tgz
Already downloaded: /Library/Caches/Homebrew/icu4c-51.1.tgz
tar xf /Library/Caches/Homebrew/icu4c-51.1.tgz
==> ./configure --prefix=/usr/local/Cellar/icu4c/51.1 --disable-samples --disable-tests --enable-static --with-library-bits=64
./configure --prefix=/usr/local/Cellar/icu4c/51.1 --disable-samples --disable-tests --enable-static --with-library-bits=64
checking for ICU version numbers... release 51.1, library 51.1, unicode version 6.2
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking whether to build debug libraries... no
checking whether to build release libraries... yes
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... cc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gmake... /usr/local/Library/ENV/4.3/gmake
checking for doxygen... no
checking checking for executable suffix...
checking whether strict compiling is on... 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 size of void *... 8
checking whether runnable 64 bit binaries are built by default... yes
checking which Makefile fragment to use for x86_64-apple-darwin13.0.0... mh-darwin
checking for floor in -lm... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to enable auto cleanup of libraries... no
checking whether to enable draft APIs... yes
checking for ranlib... ranlib
checking for ar... ar
checking whether to enable renaming of symbols... yes
checking whether to enable function and data tracing... no
checking whether to enable dynamic loading of plugins... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for library containing dlopen... none required
checking for dlopen... yes
checking for gettimeofday... yes
checking if we have a C++ compiler... Good
checking if #include <string> works... yes
checking for pthread_attr_init in -lpthread... yes
checking for mmap... yes
checking for genccode assembly...
checking for inttypes.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking whether byte ordering is bigendian... no
checking for nl_langinfo... yes
checking for nl_langinfo's argument to obtain the codeset... CODESET
checking for namespace support... yes
checking for properly overriding new and delete... yes
checking for placement new and delete... yes
checking for popen... yes
checking for tzset... yes
checking for tzname... yes
checking for timezone... yes
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for library containing wcscpy... none required
checking size of wchar_t... 4
checking for UTF-16 string literal support... C++ only
checking for a library suffix to use... none
CPPFLAGS= $(THREADSCPPFLAGS)
CFLAGS= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS)
CXXFLAGS= -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 $(THREADSCXXFLAGS)
configure: creating ./config.status
config.status: creating icudefs.mk
config.status: creating Makefile
config.status: creating data/pkgdataMakefile
config.status: creating config/Makefile.inc
config.status: creating config/icu.pc
config.status: creating config/pkgdataMakefile
config.status: creating data/Makefile
config.status: creating stubdata/Makefile
config.status: creating common/Makefile
config.status: creating i18n/Makefile
config.status: creating layout/Makefile
config.status: creating layoutex/Makefile
config.status: creating io/Makefile
config.status: creating extra/Makefile
config.status: creating extra/uconv/Makefile
config.status: creating extra/uconv/pkgdataMakefile
config.status: creating extra/scrptrun/Makefile
config.status: creating tools/Makefile
config.status: creating tools/ctestfw/Makefile
config.status: creating tools/toolutil/Makefile
config.status: creating tools/makeconv/Makefile
config.status: creating tools/genrb/Makefile
config.status: creating tools/genccode/Makefile
config.status: creating tools/gencmn/Makefile
config.status: creating tools/gencnval/Makefile
config.status: creating tools/gendict/Makefile
config.status: creating tools/gentest/Makefile
config.status: creating tools/gennorm2/Makefile
config.status: creating tools/genbrk/Makefile
config.status: creating tools/gensprep/Makefile
config.status: creating tools/icuinfo/Makefile
config.status: creating tools/icupkg/Makefile
config.status: creating tools/icuswap/Makefile
config.status: creating tools/pkgdata/Makefile
config.status: creating tools/tzcode/Makefile
config.status: creating tools/gencfu/Makefile
config.status: creating test/Makefile
config.status: creating test/compat/Makefile
config.status: creating test/testdata/Makefile
config.status: creating test/testdata/pkgdataMakefile
config.status: creating test/hdrtst/Makefile
config.status: creating test/intltest/Makefile
config.status: creating test/cintltst/Makefile
config.status: creating test/iotest/Makefile
config.status: creating test/letest/Makefile
config.status: creating test/perf/Makefile
config.status: creating test/perf/collationperf/Makefile
config.status: creating test/perf/collperf/Makefile
config.status: creating test/perf/dicttrieperf/Makefile
config.status: creating test/perf/ubrkperf/Makefile
config.status: creating test/perf/charperf/Makefile
config.status: creating test/perf/convperf/Makefile
config.status: creating test/perf/normperf/Makefile
config.status: creating test/perf/DateFmtPerf/Makefile
config.status: creating test/perf/howExpensiveIs/Makefile
config.status: creating test/perf/strsrchperf/Makefile
config.status: creating test/perf/unisetperf/Makefile
config.status: creating test/perf/usetperf/Makefile
config.status: creating test/perf/ustrperf/Makefile
config.status: creating test/perf/utfperf/Makefile
config.status: creating test/perf/utrie2perf/Makefile
config.status: creating samples/Makefile
config.status: creating samples/date/Makefile
config.status: creating samples/cal/Makefile
config.status: creating samples/layout/Makefile
ICU for C/C++ 51.1 is ready to be built.
=== Important Notes: ===
Data Packaging: library
This means: ICU data will be linked with ICU. A static data library will be built. A shared data library will be built.
To locate data: ICU will use the linked data library. If linked with the stub library located in stubdata/, the application can use udata_setCommonData() or set a data path to override.
Building ICU: Use a GNU make such as /usr/local/Library/ENV/4.3/gmake to build ICU.
checking the version of "/usr/local/Library/ENV/4.3/gmake"... 3.81 (we wanted at least 3.80)
ok
==> make
make
rebuilding config/icucross.mk
rebuilding config/icucross.inc
cd ./config; \
/Applications/Xcode5-DP.app/Contents/Developer/usr/bin/make -f pkgdataMakefile
rm -rf pkgdata.inc
rm -rf config/icu-config
/usr/bin/install -c ./config/icu-config-top config/icu-config
chmod u+w config/icu-config
LC_ALL=C sed -f ./config/make2sh.sed < ./config/Makefile.inc | grep -v '#M#' | uniq >> config/icu-config
LC_ALL=C sed -f ./config/make2sh.sed < ./config/mh-darwin | grep -v '#M#' | uniq >> config/icu-config
cat ./config/icu-config-bottom >> config/icu-config
echo "# Rebuilt on "`date` >> config/icu-config
chmod u-w config/icu-config
config/icu-uc.pc updated.
config/icu-i18n.pc updated.
config/icu-le.pc updated.
config/icu-lx.pc updated.
config/icu-io.pc updated.
/bin/sh ./mkinstalldirs lib
mkdir lib
/bin/sh ./mkinstalldirs bin
mkdir bin
/Applications/Xcode5-DP.app/Contents/Developer/usr/bin/make[0]: Making `all' in `stubdata'
cc -DU_ATTRIBUTE_DEPRECATED= -I../common -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fno-common -c -MMD -MT "stubdata.d stubdata.o stubdata.ao" -o stubdata.ao stubdata.c
ar r -c libicudata.a stubdata.ao
ranlib libicudata.a
cc -DU_ATTRIBUTE_DEPRECATED= -I../common -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fno-common -c -dynamic -MMD -MT "stubdata.d stubdata.o stubdata.ao" -o stubdata.o stubdata.c
cc -dynamiclib -dynamic -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -headerpad_max_install_names -Wl,-compatibility_version -Wl,51 -Wl,-current_version -Wl,51.1 -install_name libicudata.51.dylib -o libicudata.51.1.dylib stubdata.o
rm -f libicudata.51.dylib && ln -s libicudata.51.1.dylib libicudata.51.dylib
rm -f libicudata.dylib && ln -s libicudata.51.1.dylib libicudata.dylib
/Applications/Xcode5-DP.app/Contents/Developer/usr/bin/make[0]: Making `all' in `common'
generating ../common/svchook.mk
cd .. \
&& CONFIG_FILES=common/Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating common/Makefile
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "errorcode.d errorcode.o errorcode.ao" -o errorcode.ao errorcode.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "putil.d putil.o putil.ao" -o putil.ao putil.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "umath.d umath.o umath.ao" -o umath.ao umath.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "utypes.d utypes.o utypes.ao" -o utypes.ao utypes.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "uinvchar.d uinvchar.o uinvchar.ao" -o uinvchar.ao uinvchar.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "umutex.d umutex.o umutex.ao" -o umutex.ao umutex.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucln_cmn.d ucln_cmn.o ucln_cmn.ao" -o ucln_cmn.ao ucln_cmn.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "uinit.d uinit.o uinit.ao" -o uinit.ao uinit.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uobject.d uobject.o uobject.ao" -o uobject.ao uobject.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "cmemory.d cmemory.o cmemory.ao" -o cmemory.ao cmemory.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "charstr.d charstr.o charstr.ao" -o charstr.ao charstr.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "udata.d udata.o udata.ao" -o udata.ao udata.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucmndata.d ucmndata.o ucmndata.ao" -o ucmndata.ao ucmndata.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "udatamem.d udatamem.o udatamem.ao" -o udatamem.ao udatamem.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "umapfile.d umapfile.o umapfile.ao" -o umapfile.ao umapfile.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "udataswp.d udataswp.o udataswp.ao" -o udataswp.ao udataswp.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucol_swp.d ucol_swp.o ucol_swp.ao" -o ucol_swp.ao ucol_swp.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "utrace.d utrace.o utrace.ao" -o utrace.ao utrace.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "uhash.d uhash.o uhash.ao" -o uhash.ao uhash.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uhash_us.d uhash_us.o uhash_us.ao" -o uhash_us.ao uhash_us.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "uenum.d uenum.o uenum.ao" -o uenum.ao uenum.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ustrenum.d ustrenum.o ustrenum.ao" -o ustrenum.ao ustrenum.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uvector.d uvector.o uvector.ao" -o uvector.ao uvector.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ustack.d ustack.o ustack.ao" -o ustack.ao ustack.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uvectr32.d uvectr32.o uvectr32.ao" -o uvectr32.ao uvectr32.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uvectr64.d uvectr64.o uvectr64.ao" -o uvectr64.ao uvectr64.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv.d ucnv.o ucnv.ao" -o ucnv.ao ucnv.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_bld.d ucnv_bld.o ucnv_bld.ao" -o ucnv_bld.ao ucnv_bld.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_cnv.d ucnv_cnv.o ucnv_cnv.ao" -o ucnv_cnv.ao ucnv_cnv.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_io.d ucnv_io.o ucnv_io.ao" -o ucnv_io.ao ucnv_io.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_cb.d ucnv_cb.o ucnv_cb.ao" -o ucnv_cb.ao ucnv_cb.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_err.d ucnv_err.o ucnv_err.ao" -o ucnv_err.ao ucnv_err.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnvlat1.d ucnvlat1.o ucnvlat1.ao" -o ucnvlat1.ao ucnvlat1.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_u7.d ucnv_u7.o ucnv_u7.ao" -o ucnv_u7.ao ucnv_u7.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_u8.d ucnv_u8.o ucnv_u8.ao" -o ucnv_u8.ao ucnv_u8.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_u16.d ucnv_u16.o ucnv_u16.ao" -o ucnv_u16.ao ucnv_u16.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_u32.d ucnv_u32.o ucnv_u32.ao" -o ucnv_u32.ao ucnv_u32.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnvscsu.d ucnvscsu.o ucnvscsu.ao" -o ucnvscsu.ao ucnvscsu.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucnvbocu.d ucnvbocu.o ucnvbocu.ao" -o ucnvbocu.ao ucnvbocu.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_ext.d ucnv_ext.o ucnv_ext.ao" -o ucnv_ext.ao ucnv_ext.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnvmbcs.d ucnvmbcs.o ucnvmbcs.ao" -o ucnvmbcs.ao ucnvmbcs.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucnv2022.d ucnv2022.o ucnv2022.ao" -o ucnv2022.ao ucnv2022.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnvhz.d ucnvhz.o ucnvhz.ao" -o ucnvhz.ao ucnvhz.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_lmb.d ucnv_lmb.o ucnv_lmb.ao" -o ucnv_lmb.ao ucnv_lmb.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnvisci.d ucnvisci.o ucnvisci.ao" -o ucnvisci.ao ucnvisci.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnvdisp.d ucnvdisp.o ucnvdisp.ao" -o ucnvdisp.ao ucnvdisp.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_set.d ucnv_set.o ucnv_set.ao" -o ucnv_set.ao ucnv_set.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucnv_ct.d ucnv_ct.o ucnv_ct.ao" -o ucnv_ct.ao ucnv_ct.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uresbund.d uresbund.o uresbund.ao" -o uresbund.ao uresbund.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ures_cnv.d ures_cnv.o ures_cnv.ao" -o ures_cnv.ao ures_cnv.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "uresdata.d uresdata.o uresdata.ao" -o uresdata.ao uresdata.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "resbund.d resbund.o resbund.ao" -o resbund.ao resbund.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "resbund_cnv.d resbund_cnv.o resbund_cnv.ao" -o resbund_cnv.ao resbund_cnv.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "messagepattern.d messagepattern.o messagepattern.ao" -o messagepattern.ao messagepattern.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ucat.d ucat.o ucat.ao" -o ucat.ao ucat.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "locmap.d locmap.o locmap.ao" -o locmap.ao locmap.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uloc.d uloc.o uloc.ao" -o uloc.ao uloc.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "locid.d locid.o locid.ao" -o locid.ao locid.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "locutil.d locutil.o locutil.ao" -o locutil.ao locutil.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "locavailable.d locavailable.o locavailable.ao" -o locavailable.ao locavailable.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "locdispnames.d locdispnames.o locdispnames.ao" -o locdispnames.ao locdispnames.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "loclikely.d loclikely.o loclikely.ao" -o loclikely.ao loclikely.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "locresdata.d locresdata.o locresdata.ao" -o locresdata.ao locresdata.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "bytestream.d bytestream.o bytestream.ao" -o bytestream.ao bytestream.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "stringpiece.d stringpiece.o stringpiece.ao" -o stringpiece.ao stringpiece.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "stringtriebuilder.d stringtriebuilder.o stringtriebuilder.ao" -o stringtriebuilder.ao stringtriebuilder.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "bytestriebuilder.d bytestriebuilder.o bytestriebuilder.ao" -o bytestriebuilder.ao bytestriebuilder.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "bytestrie.d bytestrie.o bytestrie.ao" -o bytestrie.ao bytestrie.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "bytestrieiterator.d bytestrieiterator.o bytestrieiterator.ao" -o bytestrieiterator.ao bytestrieiterator.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucharstrie.d ucharstrie.o ucharstrie.ao" -o ucharstrie.ao ucharstrie.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucharstriebuilder.d ucharstriebuilder.o ucharstriebuilder.ao" -o ucharstriebuilder.ao ucharstriebuilder.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucharstrieiterator.d ucharstrieiterator.o ucharstrieiterator.ao" -o ucharstrieiterator.ao ucharstrieiterator.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "dictionarydata.d dictionarydata.o dictionarydata.ao" -o dictionarydata.ao dictionarydata.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "appendable.d appendable.o appendable.ao" -o appendable.ao appendable.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ustr_cnv.d ustr_cnv.o ustr_cnv.ao" -o ustr_cnv.ao ustr_cnv.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unistr_cnv.d unistr_cnv.o unistr_cnv.ao" -o unistr_cnv.ao unistr_cnv.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unistr.d unistr.o unistr.ao" -o unistr.ao unistr.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unistr_case.d unistr_case.o unistr_case.ao" -o unistr_case.ao unistr_case.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unistr_props.d unistr_props.o unistr_props.ao" -o unistr_props.ao unistr_props.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "utf_impl.d utf_impl.o utf_impl.ao" -o utf_impl.ao utf_impl.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ustring.d ustring.o ustring.ao" -o ustring.ao ustring.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ustrcase.d ustrcase.o ustrcase.ao" -o ustrcase.ao ustrcase.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucasemap.d ucasemap.o ucasemap.ao" -o ucasemap.ao ucasemap.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucasemap_titlecase_brkiter.d ucasemap_titlecase_brkiter.o ucasemap_titlecase_brkiter.ao" -o ucasemap_titlecase_brkiter.ao ucasemap_titlecase_brkiter.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "cstring.d cstring.o cstring.ao" -o cstring.ao cstring.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ustrfmt.d ustrfmt.o ustrfmt.ao" -o ustrfmt.ao ustrfmt.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ustrtrns.d ustrtrns.o ustrtrns.ao" -o ustrtrns.ao ustrtrns.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ustr_wcs.d ustr_wcs.o ustr_wcs.ao" -o ustr_wcs.ao ustr_wcs.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "utext.d utext.o utext.ao" -o utext.ao utext.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unistr_case_locale.d unistr_case_locale.o unistr_case_locale.ao" -o unistr_case_locale.ao unistr_case_locale.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ustrcase_locale.d ustrcase_locale.o ustrcase_locale.ao" -o ustrcase_locale.ao ustrcase_locale.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unistr_titlecase_brkiter.d unistr_titlecase_brkiter.o unistr_titlecase_brkiter.ao" -o unistr_titlecase_brkiter.ao unistr_titlecase_brkiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ustr_titlecase_brkiter.d ustr_titlecase_brkiter.o ustr_titlecase_brkiter.ao" -o ustr_titlecase_brkiter.ao ustr_titlecase_brkiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "normalizer2impl.d normalizer2impl.o normalizer2impl.ao" -o normalizer2impl.ao normalizer2impl.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "normalizer2.d normalizer2.o normalizer2.ao" -o normalizer2.ao normalizer2.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "filterednormalizer2.d filterednormalizer2.o filterednormalizer2.ao" -o filterednormalizer2.ao filterednormalizer2.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "normlzr.d normlzr.o normlzr.ao" -o normlzr.ao normlzr.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unorm.d unorm.o unorm.ao" -o unorm.ao unorm.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unormcmp.d unormcmp.o unormcmp.ao" -o unormcmp.ao unormcmp.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "unorm_it.d unorm_it.o unorm_it.ao" -o unorm_it.ao unorm_it.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "chariter.d chariter.o chariter.ao" -o chariter.ao chariter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "schriter.d schriter.o schriter.ao" -o schriter.ao schriter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uchriter.d uchriter.o uchriter.ao" -o uchriter.ao uchriter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uiter.d uiter.o uiter.ao" -o uiter.ao uiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "patternprops.d patternprops.o patternprops.ao" -o patternprops.ao patternprops.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "uchar.d uchar.o uchar.ao" -o uchar.ao uchar.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uprops.d uprops.o uprops.ao" -o uprops.ao uprops.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucase.d ucase.o ucase.ao" -o ucase.ao ucase.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "propname.d propname.o propname.ao" -o propname.ao propname.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ubidi_props.d ubidi_props.o ubidi_props.ao" -o ubidi_props.ao ubidi_props.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ubidi.d ubidi.o ubidi.ao" -o ubidi.ao ubidi.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ubidiwrt.d ubidiwrt.o ubidiwrt.ao" -o ubidiwrt.ao ubidiwrt.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ubidiln.d ubidiln.o ubidiln.ao" -o ubidiln.ao ubidiln.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ushape.d ushape.o ushape.ao" -o ushape.ao ushape.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "uscript.d uscript.o uscript.ao" -o uscript.ao uscript.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uscript_props.d uscript_props.o uscript_props.ao" -o uscript_props.ao uscript_props.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "usc_impl.d usc_impl.o usc_impl.ao" -o usc_impl.ao usc_impl.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unames.d unames.o unames.ao" -o unames.ao unames.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "utrie.d utrie.o utrie.ao" -o utrie.ao utrie.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "utrie2.d utrie2.o utrie2.ao" -o utrie2.ao utrie2.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "utrie2_builder.d utrie2_builder.o utrie2_builder.ao" -o utrie2_builder.ao utrie2_builder.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "bmpset.d bmpset.o bmpset.ao" -o bmpset.ao bmpset.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unisetspan.d unisetspan.o unisetspan.ao" -o unisetspan.ao unisetspan.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uset_props.d uset_props.o uset_props.ao" -o uset_props.ao uset_props.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uniset_props.d uniset_props.o uniset_props.ao" -o uniset_props.ao uniset_props.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uniset_closure.d uniset_closure.o uniset_closure.ao" -o uniset_closure.ao uniset_closure.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uset.d uset.o uset.ao" -o uset.ao uset.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uniset.d uniset.o uniset.ao" -o uniset.ao uniset.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "usetiter.d usetiter.o usetiter.ao" -o usetiter.ao usetiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ruleiter.d ruleiter.o ruleiter.ao" -o ruleiter.ao ruleiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "caniter.d caniter.o caniter.ao" -o caniter.ao caniter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unifilt.d unifilt.o unifilt.ao" -o unifilt.ao unifilt.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "unifunct.d unifunct.o unifunct.ao" -o unifunct.ao unifunct.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "uarrsort.d uarrsort.o uarrsort.ao" -o uarrsort.ao uarrsort.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "brkiter.d brkiter.o brkiter.ao" -o brkiter.ao brkiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ubrk.d ubrk.o ubrk.ao" -o ubrk.ao ubrk.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "brkeng.d brkeng.o brkeng.ao" -o brkeng.ao brkeng.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "dictbe.d dictbe.o dictbe.ao" -o dictbe.ao dictbe.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "rbbi.d rbbi.o rbbi.ao" -o rbbi.ao rbbi.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "rbbidata.d rbbidata.o rbbidata.ao" -o rbbidata.ao rbbidata.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "rbbinode.d rbbinode.o rbbinode.ao" -o rbbinode.ao rbbinode.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "rbbirb.d rbbirb.o rbbirb.ao" -o rbbirb.ao rbbirb.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "rbbiscan.d rbbiscan.o rbbiscan.ao" -o rbbiscan.ao rbbiscan.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "rbbisetb.d rbbisetb.o rbbisetb.ao" -o rbbisetb.ao rbbisetb.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "rbbistbl.d rbbistbl.o rbbistbl.ao" -o rbbistbl.ao rbbistbl.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "rbbitblb.d rbbitblb.o rbbitblb.ao" -o rbbitblb.ao rbbitblb.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "serv.d serv.o serv.ao" -o serv.ao serv.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "servnotf.d servnotf.o servnotf.ao" -o servnotf.ao servnotf.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "servls.d servls.o servls.ao" -o servls.ao servls.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "servlk.d servlk.o servlk.ao" -o servlk.ao servlk.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "servlkf.d servlkf.o servlkf.ao" -o servlkf.ao servlkf.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "servrbf.d servrbf.o servrbf.ao" -o servrbf.ao servrbf.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "servslkf.d servslkf.o servslkf.ao" -o servslkf.ao servslkf.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uidna.d uidna.o uidna.ao" -o uidna.ao uidna.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "usprep.d usprep.o usprep.ao" -o usprep.ao usprep.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "uts46.d uts46.o uts46.ao" -o uts46.ao uts46.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "punycode.d punycode.o punycode.ao" -o punycode.ao punycode.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "util.d util.o util.ao" -o util.ao util.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "util_props.d util_props.o util_props.ao" -o util_props.ao util_props.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "parsepos.d parsepos.o parsepos.ao" -o parsepos.ao parsepos.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "locbased.d locbased.o locbased.ao" -o locbased.ao locbased.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "cwchar.d cwchar.o cwchar.ao" -o cwchar.ao cwchar.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "wintz.d wintz.o wintz.ao" -o wintz.ao wintz.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "mutex.d mutex.o mutex.ao" -o mutex.ao mutex.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "dtintrv.d dtintrv.o dtintrv.ao" -o dtintrv.ao dtintrv.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "ucnvsel.d ucnvsel.o ucnvsel.ao" -o ucnvsel.ao ucnvsel.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "propsvec.d propsvec.o propsvec.ao" -o propsvec.ao propsvec.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "ulist.d ulist.o ulist.ao" -o ulist.ao ulist.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "uloc_tag.d uloc_tag.o uloc_tag.ao" -o uloc_tag.ao uloc_tag.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "icudataver.d icudataver.o icudataver.ao" -o icudataver.ao icudataver.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -MMD -MT "icuplug.d icuplug.o icuplug.ao" -o icuplug.ao icuplug.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -MMD -MT "listformatter.d listformatter.o listformatter.ao" -o listformatter.ao listformatter.cpp
ar r -c ../lib/libicuuc.a errorcode.ao putil.ao umath.ao utypes.ao uinvchar.ao umutex.ao ucln_cmn.ao uinit.ao uobject.ao cmemory.ao charstr.ao udata.ao ucmndata.ao udatamem.ao umapfile.ao udataswp.ao ucol_swp.ao utrace.ao uhash.ao uhash_us.ao uenum.ao ustrenum.ao uvector.ao ustack.ao uvectr32.ao uvectr64.ao ucnv.ao ucnv_bld.ao ucnv_cnv.ao ucnv_io.ao ucnv_cb.ao ucnv_err.ao ucnvlat1.ao ucnv_u7.ao ucnv_u8.ao ucnv_u16.ao ucnv_u32.ao ucnvscsu.ao ucnvbocu.ao ucnv_ext.ao ucnvmbcs.ao ucnv2022.ao ucnvhz.ao ucnv_lmb.ao ucnvisci.ao ucnvdisp.ao ucnv_set.ao ucnv_ct.ao uresbund.ao ures_cnv.ao uresdata.ao resbund.ao resbund_cnv.ao messagepattern.ao ucat.ao locmap.ao uloc.ao locid.ao locutil.ao locavailable.ao locdispnames.ao loclikely.ao locresdata.ao bytestream.ao stringpiece.ao stringtriebuilder.ao bytestriebuilder.ao bytestrie.ao bytestrieiterator.ao ucharstrie.ao ucharstriebuilder.ao ucharstrieiterator.ao dictionarydata.ao appendable.ao ustr_cnv.ao unistr_cnv.ao unistr.ao unistr_case.ao unistr_props.ao utf_impl.ao ustring.ao ustrcase.ao ucasemap.ao ucasemap_titlecase_brkiter.ao cstring.ao ustrfmt.ao ustrtrns.ao ustr_wcs.ao utext.ao unistr_case_locale.ao ustrcase_locale.ao unistr_titlecase_brkiter.ao ustr_titlecase_brkiter.ao normalizer2impl.ao normalizer2.ao filterednormalizer2.ao normlzr.ao unorm.ao unormcmp.ao unorm_it.ao chariter.ao schriter.ao uchriter.ao uiter.ao patternprops.ao uchar.ao uprops.ao ucase.ao propname.ao ubidi_props.ao ubidi.ao ubidiwrt.ao ubidiln.ao ushape.ao uscript.ao uscript_props.ao usc_impl.ao unames.ao utrie.ao utrie2.ao utrie2_builder.ao bmpset.ao unisetspan.ao uset_props.ao uniset_props.ao uniset_closure.ao uset.ao uniset.ao usetiter.ao ruleiter.ao caniter.ao unifilt.ao unifunct.ao uarrsort.ao brkiter.ao ubrk.ao brkeng.ao dictbe.ao rbbi.ao rbbidata.ao rbbinode.ao rbbirb.ao rbbiscan.ao rbbisetb.ao rbbistbl.ao rbbitblb.ao serv.ao servnotf.ao servls.ao servlk.ao servlkf.ao servrbf.ao servslkf.ao uidna.ao usprep.ao uts46.ao punycode.ao util.ao util_props.ao parsepos.ao locbased.ao cwchar.ao wintz.ao mutex.ao dtintrv.ao ucnvsel.ao propsvec.ao ulist.ao uloc_tag.ao icudataver.ao icuplug.ao listformatter.ao
ranlib ../lib/libicuuc.a
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "errorcode.d errorcode.o errorcode.ao" -o errorcode.o errorcode.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "putil.d putil.o putil.ao" -o putil.o putil.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "umath.d umath.o umath.ao" -o umath.o umath.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "utypes.d utypes.o utypes.ao" -o utypes.o utypes.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uinvchar.d uinvchar.o uinvchar.ao" -o uinvchar.o uinvchar.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "umutex.d umutex.o umutex.ao" -o umutex.o umutex.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucln_cmn.d ucln_cmn.o ucln_cmn.ao" -o ucln_cmn.o ucln_cmn.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uinit.d uinit.o uinit.ao" -o uinit.o uinit.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uobject.d uobject.o uobject.ao" -o uobject.o uobject.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "cmemory.d cmemory.o cmemory.ao" -o cmemory.o cmemory.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "charstr.d charstr.o charstr.ao" -o charstr.o charstr.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "udata.d udata.o udata.ao" -o udata.o udata.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucmndata.d ucmndata.o ucmndata.ao" -o ucmndata.o ucmndata.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "udatamem.d udatamem.o udatamem.ao" -o udatamem.o udatamem.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "umapfile.d umapfile.o umapfile.ao" -o umapfile.o umapfile.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "udataswp.d udataswp.o udataswp.ao" -o udataswp.o udataswp.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucol_swp.d ucol_swp.o ucol_swp.ao" -o ucol_swp.o ucol_swp.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "utrace.d utrace.o utrace.ao" -o utrace.o utrace.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uhash.d uhash.o uhash.ao" -o uhash.o uhash.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uhash_us.d uhash_us.o uhash_us.ao" -o uhash_us.o uhash_us.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uenum.d uenum.o uenum.ao" -o uenum.o uenum.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustrenum.d ustrenum.o ustrenum.ao" -o ustrenum.o ustrenum.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uvector.d uvector.o uvector.ao" -o uvector.o uvector.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustack.d ustack.o ustack.ao" -o ustack.o ustack.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uvectr32.d uvectr32.o uvectr32.ao" -o uvectr32.o uvectr32.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uvectr64.d uvectr64.o uvectr64.ao" -o uvectr64.o uvectr64.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv.d ucnv.o ucnv.ao" -o ucnv.o ucnv.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_bld.d ucnv_bld.o ucnv_bld.ao" -o ucnv_bld.o ucnv_bld.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_cnv.d ucnv_cnv.o ucnv_cnv.ao" -o ucnv_cnv.o ucnv_cnv.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_io.d ucnv_io.o ucnv_io.ao" -o ucnv_io.o ucnv_io.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_cb.d ucnv_cb.o ucnv_cb.ao" -o ucnv_cb.o ucnv_cb.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_err.d ucnv_err.o ucnv_err.ao" -o ucnv_err.o ucnv_err.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnvlat1.d ucnvlat1.o ucnvlat1.ao" -o ucnvlat1.o ucnvlat1.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_u7.d ucnv_u7.o ucnv_u7.ao" -o ucnv_u7.o ucnv_u7.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_u8.d ucnv_u8.o ucnv_u8.ao" -o ucnv_u8.o ucnv_u8.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_u16.d ucnv_u16.o ucnv_u16.ao" -o ucnv_u16.o ucnv_u16.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_u32.d ucnv_u32.o ucnv_u32.ao" -o ucnv_u32.o ucnv_u32.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnvscsu.d ucnvscsu.o ucnvscsu.ao" -o ucnvscsu.o ucnvscsu.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnvbocu.d ucnvbocu.o ucnvbocu.ao" -o ucnvbocu.o ucnvbocu.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_ext.d ucnv_ext.o ucnv_ext.ao" -o ucnv_ext.o ucnv_ext.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnvmbcs.d ucnvmbcs.o ucnvmbcs.ao" -o ucnvmbcs.o ucnvmbcs.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv2022.d ucnv2022.o ucnv2022.ao" -o ucnv2022.o ucnv2022.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnvhz.d ucnvhz.o ucnvhz.ao" -o ucnvhz.o ucnvhz.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_lmb.d ucnv_lmb.o ucnv_lmb.ao" -o ucnv_lmb.o ucnv_lmb.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnvisci.d ucnvisci.o ucnvisci.ao" -o ucnvisci.o ucnvisci.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnvdisp.d ucnvdisp.o ucnvdisp.ao" -o ucnvdisp.o ucnvdisp.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_set.d ucnv_set.o ucnv_set.ao" -o ucnv_set.o ucnv_set.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnv_ct.d ucnv_ct.o ucnv_ct.ao" -o ucnv_ct.o ucnv_ct.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uresbund.d uresbund.o uresbund.ao" -o uresbund.o uresbund.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ures_cnv.d ures_cnv.o ures_cnv.ao" -o ures_cnv.o ures_cnv.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uresdata.d uresdata.o uresdata.ao" -o uresdata.o uresdata.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "resbund.d resbund.o resbund.ao" -o resbund.o resbund.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "resbund_cnv.d resbund_cnv.o resbund_cnv.ao" -o resbund_cnv.o resbund_cnv.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "messagepattern.d messagepattern.o messagepattern.ao" -o messagepattern.o messagepattern.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucat.d ucat.o ucat.ao" -o ucat.o ucat.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "locmap.d locmap.o locmap.ao" -o locmap.o locmap.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uloc.d uloc.o uloc.ao" -o uloc.o uloc.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "locid.d locid.o locid.ao" -o locid.o locid.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "locutil.d locutil.o locutil.ao" -o locutil.o locutil.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "locavailable.d locavailable.o locavailable.ao" -o locavailable.o locavailable.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "locdispnames.d locdispnames.o locdispnames.ao" -o locdispnames.o locdispnames.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "loclikely.d loclikely.o loclikely.ao" -o loclikely.o loclikely.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "locresdata.d locresdata.o locresdata.ao" -o locresdata.o locresdata.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "bytestream.d bytestream.o bytestream.ao" -o bytestream.o bytestream.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "stringpiece.d stringpiece.o stringpiece.ao" -o stringpiece.o stringpiece.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "stringtriebuilder.d stringtriebuilder.o stringtriebuilder.ao" -o stringtriebuilder.o stringtriebuilder.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "bytestriebuilder.d bytestriebuilder.o bytestriebuilder.ao" -o bytestriebuilder.o bytestriebuilder.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "bytestrie.d bytestrie.o bytestrie.ao" -o bytestrie.o bytestrie.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "bytestrieiterator.d bytestrieiterator.o bytestrieiterator.ao" -o bytestrieiterator.o bytestrieiterator.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucharstrie.d ucharstrie.o ucharstrie.ao" -o ucharstrie.o ucharstrie.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucharstriebuilder.d ucharstriebuilder.o ucharstriebuilder.ao" -o ucharstriebuilder.o ucharstriebuilder.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucharstrieiterator.d ucharstrieiterator.o ucharstrieiterator.ao" -o ucharstrieiterator.o ucharstrieiterator.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "dictionarydata.d dictionarydata.o dictionarydata.ao" -o dictionarydata.o dictionarydata.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "appendable.d appendable.o appendable.ao" -o appendable.o appendable.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustr_cnv.d ustr_cnv.o ustr_cnv.ao" -o ustr_cnv.o ustr_cnv.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unistr_cnv.d unistr_cnv.o unistr_cnv.ao" -o unistr_cnv.o unistr_cnv.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unistr.d unistr.o unistr.ao" -o unistr.o unistr.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unistr_case.d unistr_case.o unistr_case.ao" -o unistr_case.o unistr_case.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unistr_props.d unistr_props.o unistr_props.ao" -o unistr_props.o unistr_props.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "utf_impl.d utf_impl.o utf_impl.ao" -o utf_impl.o utf_impl.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustring.d ustring.o ustring.ao" -o ustring.o ustring.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustrcase.d ustrcase.o ustrcase.ao" -o ustrcase.o ustrcase.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucasemap.d ucasemap.o ucasemap.ao" -o ucasemap.o ucasemap.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucasemap_titlecase_brkiter.d ucasemap_titlecase_brkiter.o ucasemap_titlecase_brkiter.ao" -o ucasemap_titlecase_brkiter.o ucasemap_titlecase_brkiter.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "cstring.d cstring.o cstring.ao" -o cstring.o cstring.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustrfmt.d ustrfmt.o ustrfmt.ao" -o ustrfmt.o ustrfmt.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustrtrns.d ustrtrns.o ustrtrns.ao" -o ustrtrns.o ustrtrns.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustr_wcs.d ustr_wcs.o ustr_wcs.ao" -o ustr_wcs.o ustr_wcs.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "utext.d utext.o utext.ao" -o utext.o utext.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unistr_case_locale.d unistr_case_locale.o unistr_case_locale.ao" -o unistr_case_locale.o unistr_case_locale.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustrcase_locale.d ustrcase_locale.o ustrcase_locale.ao" -o ustrcase_locale.o ustrcase_locale.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unistr_titlecase_brkiter.d unistr_titlecase_brkiter.o unistr_titlecase_brkiter.ao" -o unistr_titlecase_brkiter.o unistr_titlecase_brkiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ustr_titlecase_brkiter.d ustr_titlecase_brkiter.o ustr_titlecase_brkiter.ao" -o ustr_titlecase_brkiter.o ustr_titlecase_brkiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "normalizer2impl.d normalizer2impl.o normalizer2impl.ao" -o normalizer2impl.o normalizer2impl.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "normalizer2.d normalizer2.o normalizer2.ao" -o normalizer2.o normalizer2.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "filterednormalizer2.d filterednormalizer2.o filterednormalizer2.ao" -o filterednormalizer2.o filterednormalizer2.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "normlzr.d normlzr.o normlzr.ao" -o normlzr.o normlzr.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unorm.d unorm.o unorm.ao" -o unorm.o unorm.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unormcmp.d unormcmp.o unormcmp.ao" -o unormcmp.o unormcmp.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unorm_it.d unorm_it.o unorm_it.ao" -o unorm_it.o unorm_it.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "chariter.d chariter.o chariter.ao" -o chariter.o chariter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "schriter.d schriter.o schriter.ao" -o schriter.o schriter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uchriter.d uchriter.o uchriter.ao" -o uchriter.o uchriter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uiter.d uiter.o uiter.ao" -o uiter.o uiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "patternprops.d patternprops.o patternprops.ao" -o patternprops.o patternprops.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uchar.d uchar.o uchar.ao" -o uchar.o uchar.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uprops.d uprops.o uprops.ao" -o uprops.o uprops.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucase.d ucase.o ucase.ao" -o ucase.o ucase.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "propname.d propname.o propname.ao" -o propname.o propname.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ubidi_props.d ubidi_props.o ubidi_props.ao" -o ubidi_props.o ubidi_props.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ubidi.d ubidi.o ubidi.ao" -o ubidi.o ubidi.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ubidiwrt.d ubidiwrt.o ubidiwrt.ao" -o ubidiwrt.o ubidiwrt.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ubidiln.d ubidiln.o ubidiln.ao" -o ubidiln.o ubidiln.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ushape.d ushape.o ushape.ao" -o ushape.o ushape.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uscript.d uscript.o uscript.ao" -o uscript.o uscript.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uscript_props.d uscript_props.o uscript_props.ao" -o uscript_props.o uscript_props.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "usc_impl.d usc_impl.o usc_impl.ao" -o usc_impl.o usc_impl.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unames.d unames.o unames.ao" -o unames.o unames.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "utrie.d utrie.o utrie.ao" -o utrie.o utrie.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "utrie2.d utrie2.o utrie2.ao" -o utrie2.o utrie2.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "utrie2_builder.d utrie2_builder.o utrie2_builder.ao" -o utrie2_builder.o utrie2_builder.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "bmpset.d bmpset.o bmpset.ao" -o bmpset.o bmpset.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unisetspan.d unisetspan.o unisetspan.ao" -o unisetspan.o unisetspan.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uset_props.d uset_props.o uset_props.ao" -o uset_props.o uset_props.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uniset_props.d uniset_props.o uniset_props.ao" -o uniset_props.o uniset_props.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uniset_closure.d uniset_closure.o uniset_closure.ao" -o uniset_closure.o uniset_closure.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uset.d uset.o uset.ao" -o uset.o uset.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uniset.d uniset.o uniset.ao" -o uniset.o uniset.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "usetiter.d usetiter.o usetiter.ao" -o usetiter.o usetiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ruleiter.d ruleiter.o ruleiter.ao" -o ruleiter.o ruleiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "caniter.d caniter.o caniter.ao" -o caniter.o caniter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unifilt.d unifilt.o unifilt.ao" -o unifilt.o unifilt.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "unifunct.d unifunct.o unifunct.ao" -o unifunct.o unifunct.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uarrsort.d uarrsort.o uarrsort.ao" -o uarrsort.o uarrsort.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "brkiter.d brkiter.o brkiter.ao" -o brkiter.o brkiter.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ubrk.d ubrk.o ubrk.ao" -o ubrk.o ubrk.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "brkeng.d brkeng.o brkeng.ao" -o brkeng.o brkeng.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "dictbe.d dictbe.o dictbe.ao" -o dictbe.o dictbe.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "rbbi.d rbbi.o rbbi.ao" -o rbbi.o rbbi.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "rbbidata.d rbbidata.o rbbidata.ao" -o rbbidata.o rbbidata.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "rbbinode.d rbbinode.o rbbinode.ao" -o rbbinode.o rbbinode.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "rbbirb.d rbbirb.o rbbirb.ao" -o rbbirb.o rbbirb.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "rbbiscan.d rbbiscan.o rbbiscan.ao" -o rbbiscan.o rbbiscan.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "rbbisetb.d rbbisetb.o rbbisetb.ao" -o rbbisetb.o rbbisetb.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "rbbistbl.d rbbistbl.o rbbistbl.ao" -o rbbistbl.o rbbistbl.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "rbbitblb.d rbbitblb.o rbbitblb.ao" -o rbbitblb.o rbbitblb.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "serv.d serv.o serv.ao" -o serv.o serv.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "servnotf.d servnotf.o servnotf.ao" -o servnotf.o servnotf.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "servls.d servls.o servls.ao" -o servls.o servls.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "servlk.d servlk.o servlk.ao" -o servlk.o servlk.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "servlkf.d servlkf.o servlkf.ao" -o servlkf.o servlkf.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "servrbf.d servrbf.o servrbf.ao" -o servrbf.o servrbf.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "servslkf.d servslkf.o servslkf.ao" -o servslkf.o servslkf.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uidna.d uidna.o uidna.ao" -o uidna.o uidna.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "usprep.d usprep.o usprep.ao" -o usprep.o usprep.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uts46.d uts46.o uts46.ao" -o uts46.o uts46.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "punycode.d punycode.o punycode.ao" -o punycode.o punycode.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "util.d util.o util.ao" -o util.o util.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "util_props.d util_props.o util_props.ao" -o util_props.o util_props.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "parsepos.d parsepos.o parsepos.ao" -o parsepos.o parsepos.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "locbased.d locbased.o locbased.ao" -o locbased.o locbased.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "cwchar.d cwchar.o cwchar.ao" -o cwchar.o cwchar.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "wintz.d wintz.o wintz.ao" -o wintz.o wintz.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "mutex.d mutex.o mutex.ao" -o mutex.o mutex.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "dtintrv.d dtintrv.o dtintrv.ao" -o dtintrv.o dtintrv.cpp
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ucnvsel.d ucnvsel.o ucnvsel.ao" -o ucnvsel.o ucnvsel.cpp
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "propsvec.d propsvec.o propsvec.ao" -o propsvec.o propsvec.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "ulist.d ulist.o ulist.ao" -o ulist.o ulist.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "uloc_tag.d uloc_tag.o uloc_tag.ao" -o uloc_tag.o uloc_tag.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "icudataver.d icudataver.o icudataver.ao" -o icudataver.o icudataver.c
cc -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "icuplug.d icuplug.o icuplug.ao" -o icuplug.o icuplug.c
c++ -DU_ATTRIBUTE_DEPRECATED= -DU_COMMON_IMPLEMENTATION -I. "-DDEFAULT_ICU_PLUGINS=\"/usr/local/Cellar/icu4c/51.1/lib/icu\" " -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -fno-common -c -dynamic -MMD -MT "listformatter.d listformatter.o listformatter.ao" -o listformatter.o listformatter.cpp
c++ -dynamiclib -dynamic -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -fvisibility=hidden -headerpad_max_install_names -Wl,-compatibility_version -Wl,51 -Wl,-current_version -Wl,51.1 -install_name libicuuc.51.dylib -o ../lib/libicuuc.51.1.dylib errorcode.o putil.o umath.o utypes.o uinvchar.o umutex.o ucln_cmn.o uinit.o uobject.o cmemory.o charstr.o udata.o ucmndata.o udatamem.o umapfile.o udataswp.o ucol_swp.o utrace.o uhash.o uhash_us.o uenum.o ustrenum.o uvector.o ustack.o uvectr32.o uvectr64.o ucnv.o ucnv_bld.o ucnv_cnv.o ucnv_io.o ucnv_cb.o ucnv_err.o ucnvlat1.o ucnv_u7.o ucnv_u8.o ucnv_u16.o ucnv_u32.o ucnvscsu.o ucnvbocu.o ucnv_ext.o ucnvmbcs.o ucnv2022.o ucnvhz.o ucnv_lmb.o ucnvisci.o ucnvdisp.o ucnv_set.o ucnv_ct.o uresbund.o ures_cnv.o uresdata.o resbund.o resbund_cnv.o messagepattern.o ucat.o locmap.o uloc.o locid.o locutil.o locavailable.o locdispnames.o loclikely.o locresdata.o bytestream.o stringpiece.o stringtriebuilder.o bytestriebuilder.o bytestrie.o bytestrieiterator.o ucharstrie.o ucharstriebuilder.o ucharstrieiterator.o dictionarydata.o appendable.o ustr_cnv.o unistr_cnv.o unistr.o unistr_case.o unistr_props.o utf_impl.o ustring.o ustrcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.o ustrfmt.o ustrtrns.o ustr_wcs.o utext.o unistr_case_locale.o ustrcase_locale.o unistr_titlecase_brkiter.o ustr_titlecase_brkiter.o normalizer2impl.o normalizer2.o filterednormalizer2.o normlzr.o unorm.o unormcmp.o unorm_it.o chariter.o schriter.o uchriter.o uiter.o patternprops.o uchar.o uprops.o ucase.o propname.o ubidi_props.o ubidi.o ubidiwrt.o ubidiln.o ushape.o uscript.o uscript_props.o usc_impl.o unames.o utrie.o utrie2.o utrie2_builder.o bmpset.o unisetspan.o uset_props.o uniset_props.o uniset_closure.o uset.o uniset.o usetiter.o ruleiter.o caniter.o unifilt.o unifunct.o uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o uidna.o usprep.o uts46.o punycode.o util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o mutex.o dtintrv.o ucnvsel.o propsvec.o ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o -L../lib -L../stubdata -licudata -lpthread -lm
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 9192ef3767f96b28affff3fd5c5519e9e1e63d0c
CPU: quad-core 64-bit sandybridge
OS X: 10.9-x86_64
Xcode: 5.0 => /Applications/Xcode5-DP.app/Contents/Developer
X11: N/A
==> ENV
HOMEBREW_CC: clang
LDFLAGS: -headerpad_max_install_names
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
No logs in homebrew log dir
$ ls -al ~/Library/Logs/Homebrew/icu4c/
total 0
drwxr-xr-x 2 nick staff 68 Jun 16 18:04 .
drwxr-xr-x 13 nick staff 442 Jun 16 17:57 ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment