Skip to content

Instantly share code, notes, and snippets.

@cczona
Created August 11, 2011 21:22
Show Gist options
  • Select an option

  • Save cczona/1140814 to your computer and use it in GitHub Desktop.

Select an option

Save cczona/1140814 to your computer and use it in GitHub Desktop.
brew install ruby -> "Error: Failed executing: make"
[~] brew update
From http://github.com/mxcl/homebrew
* branch master -> FETCH_HEAD
Already up-to-date.
[~] brew doctor
Your OS X is ripe for brewing.
Any troubles you may be experiencing are likely purely psychosomatic.
[~] brew install -v ruby
==> Downloading http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.bz2
/usr/bin/curl -f#LA Homebrew 0.8 (Ruby 1.8.7-174; Mac OS X 10.6.8) http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.bz2 -o /Users/cczona/Library/Caches/Homebrew/ruby-1.9.2-p290.tar.bz2
######################################################################## 100.0%
/usr/bin/tar xf /Users/cczona/Library/Caches/Homebrew/ruby-1.9.2-p290.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/ruby/1.9.2-p290 --with-readline-dir=/usr/local/Cellar/readline/6.2.1 --disable-debug --disable-dependency-tracking --enable-shared
./configure --prefix=/usr/local/Cellar/ruby/1.9.2-p290 --with-readline-dir=/usr/local/Cellar/readline/6.2.1 --disable-debug --disable-dependency-tracking --enable-shared
configure: WARNING: unrecognized options: --with-readline-dir, --disable-debug, --disable-dependency-tracking
checking build system type... i386-apple-darwin10.8.0
checking host system type... i386-apple-darwin10.8.0
checking target system type... i386-apple-darwin10.8.0
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/c++ accepts -g... yes
checking how to run the C preprocessor... /usr/bin/cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether /usr/bin/cc needs -traditional... no
checking whether the linker is GNU ld... no
checking whether /usr/bin/cc -E accepts -o... yes
checking for real target cpu... x86_64
checking for ranlib... ranlib
checking for ar... ar
checking for as... as
checking for objdump... no
checking for gobjdump... no
checking for objcopy... no
checking for gobjcopy... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... -d
use 'mkdir -p' as MKDIR_P
checking for dot... no
checking for doxygen... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for cd using phisical directory... cd -P
checking whether -Wno-unused-parameter is accepted... yes
checking whether -Wno-parentheses is accepted... yes
checking whether -Wpointer-arith is accepted... yes
checking whether -Wwrite-strings is accepted... yes
checking whether -Wno-missing-field-initializers is accepted... yes
checking whether -Wshorten-64-to-32 is accepted... yes
checking whether -Wno-long-long is accepted... yes
checking whether -Wextra is accepted... yes
checking whether -Wl,-unexported_symbol,_Init_* is accepted... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... INT
checking for prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for noreturn function attribute... __attribute__ ((noreturn)) x
checking for deprecated function attribute... __attribute__ ((deprecated)) x
checking for noinline function attribute... __attribute__ ((noinline)) x
checking for stdcall function attribute... __attribute__ ((stdcall)) x
checking for cdecl function attribute... __attribute__ ((cdecl)) x
checking for fastcall function attribute... __attribute__ ((fastcall)) x
checking for function alias... no
checking for RUBY_EXTERN... no
checking whether sys_nerr is declared... yes
checking whether Mac OS X 10.5 or later... yes
checking for broken crypt with 8bit chars... yes
checking for crypt in -lcrypt... (cached) no
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for socketpair in -lsocket... no
checking for clock_gettime in -lrt... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syscall.h usability... no
checking syscall.h presence... no
checking for syscall.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking a.out.h usability... no
checking a.out.h presence... no
checking for a.out.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking xti.h usability... no
checking xti.h presence... no
checking for xti.h... no
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for ucontext.h... (cached) no
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/sendfile.h usability... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for net/socket.h... (cached) no
checking for sys/socket.h... (cached) yes
checking size of rlim_t... 8
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_LONG
checking size of struct stat.st_blocks... SIZEOF_LONG
checking for struct stat.st_atim... no
checking for struct stat.st_atimespec... yes
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... no
checking for struct stat.st_mtimespec... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... no
checking for struct stat.st_ctimespec... yes
checking for struct stat.st_ctimensec... no
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... no
checking for uint128_t... no
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for ssize_t... yes
checking size of ssize_t... 8
checking for stack end address... no
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking return type of signal handlers... void
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for dup2... yes
checking for memmove... yes
checking for strerror... yes
checking for strchr... yes
checking for strstr... yes
checking for crypt... yes
checking for flock... yes
checking for isnan... yes
checking for finite... yes
checking for isinf... yes
checking for hypot... yes
checking for acosh... yes
checking for erf... yes
checking for tgamma... yes
checking for lgamma_r... yes
checking for cbrt... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for signbit... yes
checking for fmod... yes
checking for killpg... yes
checking for wait4... yes
checking for waitpid... yes
checking for fork... yes
checking for spawnv... no
checking for syscall... yes
checking for __syscall... no
checking for chroot... yes
checking for getcwd... yes
checking for eaccess... no
checking for truncate... yes
checking for ftruncate... yes
checking for ftello... yes
checking for chsize... no
checking for times... yes
checking for utimes... yes
checking for utimensat... no
checking for fcntl... yes
checking for lockf... yes
checking for lstat... yes
checking for truncate64... no
checking for ftruncate64... no
checking for ftello64... no
checking for fseeko... yes
checking for fseeko64... no
checking for link... yes
checking for symlink... yes
checking for readlink... yes
checking for readdir_r... yes
checking for fsync... yes
checking for fdatasync... (cached) no
checking for fchown... yes
checking for setitimer... yes
checking for setruid... yes
checking for seteuid... yes
checking for setreuid... yes
checking for setresuid... no
checking for setproctitle... no
checking for socketpair... yes
checking for setrgid... yes
checking for setegid... yes
checking for setregid... yes
checking for setresgid... no
checking for issetugid... yes
checking for pause... yes
checking for lchown... yes
checking for lchmod... yes
checking for getpgrp... yes
checking for setpgrp... yes
checking for getpgid... yes
checking for setpgid... yes
checking for initgroups... yes
checking for getgroups... yes
checking for setgroups... yes
checking for getpriority... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for sysconf... yes
checking for close... yes
checking for dlopen... yes
checking for sigprocmask... yes
checking for sigaction... yes
checking for sigsetjmp... yes
checking for _setjmp... yes
checking for _longjmp... yes
checking for setsid... yes
checking for telldir... yes
checking for seekdir... yes
checking for fchmod... yes
checking for cosh... yes
checking for sinh... yes
checking for tanh... yes
checking for log2... yes
checking for round... yes
checking for setuid... yes
checking for setgid... yes
checking for daemon... (cached) no
checking for select_large_fdset... no
checking for setenv... yes
checking for unsetenv... yes
checking for mktime... yes
checking for timegm... yes
checking for gmtime_r... yes
checking for clock_gettime... no
checking for gettimeofday... yes
checking for pread... yes
checking for sendfile... yes
checking for shutdown... yes
checking for sigaltstack... yes
checking for unsetenv returns a value... yes
checking for __builtin_setjmp... no
checking for setjmp type... _setjmp
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for external timezone... long
checking for external altzone... no
checking for timezone... yes
checking whether timezone requires zero arguments... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking whether getpgrp requires zero arguments... yes
checking whether setpgrp takes no argument... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking whether right shift preserve sign bit... yes
checking read count field in FILE structures... _r
checking read buffer ptr field in FILE structures... _p
checking size of struct stat.st_ino... SIZEOF_LONG
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking for pthread_kill in -lthr... no
checking for pthread_kill in -lpthread... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking for nanosleep... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_getattr_np... no
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_get_stackaddr_np... yes
checking for pthread_get_stacksize_np... yes
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking if fork works with pthread... yes
checking for backtrace... yes
checking whether ELF binaries are produced... no
checking whether OS depend dynamic link works... yes
checking for strip... strip
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for if make is GNU make... yes
checking for nroff... /usr/bin/nroff
.ext/include/x86_64-darwin10.8.0/ruby/config.h updated
ruby library version = 1.9.1
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-readline-dir, --disable-debug, --disable-dependency-tracking
==> make
make
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o main.o -c main.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dln.o -c dln.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyencoding.o -c dmyencoding.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o version.o -c version.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o miniprelude.o -c miniprelude.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o array.o -c array.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o bignum.o -c bignum.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o class.o -c class.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compar.o -c compar.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o complex.o -c complex.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dir.o -c dir.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dln_find.o -c dln_find.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enum.o -c enum.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enumerator.o -c enumerator.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o error.o -c error.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o eval.o -c eval.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o load.o -c load.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o proc.o -c proc.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o file.o -c file.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o gc.o -c gc.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o hash.o -c hash.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o inits.o -c inits.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o io.o -c io.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o marshal.o -c marshal.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o math.o -c math.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o node.o -c node.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o numeric.o -c numeric.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o object.o -c object.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o pack.o -c pack.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o parse.o -c parse.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o process.o -c process.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o random.o -c random.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o range.o -c range.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o rational.o -c rational.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o re.o -c re.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regcomp.o -c regcomp.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regenc.o -c regenc.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regerror.o -c regerror.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regexec.o -c regexec.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regparse.o -c regparse.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regsyntax.o -c regsyntax.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ruby.o -c ruby.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o safe.o -c safe.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o signal.o -c signal.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o sprintf.o -c sprintf.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o st.o -c st.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o strftime.o -c strftime.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o string.o -c string.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o struct.o -c struct.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o time.o -c time.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o transcode.o -c transcode.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o util.o -c util.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o variable.o -c variable.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compile.o -c compile.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o debug.o -c debug.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o iseq.o -c iseq.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm.o -c vm.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm_dump.o -c vm_dump.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o thread.o -c thread.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o cont.o -c cont.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ascii.o -c ./enc/ascii.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o us_ascii.o -c ./enc/us_ascii.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o unicode.o -c ./enc/unicode.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o utf_8.o -c ./enc/utf_8.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o newline.o -c newline.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyext.o -c dmyext.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o encoding.o -c encoding.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmydln.o -c dmydln.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyversion.o -c dmyversion.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-u,_objc_msgSend main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o dmyext.o -lpthread -ldl -lobjc -o miniruby
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc
rbconfig.rb updated
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I. ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o prelude.o -c prelude.c
encdb.h unchanged
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=5,6 -j srcs
make[1]: Nothing to be done for `srcs'.
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans
ar rcu libruby.1.9.1-static.a dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o prelude.o dmyext.o
/usr/bin/cc -dynamiclib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /usr/local/Cellar/ruby/1.9.2-p290/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o prelude.o dmyext.o -o libruby.1.9.1.dylib
transdb.h unchanged
: -w -L 'Init_*' -L '*_threadptr_*' libruby.1.9.1.dylib
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=5,6 -j enc
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=5,6 -j trans
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/encdb.o -c ./enc/encdb.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/transdb.o -c ./enc/trans/transdb.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/big5.o -c ./enc/big5.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/cp949.o -c ./enc/cp949.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/emacs_mule.o -c ./enc/emacs_mule.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/big5.o -c ./enc/trans/big5.c
compiling -test-/bug-3662
mkdir -p ../../../.ext/x86_64-darwin10.8.0/-test-/bug-3662
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/-test-/bug-3662 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o bug.o -c bug.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/euc_jp.o -c ./enc/euc_jp.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/-test-/bug-3662/bug.bundle bug.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling -test-/string
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/euc_kr.o -c ./enc/euc_kr.c
mkdir -p ../../../.ext/x86_64-darwin10.8.0/-test-/string
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o cstr.o -c cstr.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o init.o -c init.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/euc_tw.o -c ./enc/euc_tw.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o set_len.o -c set_len.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/chinese.o -c ./enc/trans/chinese.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/-test-/string/string.bundle cstr.o init.o set_len.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/gb2312.o -c ./enc/gb2312.c
compiling bigdecimal
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/gb18030.o -c ./enc/gb18030.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/gbk.o -c ./enc/gbk.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o bigdecimal.o -c bigdecimal.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji.o -c ./enc/trans/emoji.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/koi8_r.o -c ./enc/koi8_r.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/koi8_u.o -c ./enc/koi8_u.c
mkdir -p ../../.ext/common/bigdecimal
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji_iso2022_kddi.o -c ./enc/trans/emoji_iso2022_kddi.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/shift_jis.o -c ./enc/shift_jis.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/utf_16be.o -c ./enc/utf_16be.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/utf_16le.o -c ./enc/utf_16le.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/utf_32be.o -c ./enc/utf_32be.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/utf_32le.o -c ./enc/utf_32le.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/windows_1251.o -c ./enc/windows_1251.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/encdb.bundle enc/encdb.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/big5.bundle enc/big5.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/cp949.bundle enc/cp949.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/emacs_mule.bundle enc/emacs_mule.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/euc_jp.bundle enc/euc_jp.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/euc_kr.bundle enc/euc_kr.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/euc_tw.bundle enc/euc_tw.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji_sjis_docomo.o -c ./enc/trans/emoji_sjis_docomo.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/gb2312.bundle enc/gb2312.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/gb18030.bundle enc/gb18030.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/gbk.bundle enc/gbk.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_1.bundle enc/iso_8859_1.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_2.bundle enc/iso_8859_2.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_3.bundle enc/iso_8859_3.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji_sjis_kddi.o -c ./enc/trans/emoji_sjis_kddi.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_4.bundle enc/iso_8859_4.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_5.bundle enc/iso_8859_5.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_6.bundle enc/iso_8859_6.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_7.bundle enc/iso_8859_7.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_8.bundle enc/iso_8859_8.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_9.bundle enc/iso_8859_9.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_10.bundle enc/iso_8859_10.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_11.bundle enc/iso_8859_11.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/bigdecimal.bundle bigdecimal.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_13.bundle enc/iso_8859_13.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling continuation
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_14.bundle enc/iso_8859_14.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o continuation.o -c continuation.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_15.bundle enc/iso_8859_15.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/continuation.bundle continuation.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling coverage
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_16.bundle enc/iso_8859_16.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/coverage -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o coverage.o -c coverage.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/koi8_r.bundle enc/koi8_r.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji_sjis_softbank.o -c ./enc/trans/emoji_sjis_softbank.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/koi8_u.bundle enc/koi8_u.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/coverage.bundle coverage.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling curses
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/shift_jis.bundle enc/shift_jis.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/utf_16be.bundle enc/utf_16be.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/utf_16le.bundle enc/utf_16le.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/utf_32be.bundle enc/utf_32be.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/escape.o -c ./enc/trans/escape.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/utf_32le.bundle enc/utf_32le.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/windows_1251.bundle enc/windows_1251.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/gbk.o -c ./enc/trans/gbk.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/japanese.o -c ./enc/trans/japanese.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/korean.o -c ./enc/trans/korean.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/transdb.bundle enc/trans/transdb.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/big5.bundle enc/trans/big5.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/chinese.bundle enc/trans/chinese.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji.bundle enc/trans/emoji.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji_iso2022_kddi.bundle enc/trans/emoji_iso2022_kddi.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji_sjis_docomo.bundle enc/trans/emoji_sjis_docomo.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji_sjis_kddi.bundle enc/trans/emoji_sjis_kddi.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji_sjis_softbank.bundle enc/trans/emoji_sjis_softbank.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/escape.bundle enc/trans/escape.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/gb18030.bundle enc/trans/gb18030.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/gbk.bundle enc/trans/gbk.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/iso2022.bundle enc/trans/iso2022.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/japanese.bundle enc/trans/japanese.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/japanese_euc.bundle enc/trans/japanese_euc.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/japanese_sjis.bundle enc/trans/japanese_sjis.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/single_byte.bundle enc/trans/single_byte.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/utf8_mac.bundle enc/trans/utf8_mac.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/utf_16_32.bundle enc/trans/utf_16_32.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/korean.bundle enc/trans/korean.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=5,6 -j encs
mkdir -p .ext/x86_64-darwin10.8.0/enc .ext/x86_64-darwin10.8.0/enc/trans enc enc/trans
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o curses.o -c curses.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/curses.bundle curses.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lncurses -ltermcap -lpthread -ldl -lobjc
compiling dbm
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o dbm.o -c dbm.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/dbm.bundle dbm.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling digest
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o digest.o -c digest.c
mkdir -p ../../.ext/include/ruby
mkdir -p ../../.ext/common/digest
cp ../.././ext/digest/lib/digest/hmac.rb ../../.ext/common/digest
cp ../.././ext/digest/lib/digest.rb ../../.ext/common
cp ../.././ext/digest/digest.h ../../.ext/include/ruby
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/digest.bundle digest.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling digest/bubblebabble
mkdir -p ../../../.ext/x86_64-darwin10.8.0/digest
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/bubblebabble -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o bubblebabble.o -c bubblebabble.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/bubblebabble.bundle bubblebabble.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling digest/md5
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o md5init.o -c md5init.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o md5ossl.o -c md5ossl.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/md5.bundle md5init.o md5ossl.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lcrypto -lpthread -ldl -lobjc
compiling digest/rmd160
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o rmd160init.o -c rmd160init.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o rmd160ossl.o -c rmd160ossl.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/rmd160.bundle rmd160init.o rmd160ossl.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lcrypto -lpthread -ldl -lobjc
compiling digest/sha1
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sha1init.o -c sha1init.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sha1ossl.o -c sha1ossl.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/sha1.bundle sha1init.o sha1ossl.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lcrypto -lpthread -ldl -lobjc
compiling digest/sha2
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sha2init.o -c sha2init.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sha2ossl.o -c sha2ossl.c
cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/sha2.bundle sha2init.o sha2ossl.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lcrypto -lpthread -ldl -lobjc
compiling dl
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -o cfunc.o -c cfunc.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -o cptr.o -c cptr.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -o dl.o -c dl.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -o handle.o -c handle.c
mkdir -p ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/callback.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/cparser.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/func.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/pack.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/stack.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/value.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl.rb ../../.ext/common
cp ../.././ext/dl/dl.h ../../.ext/include/ruby
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/dl.bundle cfunc.o cptr.o dl.o handle.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -ldl -lpthread -ldl -lobjc
compiling dl/callback
mkdir -p ../../../.ext/x86_64-darwin10.8.0/dl
generating callback.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback.o -c callback.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-0.o -c callback-0.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-1.o -c callback-1.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-2.o -c callback-2.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-3.o -c callback-3.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-4.o -c callback-4.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-5.o -c callback-5.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-6.o -c callback-6.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-7.o -c callback-7.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-8.o -c callback-8.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/dl/callback.bundle callback.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling dl/win32
compiling etc
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o etc.o -c etc.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/etc.bundle etc.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling fcntl
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o fcntl.o -c fcntl.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/fcntl.bundle fcntl.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling fiber
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o fiber.o -c fiber.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/fiber.bundle fiber.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling fiddle
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o closure.o -c closure.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o conversions.o -c conversions.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o fiddle.o -c fiddle.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o function.o -c function.c
mkdir -p ../../.ext/common/fiddle
cp ../.././ext/fiddle/lib/fiddle/closure.rb ../../.ext/common/fiddle
cp ../.././ext/fiddle/lib/fiddle/function.rb ../../.ext/common/fiddle
cp ../.././ext/fiddle/lib/fiddle.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/fiddle.bundle closure.o conversions.o fiddle.o function.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lffi -lpthread -ldl -lobjc
compiling gdbm
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/gdbm -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o gdbm.o -c gdbm.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/gdbm.bundle gdbm.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lgdbm -lpthread -ldl -lobjc
compiling iconv
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/iconv -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o iconv.o -c iconv.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/iconv.bundle iconv.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -liconv -lpthread -ldl -lobjc
compiling io/nonblock
mkdir -p ../../../.ext/x86_64-darwin10.8.0/io
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/io/nonblock -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o nonblock.o -c nonblock.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/io/nonblock.bundle nonblock.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling io/wait
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o wait.o -c wait.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/io/wait.bundle wait.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling json
mkdir -p ../../.ext/common/json/add
mkdir -p ../../.ext/common/json
cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add
cp ../.././ext/json/lib/json/add/rails.rb ../../.ext/common/json/add
cp ../.././ext/json/lib/json/editor.rb ../../.ext/common/json
cp ../.././ext/json/lib/json/common.rb ../../.ext/common/json
cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json
cp ../.././ext/json/lib/json/ext.rb ../../.ext/common/json
cp ../.././ext/json/lib/json.rb ../../.ext/common
compiling json/generator
mkdir -p ../../../.ext/x86_64-darwin10.8.0/json/ext
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/json/generator -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o generator.o -c generator.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/json/ext/generator.bundle generator.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling json/parser
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/json/parser -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o parser.o -c parser.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/json/ext/parser.bundle parser.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling mathn/complex
mkdir -p ../../../.ext/x86_64-darwin10.8.0/mathn
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o complex.o -c complex.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/mathn/complex.bundle complex.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling mathn/rational
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o rational.o -c rational.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/mathn/rational.bundle rational.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling nkf
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o nkf.o -c nkf.c
cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/nkf.bundle nkf.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling objspace
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/objspace -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o objspace.o -c objspace.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/objspace.bundle objspace.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling openssl
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o openssl_missing.o -c openssl_missing.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl.o -c ossl.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_asn1.o -c ossl_asn1.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_bio.o -c ossl_bio.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_bn.o -c ossl_bn.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_cipher.o -c ossl_cipher.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_config.o -c ossl_config.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_digest.o -c ossl_digest.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_engine.o -c ossl_engine.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_hmac.o -c ossl_hmac.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_ns_spki.o -c ossl_ns_spki.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_ocsp.o -c ossl_ocsp.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkcs12.o -c ossl_pkcs12.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkcs5.o -c ossl_pkcs5.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkcs7.o -c ossl_pkcs7.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey.o -c ossl_pkey.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey_dh.o -c ossl_pkey_dh.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey_ec.o -c ossl_pkey_ec.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_rand.o -c ossl_rand.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_ssl.o -c ossl_ssl.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_ssl_session.o -c ossl_ssl_session.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509.o -c ossl_x509.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509attr.o -c ossl_x509attr.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509cert.o -c ossl_x509cert.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509crl.o -c ossl_x509crl.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509ext.o -c ossl_x509ext.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509name.o -c ossl_x509name.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509req.o -c ossl_x509req.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509revoked.o -c ossl_x509revoked.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509store.o -c ossl_x509store.c
mkdir -p ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/ssl-internal.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/x509-internal.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/openssl.bundle openssl_missing.o ossl.o ossl_asn1.o ossl_bio.o ossl_bn.o ossl_cipher.o ossl_config.o ossl_digest.o ossl_engine.o ossl_hmac.o ossl_ns_spki.o ossl_ocsp.o ossl_pkcs12.o ossl_pkcs5.o ossl_pkcs7.o ossl_pkey.o ossl_pkey_dh.o ossl_pkey_dsa.o ossl_pkey_ec.o ossl_pkey_rsa.o ossl_rand.o ossl_ssl.o ossl_ssl_session.o ossl_x509.o ossl_x509attr.o ossl_x509cert.o ossl_x509crl.o ossl_x509ext.o ossl_x509name.o ossl_x509req.o ossl_x509revoked.o ossl_x509store.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lssl -lcrypto -lpthread -ldl -lobjc
compiling psych
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o emitter.o -c emitter.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o parser.o -c parser.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o psych.o -c psych.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o to_ruby.o -c to_ruby.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o yaml_tree.o -c yaml_tree.c
mkdir -p ../../.ext/common/psych
mkdir -p ../../.ext/common/psych/json
mkdir -p ../../.ext/common/psych/nodes
mkdir -p ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/coder.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/core_ext.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/deprecated.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/handler.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/nodes.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/omap.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/parser.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/scalar_scanner.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/set.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/tree_builder.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/visitors.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/json/tree_builder.rb ../../.ext/common/psych/json
cp ../.././ext/psych/lib/psych/nodes/alias.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/document.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/mapping.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/scalar.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/node.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/sequence.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/stream.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/visitors/emitter.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/visitors/json_tree.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/visitors/to_ruby.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/visitors/visitor.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/visitors/yaml_tree.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/psych.bundle emitter.o parser.o psych.o to_ruby.o yaml_tree.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lyaml -lpthread -ldl -lobjc
compiling pty
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/pty -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o pty.o -c pty.c
cp ../.././ext/pty/lib/expect.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/pty.bundle pty.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lutil -lpthread -ldl -lobjc
compiling racc/cparse
mkdir -p ../../../.ext/x86_64-darwin10.8.0/racc
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o cparse.o -c cparse.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/racc/cparse.bundle cparse.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling readline
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o readline.o -c readline.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/readline.bundle readline.o -L. -L../.. -L/usr/local/Cellar/readline/6.2.1/lib -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lreadline -lncurses -lpthread -ldl -lobjc
compiling ripper
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ripper.o -c ripper.c
mkdir -p ../../.ext/common/ripper
cp ../.././ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper
cp ../.././ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper
cp ../.././ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper
cp ../.././ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper
../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/x86_64-darwin10.8.0' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c
cp ../.././ext/ripper/lib/ripper.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/ripper.bundle ripper.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling sdbm
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o _sdbm.o -c _sdbm.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o init.o -c init.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/sdbm.bundle _sdbm.o init.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling socket
generating constant definitions
generating constant definitions
cp ../.././ext/socket/lib/socket.rb ../../.ext/common
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o init.o -c init.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o constants.o -c constants.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o basicsocket.o -c basicsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o socket.o -c socket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ipsocket.o -c ipsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o tcpsocket.o -c tcpsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o tcpserver.o -c tcpserver.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sockssocket.o -c sockssocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o udpsocket.o -c udpsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o unixsocket.o -c unixsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o unixserver.o -c unixserver.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o option.o -c option.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ancdata.o -c ancdata.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o raddrinfo.o -c raddrinfo.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/socket.bundle init.o constants.o basicsocket.o socket.o ipsocket.o tcpsocket.o tcpserver.o sockssocket.o udpsocket.o unixsocket.o unixserver.o option.o ancdata.o raddrinfo.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling stringio
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o stringio.o -c stringio.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/stringio.bundle stringio.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling strscan
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/strscan -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o strscan.o -c strscan.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/strscan.bundle strscan.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling syck
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o bytecode.o -c bytecode.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o emitter.o -c emitter.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o gram.o -c gram.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o handler.o -c handler.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o implicit.o -c implicit.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o node.o -c node.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o rubyext.o -c rubyext.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o syck.o -c syck.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o token.o -c token.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o yaml2byte.o -c yaml2byte.c
mkdir -p ../../.ext/common/syck
mkdir -p ../../.ext/common/yaml
cp ../.././ext/syck/lib/syck/baseemitter.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/basenode.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/constants.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/encoding.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/error.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/loader.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/rubytypes.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/stream.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/stringio.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/syck.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/tag.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/types.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/yamlnode.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck.rb ../../.ext/common
cp ../.././ext/syck/lib/syck/ypath.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/yaml/syck.rb ../../.ext/common/yaml
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/syck.bundle bytecode.o emitter.o gram.o handler.o implicit.o node.o rubyext.o syck.o token.o yaml2byte.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling syslog
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o syslog.o -c syslog.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/syslog.bundle syslog.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling tk
check functions.........
check struct members..
check libraries....
Use ActiveTcl libraries (if available).
Search tclConfig.sh and tkConfig.sh................................................................
Valid [tclConfig.sh, tkConfig.sh] are found in [["/Library/Frameworks/Tcl.framework", "/Library/Frameworks/Tk.framework"], ["/Library/Frameworks/Tcl.framework/Versions/Current", "/Library/Frameworks/Tk.framework/Versions/Current"], ["/Library/Frameworks/Tcl.framework/Versions/8.5", "/Library/Frameworks/Tk.framework/Versions/8.5"], ["/Library/Frameworks/Tcl.framework/Versions/8.4", "/Library/Frameworks/Tk.framework/Versions/8.4"], ["/usr/lib", "/usr/lib"], ["/System/Library/Frameworks/Tcl.framework", "/System/Library/Frameworks/Tk.framework"], ["/System/Library/Frameworks/Tcl.framework/Versions/Current", "/System/Library/Frameworks/Tk.framework/Versions/Current"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.5", "/System/Library/Frameworks/Tk.framework/Versions/8.5"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.4", "/System/Library/Frameworks/Tk.framework/Versions/8.4"]]
Use [tclConfig.sh, tkConfig.sh] == ["/Library/Frameworks/Tcl.framework/tclConfig.sh", "/Library/Frameworks/Tk.framework/tkConfig.sh"]
Use MacOS X Frameworks.
Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/tk -I/Library/Frameworks/Tcl.framework/Versions/8.4/Headers -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o stubs.o -c stubs.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/tk -I/Library/Frameworks/Tcl.framework/Versions/8.4/Headers -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o tcltklib.o -c tcltklib.c
mkdir -p ../../.ext/common/tk
mkdir -p ../../.ext/common/tkextlib/blt
mkdir -p ../../.ext/common/tkextlib/blt/tile
mkdir -p ../../.ext/common/tkextlib/bwidget
mkdir -p ../../.ext/common/tkextlib/ICONS
mkdir -p ../../.ext/common/tkextlib/itcl
mkdir -p ../../.ext/common/tkextlib/itk
mkdir -p ../../.ext/common/tkextlib/iwidgets
mkdir -p ../../.ext/common/tkextlib/tcllib
mkdir -p ../../.ext/common/tkextlib/tclx
mkdir -p ../../.ext/common/tkextlib/tile
mkdir -p ../../.ext/common/tkextlib/tkDND
mkdir -p ../../.ext/common/tkextlib/tkHTML
mkdir -p ../../.ext/common/tkextlib/tkimg
mkdir -p ../../.ext/common/tkextlib/tktable
mkdir -p ../../.ext/common/tkextlib/tktrans
mkdir -p ../../.ext/common/tkextlib/treectrl
mkdir -p ../../.ext/common/tkextlib/trofs
mkdir -p ../../.ext/common/tkextlib/vu
mkdir -p ../../.ext/common/tkextlib/winico
cp ../.././ext/tk/lib/multi-tk.rb ../../.ext/common
cp ../.././ext/tk/lib/remote-tk.rb ../../.ext/common
cp ../.././ext/tk/lib/tcltk.rb ../../.ext/common
cp ../.././ext/tk/lib/tk.rb ../../.ext/common
cp ../.././ext/tk/lib/tkafter.rb ../../.ext/common
In file included from tcltklib.c:60:
/usr/include/tk.h:23:3: error: #error Tk 8.5 must be compiled with tcl.h from Tcl 8.5
In file included from stubs.c:16:
/usr/include/tk.h:23:3: error: #error Tk 8.5 must be compiled with tcl.h from Tcl 8.5
cp ../.././ext/tk/lib/tkbgerror.rb ../../.ext/common
cp ../.././ext/tk/lib/tkcanvas.rb ../../.ext/common
cp ../.././ext/tk/lib/tkclass.rb ../../.ext/common
cp ../.././ext/tk/lib/tkconsole.rb ../../.ext/common
cp ../.././ext/tk/lib/tkdialog.rb ../../.ext/common
cp ../.././ext/tk/lib/tkentry.rb ../../.ext/common
make[1]: *** [stubs.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [tcltklib.o] Error 1
make: *** [mkmain.sh] Error 1
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/ruby.rb#L66
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: 573ef64d12e1dd5f158e1d553d4a55e854f25612
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit nehalem
OS X: 10.6.8
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 3.2.6
GCC-4.0: build 5494
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/bin/gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4 -w -pipe
CPPFLAGS: -I/usr/local/Cellar/readline/6.2.1/include
LDFLAGS: -L/usr/local/Cellar/readline/6.2.1/lib
MAKEFLAGS: -j4
PKG_CONFIG_PATH: /usr/local/Cellar/readline/6.2.1/lib/pkgconfig
Error: Failed executing: make
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/#issue/148
https://github.com/mxcl/homebrew/issues/#issue/869
https://github.com/mxcl/homebrew/issues/#issue/4398
https://github.com/mxcl/homebrew/issues/#issue/4716
https://github.com/mxcl/homebrew/issues/#issue/5311
https://github.com/mxcl/homebrew/issues/#issue/5736
https://github.com/mxcl/homebrew/issues/#issue/6123
https://github.com/mxcl/homebrew/issues/#issue/6522
https://github.com/mxcl/homebrew/issues/#issue/6951
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
[~] brew doctor
Your OS X is ripe for brewing.
Any troubles you may be experiencing are likely purely psychosomatic.
[~] brew missing
[~] brew update
From http://github.com/mxcl/homebrew
* branch master -> FETCH_HEAD
Already up-to-date.
[~] cd /usr/local/
[/usr/local] git status
# On branch master
nothing to commit (working directory clean)
[/usr/local] git reset --hard FETCH_HEAD
HEAD is now at 573ef64 qd 2.3.11
[/usr/local] brew install ruby
==> Downloading http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.bz2
File already downloaded in /Users/cczona/Library/Caches/Homebrew
==> ./configure --prefix=/usr/local/Cellar/ruby/1.9.2-p290 --with-readline-dir=/usr/local/Cellar/readline/6.2.1 --disable-debug --enable-shared
==> make
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o main.o -c main.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dln.o -c dln.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyencoding.o -c dmyencoding.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o version.o -c version.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o miniprelude.o -c miniprelude.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o array.o -c array.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o bignum.o -c bignum.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o class.o -c class.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compar.o -c compar.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o complex.o -c complex.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dir.o -c dir.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dln_find.o -c dln_find.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enum.o -c enum.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enumerator.o -c enumerator.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o error.o -c error.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o eval.o -c eval.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o load.o -c load.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o proc.o -c proc.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o file.o -c file.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o gc.o -c gc.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o hash.o -c hash.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o inits.o -c inits.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o io.o -c io.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o marshal.o -c marshal.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o math.o -c math.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o node.o -c node.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o numeric.o -c numeric.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o object.o -c object.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o pack.o -c pack.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o parse.o -c parse.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o process.o -c process.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o random.o -c random.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o range.o -c range.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o rational.o -c rational.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o re.o -c re.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regcomp.o -c regcomp.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regenc.o -c regenc.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regerror.o -c regerror.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regexec.o -c regexec.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regparse.o -c regparse.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regsyntax.o -c regsyntax.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ruby.o -c ruby.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o safe.o -c safe.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o signal.o -c signal.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o sprintf.o -c sprintf.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o st.o -c st.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o strftime.o -c strftime.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o string.o -c string.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o struct.o -c struct.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o time.o -c time.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o transcode.o -c transcode.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o util.o -c util.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o variable.o -c variable.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compile.o -c compile.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o debug.o -c debug.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o iseq.o -c iseq.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm.o -c vm.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm_dump.o -c vm_dump.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o thread.o -c thread.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o cont.o -c cont.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ascii.o -c ./enc/ascii.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o us_ascii.o -c ./enc/us_ascii.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o unicode.o -c ./enc/unicode.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o utf_8.o -c ./enc/utf_8.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o newline.o -c newline.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyext.o -c dmyext.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o encoding.o -c encoding.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmydln.o -c dmydln.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyversion.o -c dmyversion.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-u,_objc_msgSend main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o dmyext.o -lpthread -ldl -lobjc -o miniruby
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc
rbconfig.rb updated
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I. ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c
/usr/bin/cc -O3 -march=core2 -msse4 -w -pipe -fno-common -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -DRUBY_EXPORT -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o prelude.o -c prelude.c
ar rcu libruby.1.9.1-static.a dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o prelude.o dmyext.o
encdb.h unchanged
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=7,8 -j srcs
make[1]: Nothing to be done for `srcs'.
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans
/usr/bin/cc -dynamiclib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /usr/local/Cellar/ruby/1.9.2-p290/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o prelude.o dmyext.o -o libruby.1.9.1.dylib
: -w -L 'Init_*' -L '*_threadptr_*' libruby.1.9.1.dylib
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=7,8 -j enc
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/encdb.o -c ./enc/encdb.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/big5.o -c ./enc/big5.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/cp949.o -c ./enc/cp949.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/emacs_mule.o -c ./enc/emacs_mule.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/euc_jp.o -c ./enc/euc_jp.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/euc_kr.o -c ./enc/euc_kr.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/euc_tw.o -c ./enc/euc_tw.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/gb2312.o -c ./enc/gb2312.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/gb18030.o -c ./enc/gb18030.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/gbk.o -c ./enc/gbk.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c
transdb.h unchanged
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=7,8 -j trans
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/transdb.o -c ./enc/trans/transdb.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/big5.o -c ./enc/trans/big5.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/chinese.o -c ./enc/trans/chinese.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c
compiling -test-/bug-3662
mkdir -p ../../../.ext/x86_64-darwin10.8.0/-test-/bug-3662
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/-test-/bug-3662 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o bug.o -c bug.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/-test-/bug-3662/bug.bundle bug.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c
compiling -test-/string
mkdir -p ../../../.ext/x86_64-darwin10.8.0/-test-/string
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o cstr.o -c cstr.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o init.o -c init.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o set_len.o -c set_len.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/koi8_r.o -c ./enc/koi8_r.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/koi8_u.o -c ./enc/koi8_u.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/-test-/string/string.bundle cstr.o init.o set_len.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling bigdecimal
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/shift_jis.o -c ./enc/shift_jis.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/utf_16be.o -c ./enc/utf_16be.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/utf_16le.o -c ./enc/utf_16le.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/utf_32be.o -c ./enc/utf_32be.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/utf_32le.o -c ./enc/utf_32le.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/windows_1251.o -c ./enc/windows_1251.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji.o -c ./enc/trans/emoji.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/encdb.bundle enc/encdb.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/big5.bundle enc/big5.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/cp949.bundle enc/cp949.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/emacs_mule.bundle enc/emacs_mule.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o bigdecimal.o -c bigdecimal.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/euc_jp.bundle enc/euc_jp.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/euc_kr.bundle enc/euc_kr.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/euc_tw.bundle enc/euc_tw.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji_iso2022_kddi.o -c ./enc/trans/emoji_iso2022_kddi.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/gb2312.bundle enc/gb2312.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/gb18030.bundle enc/gb18030.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/gbk.bundle enc/gbk.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_1.bundle enc/iso_8859_1.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_2.bundle enc/iso_8859_2.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_3.bundle enc/iso_8859_3.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_4.bundle enc/iso_8859_4.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_5.bundle enc/iso_8859_5.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_6.bundle enc/iso_8859_6.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_7.bundle enc/iso_8859_7.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_8.bundle enc/iso_8859_8.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_9.bundle enc/iso_8859_9.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_10.bundle enc/iso_8859_10.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_11.bundle enc/iso_8859_11.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_13.bundle enc/iso_8859_13.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_14.bundle enc/iso_8859_14.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_15.bundle enc/iso_8859_15.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/iso_8859_16.bundle enc/iso_8859_16.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/koi8_r.bundle enc/koi8_r.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/koi8_u.bundle enc/koi8_u.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/shift_jis.bundle enc/shift_jis.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
mkdir -p ../../.ext/common/bigdecimal
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji_sjis_docomo.o -c ./enc/trans/emoji_sjis_docomo.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/utf_16be.bundle enc/utf_16be.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/utf_16le.bundle enc/utf_16le.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/utf_32be.bundle enc/utf_32be.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/utf_32le.bundle enc/utf_32le.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/windows_1251.bundle enc/windows_1251.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji_sjis_kddi.o -c ./enc/trans/emoji_sjis_kddi.c
cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/emoji_sjis_softbank.o -c ./enc/trans/emoji_sjis_softbank.c
cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/escape.o -c ./enc/trans/escape.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c
cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/bigdecimal.bundle bigdecimal.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling continuation
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o continuation.o -c continuation.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/gbk.o -c ./enc/trans/gbk.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/continuation.bundle continuation.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling coverage
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/coverage -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o coverage.o -c coverage.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/coverage.bundle coverage.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling curses
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/japanese.o -c ./enc/trans/japanese.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/korean.o -c ./enc/trans/korean.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c
/usr/bin/cc -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/transdb.bundle enc/trans/transdb.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/big5.bundle enc/trans/big5.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/chinese.bundle enc/trans/chinese.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji.bundle enc/trans/emoji.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji_iso2022_kddi.bundle enc/trans/emoji_iso2022_kddi.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji_sjis_docomo.bundle enc/trans/emoji_sjis_docomo.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji_sjis_kddi.bundle enc/trans/emoji_sjis_kddi.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/emoji_sjis_softbank.bundle enc/trans/emoji_sjis_softbank.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/escape.bundle enc/trans/escape.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/gbk.bundle enc/trans/gbk.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/gb18030.bundle enc/trans/gb18030.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/iso2022.bundle enc/trans/iso2022.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/japanese.bundle enc/trans/japanese.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/japanese_euc.bundle enc/trans/japanese_euc.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/japanese_sjis.bundle enc/trans/japanese_sjis.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/utf8_mac.bundle enc/trans/utf8_mac.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/single_byte.bundle enc/trans/single_byte.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/utf_16_32.bundle enc/trans/utf_16_32.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
/usr/bin/cc -dynamic -bundle -o .ext/x86_64-darwin10.8.0/enc/trans/korean.bundle enc/trans/korean.o -L. -L. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=7,8 -j encs
mkdir -p .ext/x86_64-darwin10.8.0/enc .ext/x86_64-darwin10.8.0/enc/trans enc enc/trans
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o curses.o -c curses.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/curses.bundle curses.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lncurses -ltermcap -lpthread -ldl -lobjc
compiling dbm
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o dbm.o -c dbm.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/dbm.bundle dbm.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling digest
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o digest.o -c digest.c
mkdir -p ../../.ext/include/ruby
mkdir -p ../../.ext/common/digest
cp ../.././ext/digest/lib/digest/hmac.rb ../../.ext/common/digest
cp ../.././ext/digest/lib/digest.rb ../../.ext/common
cp ../.././ext/digest/digest.h ../../.ext/include/ruby
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/digest.bundle digest.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling digest/bubblebabble
mkdir -p ../../../.ext/x86_64-darwin10.8.0/digest
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/bubblebabble -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o bubblebabble.o -c bubblebabble.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/bubblebabble.bundle bubblebabble.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling digest/md5
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o md5init.o -c md5init.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o md5ossl.o -c md5ossl.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/md5.bundle md5init.o md5ossl.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lcrypto -lpthread -ldl -lobjc
compiling digest/rmd160
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o rmd160init.o -c rmd160init.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o rmd160ossl.o -c rmd160ossl.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/rmd160.bundle rmd160init.o rmd160ossl.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lcrypto -lpthread -ldl -lobjc
compiling digest/sha1
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sha1init.o -c sha1init.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sha1ossl.o -c sha1ossl.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/sha1.bundle sha1init.o sha1ossl.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lcrypto -lpthread -ldl -lobjc
compiling digest/sha2
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sha2init.o -c sha2init.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sha2ossl.o -c sha2ossl.c
cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/digest/sha2.bundle sha2init.o sha2ossl.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lcrypto -lpthread -ldl -lobjc
compiling dl
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -o cfunc.o -c cfunc.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -o cptr.o -c cptr.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -o dl.o -c dl.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -o handle.o -c handle.c
mkdir -p ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/callback.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/cparser.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/func.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/pack.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/stack.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl/value.rb ../../.ext/common/dl
cp ../.././ext/dl/lib/dl.rb ../../.ext/common
cp ../.././ext/dl/dl.h ../../.ext/include/ruby
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/dl.bundle cfunc.o cptr.o dl.o handle.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -ldl -lpthread -ldl -lobjc
compiling dl/callback
mkdir -p ../../../.ext/x86_64-darwin10.8.0/dl
generating callback.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback.o -c callback.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-0.o -c callback-0.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-1.o -c callback-1.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-2.o -c callback-2.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-3.o -c callback-3.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-4.o -c callback-4.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-5.o -c callback-5.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-6.o -c callback-6.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-7.o -c callback-7.c
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o callback-8.o -c callback-8.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/dl/callback.bundle callback.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling dl/win32
compiling etc
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o etc.o -c etc.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/etc.bundle etc.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling fcntl
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o fcntl.o -c fcntl.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/fcntl.bundle fcntl.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling fiber
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o fiber.o -c fiber.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/fiber.bundle fiber.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling fiddle
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o closure.o -c closure.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o conversions.o -c conversions.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o fiddle.o -c fiddle.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o function.o -c function.c
mkdir -p ../../.ext/common/fiddle
cp ../.././ext/fiddle/lib/fiddle/closure.rb ../../.ext/common/fiddle
cp ../.././ext/fiddle/lib/fiddle/function.rb ../../.ext/common/fiddle
cp ../.././ext/fiddle/lib/fiddle.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/fiddle.bundle closure.o conversions.o fiddle.o function.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lffi -lpthread -ldl -lobjc
compiling gdbm
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/gdbm -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o gdbm.o -c gdbm.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/gdbm.bundle gdbm.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lgdbm -lpthread -ldl -lobjc
compiling iconv
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/iconv -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o iconv.o -c iconv.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/iconv.bundle iconv.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -liconv -lpthread -ldl -lobjc
compiling io/nonblock
mkdir -p ../../../.ext/x86_64-darwin10.8.0/io
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/io/nonblock -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o nonblock.o -c nonblock.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/io/nonblock.bundle nonblock.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling io/wait
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o wait.o -c wait.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/io/wait.bundle wait.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling json
mkdir -p ../../.ext/common/json/add
mkdir -p ../../.ext/common/json
cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add
cp ../.././ext/json/lib/json/add/rails.rb ../../.ext/common/json/add
cp ../.././ext/json/lib/json/common.rb ../../.ext/common/json
cp ../.././ext/json/lib/json/editor.rb ../../.ext/common/json
cp ../.././ext/json/lib/json/ext.rb ../../.ext/common/json
cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json
cp ../.././ext/json/lib/json.rb ../../.ext/common
compiling json/generator
mkdir -p ../../../.ext/x86_64-darwin10.8.0/json/ext
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/json/generator -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o generator.o -c generator.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/json/ext/generator.bundle generator.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling json/parser
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/json/parser -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o parser.o -c parser.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/json/ext/parser.bundle parser.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling mathn/complex
mkdir -p ../../../.ext/x86_64-darwin10.8.0/mathn
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o complex.o -c complex.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/mathn/complex.bundle complex.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling mathn/rational
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o rational.o -c rational.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/mathn/rational.bundle rational.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling nkf
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o nkf.o -c nkf.c
cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/nkf.bundle nkf.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling objspace
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/objspace -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o objspace.o -c objspace.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/objspace.bundle objspace.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling openssl
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o openssl_missing.o -c openssl_missing.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl.o -c ossl.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_asn1.o -c ossl_asn1.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_bio.o -c ossl_bio.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_bn.o -c ossl_bn.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_cipher.o -c ossl_cipher.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_config.o -c ossl_config.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_digest.o -c ossl_digest.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_engine.o -c ossl_engine.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_hmac.o -c ossl_hmac.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_ns_spki.o -c ossl_ns_spki.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_ocsp.o -c ossl_ocsp.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkcs12.o -c ossl_pkcs12.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkcs5.o -c ossl_pkcs5.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkcs7.o -c ossl_pkcs7.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey.o -c ossl_pkey.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey_dh.o -c ossl_pkey_dh.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey_ec.o -c ossl_pkey_ec.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_rand.o -c ossl_rand.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_ssl.o -c ossl_ssl.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_ssl_session.o -c ossl_ssl_session.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509.o -c ossl_x509.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509attr.o -c ossl_x509attr.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509cert.o -c ossl_x509cert.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509crl.o -c ossl_x509crl.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509ext.o -c ossl_x509ext.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509name.o -c ossl_x509name.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509req.o -c ossl_x509req.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509revoked.o -c ossl_x509revoked.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ossl_x509store.o -c ossl_x509store.c
mkdir -p ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/ssl-internal.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/x509-internal.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl
cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/openssl.bundle openssl_missing.o ossl.o ossl_asn1.o ossl_bio.o ossl_bn.o ossl_cipher.o ossl_config.o ossl_digest.o ossl_engine.o ossl_hmac.o ossl_ns_spki.o ossl_ocsp.o ossl_pkcs12.o ossl_pkcs5.o ossl_pkcs7.o ossl_pkey.o ossl_pkey_dh.o ossl_pkey_dsa.o ossl_pkey_ec.o ossl_pkey_rsa.o ossl_rand.o ossl_ssl.o ossl_ssl_session.o ossl_x509.o ossl_x509attr.o ossl_x509cert.o ossl_x509crl.o ossl_x509ext.o ossl_x509name.o ossl_x509req.o ossl_x509revoked.o ossl_x509store.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lssl -lcrypto -lpthread -ldl -lobjc
compiling psych
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o emitter.o -c emitter.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o parser.o -c parser.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o psych.o -c psych.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o to_ruby.o -c to_ruby.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o yaml_tree.o -c yaml_tree.c
mkdir -p ../../.ext/common/psych
mkdir -p ../../.ext/common/psych/json
mkdir -p ../../.ext/common/psych/nodes
mkdir -p ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/coder.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/core_ext.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/deprecated.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/handler.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/nodes.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/omap.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/parser.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/scalar_scanner.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/set.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/visitors.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/tree_builder.rb ../../.ext/common/psych
cp ../.././ext/psych/lib/psych/json/tree_builder.rb ../../.ext/common/psych/json
cp ../.././ext/psych/lib/psych/nodes/alias.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/document.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/mapping.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/node.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/scalar.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/sequence.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/nodes/stream.rb ../../.ext/common/psych/nodes
cp ../.././ext/psych/lib/psych/visitors/emitter.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/visitors/json_tree.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/visitors/to_ruby.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/visitors/visitor.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych/visitors/yaml_tree.rb ../../.ext/common/psych/visitors
cp ../.././ext/psych/lib/psych.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/psych.bundle emitter.o parser.o psych.o to_ruby.o yaml_tree.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lyaml -lpthread -ldl -lobjc
compiling pty
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/pty -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o pty.o -c pty.c
cp ../.././ext/pty/lib/expect.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/pty.bundle pty.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lutil -lpthread -ldl -lobjc
compiling racc/cparse
mkdir -p ../../../.ext/x86_64-darwin10.8.0/racc
/usr/bin/cc -I. -I../../../.ext/include/x86_64-darwin10.8.0 -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o cparse.o -c cparse.c
/usr/bin/cc -dynamic -bundle -o ../../../.ext/x86_64-darwin10.8.0/racc/cparse.bundle cparse.o -L. -L../../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling readline
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o readline.o -c readline.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/readline.bundle readline.o -L. -L../.. -L/usr/local/Cellar/readline/6.2.1/lib -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lreadline -lncurses -lpthread -ldl -lobjc
compiling ripper
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ripper.o -c ripper.c
mkdir -p ../../.ext/common/ripper
cp ../.././ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper
cp ../.././ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper
cp ../.././ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper
cp ../.././ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper
../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/x86_64-darwin10.8.0' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c
cp ../.././ext/ripper/lib/ripper.rb ../../.ext/common
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/ripper.bundle ripper.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling sdbm
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o _sdbm.o -c _sdbm.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o init.o -c init.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/sdbm.bundle _sdbm.o init.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling socket
generating constant definitions
generating constant definitions
cp ../.././ext/socket/lib/socket.rb ../../.ext/common
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o init.o -c init.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o basicsocket.o -c basicsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o socket.o -c socket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ipsocket.o -c ipsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o tcpsocket.o -c tcpsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o tcpserver.o -c tcpserver.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o sockssocket.o -c sockssocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o udpsocket.o -c udpsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o unixsocket.o -c unixsocket.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o unixserver.o -c unixserver.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o option.o -c option.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o ancdata.o -c ancdata.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o raddrinfo.o -c raddrinfo.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o constants.o -c constants.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/socket.bundle init.o constants.o basicsocket.o socket.o ipsocket.o tcpsocket.o tcpserver.o sockssocket.o udpsocket.o unixsocket.o unixserver.o option.o ancdata.o raddrinfo.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling stringio
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o stringio.o -c stringio.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/stringio.bundle stringio.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling strscan
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/strscan -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o strscan.o -c strscan.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/strscan.bundle strscan.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling syck
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o bytecode.o -c bytecode.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o emitter.o -c emitter.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o gram.o -c gram.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o handler.o -c handler.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o implicit.o -c implicit.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o node.o -c node.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o rubyext.o -c rubyext.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o syck.o -c syck.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o token.o -c token.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o yaml2byte.o -c yaml2byte.c
mkdir -p ../../.ext/common/syck
mkdir -p ../../.ext/common/yaml
cp ../.././ext/syck/lib/syck/baseemitter.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/basenode.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/constants.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/encoding.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/error.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/loader.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/rubytypes.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/stream.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/stringio.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/syck.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/tag.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/types.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/ypath.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck/yamlnode.rb ../../.ext/common/syck
cp ../.././ext/syck/lib/syck.rb ../../.ext/common
cp ../.././ext/syck/lib/yaml/syck.rb ../../.ext/common/yaml
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/syck.bundle bytecode.o emitter.o gram.o handler.o implicit.o node.o rubyext.o syck.o token.o yaml2byte.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling syslog
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o syslog.o -c syslog.c
/usr/bin/cc -dynamic -bundle -o ../../.ext/x86_64-darwin10.8.0/syslog.bundle syslog.o -L. -L../.. -L. -L/usr/local/Cellar/readline/6.2.1/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -lruby.1.9.1 -lpthread -ldl -lobjc
compiling tk
check functions.........
check struct members..
check libraries....
Use ActiveTcl libraries (if available).
Search tclConfig.sh and tkConfig.sh................................................................
Valid [tclConfig.sh, tkConfig.sh] are found in [["/Library/Frameworks/Tcl.framework", "/Library/Frameworks/Tk.framework"], ["/Library/Frameworks/Tcl.framework/Versions/Current", "/Library/Frameworks/Tk.framework/Versions/Current"], ["/Library/Frameworks/Tcl.framework/Versions/8.5", "/Library/Frameworks/Tk.framework/Versions/8.5"], ["/Library/Frameworks/Tcl.framework/Versions/8.4", "/Library/Frameworks/Tk.framework/Versions/8.4"], ["/usr/lib", "/usr/lib"], ["/System/Library/Frameworks/Tcl.framework", "/System/Library/Frameworks/Tk.framework"], ["/System/Library/Frameworks/Tcl.framework/Versions/Current", "/System/Library/Frameworks/Tk.framework/Versions/Current"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.5", "/System/Library/Frameworks/Tk.framework/Versions/8.5"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.4", "/System/Library/Frameworks/Tk.framework/Versions/8.4"]]
Use [tclConfig.sh, tkConfig.sh] == ["/Library/Frameworks/Tcl.framework/tclConfig.sh", "/Library/Frameworks/Tk.framework/tkConfig.sh"]
Use MacOS X Frameworks.
Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/tk -I/Library/Frameworks/Tcl.framework/Versions/8.4/Headers -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o stubs.o -c stubs.c
/usr/bin/cc -I. -I../../.ext/include/x86_64-darwin10.8.0 -I../.././include -I../.././ext/tk -I/Library/Frameworks/Tcl.framework/Versions/8.4/Headers -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/Cellar/readline/6.2.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -O3 -march=core2 -msse4 -w -pipe -fno-common -o tcltklib.o -c tcltklib.c
mkdir -p ../../.ext/common/tk
mkdir -p ../../.ext/common/tkextlib/blt
mkdir -p ../../.ext/common/tkextlib/blt/tile
mkdir -p ../../.ext/common/tkextlib/bwidget
mkdir -p ../../.ext/common/tkextlib/ICONS
mkdir -p ../../.ext/common/tkextlib/itcl
mkdir -p ../../.ext/common/tkextlib/itk
mkdir -p ../../.ext/common/tkextlib/iwidgets
mkdir -p ../../.ext/common/tkextlib/tcllib
mkdir -p ../../.ext/common/tkextlib/tclx
mkdir -p ../../.ext/common/tkextlib/tile
mkdir -p ../../.ext/common/tkextlib/tkDND
mkdir -p ../../.ext/common/tkextlib/tkHTML
mkdir -p ../../.ext/common/tkextlib/tkimg
mkdir -p ../../.ext/common/tkextlib/tktable
mkdir -p ../../.ext/common/tkextlib/tktrans
mkdir -p ../../.ext/common/tkextlib/treectrl
mkdir -p ../../.ext/common/tkextlib/trofs
mkdir -p ../../.ext/common/tkextlib/vu
mkdir -p ../../.ext/common/tkextlib/winico
cp ../.././ext/tk/lib/multi-tk.rb ../../.ext/common
cp ../.././ext/tk/lib/remote-tk.rb ../../.ext/common
cp ../.././ext/tk/lib/tcltk.rb ../../.ext/common
cp ../.././ext/tk/lib/tk.rb ../../.ext/common
cp ../.././ext/tk/lib/tkafter.rb ../../.ext/common
cp ../.././ext/tk/lib/tkbgerror.rb ../../.ext/common
cp ../.././ext/tk/lib/tkcanvas.rb ../../.ext/common
cp ../.././ext/tk/lib/tkclass.rb ../../.ext/common
cp ../.././ext/tk/lib/tkconsole.rb ../../.ext/common
cp ../.././ext/tk/lib/tkdialog.rb ../../.ext/common
In file included from stubs.c:16:
/usr/include/tk.h:23:3: error: #error Tk 8.5 must be compiledIn file included from tcltklib.c:60 :
wi/usr/include/tk.h:23:3:th tcl.error: h#error T k 8.5 must be compiled with tcl.h from Tcl 8.5
from Tcl 8.5
cp ../.././ext/tk/lib/tkentry.rb ../../.ext/common
cp ../.././ext/tk/lib/tkfont.rb ../../.ext/common
cp ../.././ext/tk/lib/tkmacpkg.rb ../../.ext/common
make[1]: *** [stubs.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [tcltklib.o] Error 1
make: *** [mkmain.sh] Error 1
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/ruby.rb#L66
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: 573ef64d12e1dd5f158e1d553d4a55e854f25612
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit nehalem
OS X: 10.6.8
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 3.2.6
GCC-4.0: build 5494
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/bin/gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4 -w -pipe
CPPFLAGS: -I/usr/local/Cellar/readline/6.2.1/include
LDFLAGS: -L/usr/local/Cellar/readline/6.2.1/lib
MAKEFLAGS: -j4
PKG_CONFIG_PATH: /usr/local/Cellar/readline/6.2.1/lib/pkgconfig
Error: Failed executing: make
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/#issue/148
https://github.com/mxcl/homebrew/issues/#issue/869
https://github.com/mxcl/homebrew/issues/#issue/4398
https://github.com/mxcl/homebrew/issues/#issue/4716
https://github.com/mxcl/homebrew/issues/#issue/5311
https://github.com/mxcl/homebrew/issues/#issue/5736
https://github.com/mxcl/homebrew/issues/#issue/6123
https://github.com/mxcl/homebrew/issues/#issue/6522
https://github.com/mxcl/homebrew/issues/#issue/6951
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment