Created
June 22, 2011 18:50
-
-
Save devjj/1040807 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2011-06-22 11:48:37] make | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c array.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c bignum.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c class.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c compar.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c dir.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c dln.c | |
dln.c: In function ‘dln_load’: | |
dln.c:1463: warning: ‘NSCreateObjectFileImageFromFile’ is deprecated (declared at /usr/include/mach-o/dyld.h:144) | |
dln.c:1469: warning: ‘NSLinkModule’ is deprecated (declared at /usr/include/mach-o/dyld.h:160) | |
dln.c:1472: warning: ‘NSIsSymbolNameDefined’ is deprecated (declared at /usr/include/mach-o/dyld.h:175) | |
dln.c:1475: warning: ‘NSAddressOfSymbol’ is deprecated (declared at /usr/include/mach-o/dyld.h:187) | |
dln.c:1475: warning: ‘NSLookupAndBindSymbol’ is deprecated (declared at /usr/include/mach-o/dyld.h:178) | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c enum.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c error.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c eval.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c file.c | |
file.c: In function ‘lchmod_internal’: | |
file.c:1791: warning: cast from pointer to integer of different size | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c gc.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c hash.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c inits.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c io.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c marshal.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c math.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c numeric.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c object.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c pack.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c parse.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c process.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c prec.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c random.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c range.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c re.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c regex.c | |
regex.c: In function ‘ruby_re_compile_pattern’: | |
regex.c:1348: warning: format ‘%d’ expects type ‘int’, but argument 7 has type ‘long int’ | |
regex.c:2012: warning: format ‘%d’ expects type ‘int’, but argument 6 has type ‘long int’ | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c ruby.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c signal.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c sprintf.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c st.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c string.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c struct.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c time.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c util.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c variable.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c version.c | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c dmyext.c | |
ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o | |
gcc -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT -I. -I. -c main.c | |
gcc main.o libruby-static.a -ldl -lobjc -o miniruby -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT | |
rbconfig.rb updated | |
cc -dynamiclib -undefined suppress -flat_namespace -install_name /Users/josephj/.rvm/rubies/ruby-1.8.5-p231/lib/libruby.dylib -current_version 1.8.5 -compatibility_version 1.8 array.o bignum.o class.o compar.o dir.o dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o -o libruby.1.8.5.dylib | |
compiling Win32API | |
compiling bigdecimal | |
mkdir -p ../../.ext/i686-darwin10.7.0 | |
gcc -I. -I../.. -I../../. -I../.././ext/bigdecimal -DBASE=1000000000UL -DBASE_FIG=9 -fno-common -g -O2 -fno-common -pipe -fno-common -c bigdecimal.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/bigdecimal.bundle bigdecimal.o -lruby -ldl -lobjc | |
mkdir -p ../../.ext/bigdecimal | |
cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/bigdecimal | |
cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/bigdecimal | |
cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/bigdecimal | |
cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/bigdecimal | |
cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/bigdecimal | |
compiling curses | |
gcc -I. -I../.. -I../../. -I../.././ext/curses -DHAVE_NCURSES_H -DHAVE_BEEP -DHAVE_BKGD -DHAVE_BKGDSET -DHAVE_CURS_SET -DHAVE_DELETELN -DHAVE_DOUPDATE -DHAVE_FLASH -DHAVE_GETBKGD -DHAVE_GETNSTR -DHAVE_ISENDWIN -DHAVE_KEYNAME -DHAVE_KEYPAD -DHAVE_RESIZETERM -DHAVE_SCRL -DHAVE_SETSCRREG -DHAVE_UNGETCH -DHAVE_WATTROFF -DHAVE_WATTRON -DHAVE_WATTRSET -DHAVE_WBKGD -DHAVE_WBKGDSET -DHAVE_WDELETELN -DHAVE_WGETNSTR -DHAVE_WRESIZE -DHAVE_WSCRL -DHAVE_WSETSCRREG -DHAVE_DEF_PROG_MODE -DHAVE_RESET_PROG_MODE -DHAVE_TIMEOUT -DHAVE_WTIMEOUT -DHAVE_NODELAY -DHAVE_INIT_COLOR -DHAVE_WCOLOR_SET -D_XOPEN_SOURCE_EXTENDED -fno-common -g -O2 -fno-common -pipe -fno-common -c curses.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/curses.bundle curses.o -lruby -lncurses -ltermcap -ldl -lobjc | |
compiling dbm | |
gcc -I. -I../.. -I../../. -I../.././ext/dbm -DHAVE_DBM_OPEN -DHAVE_NDBM_H -DHAVE_TYPE_DBM -DDBM_HDR="<ndbm.h>" -DHAVE_SYS_CDEFS_H -DHAVE_DBM_OPEN -DHAVE_DBM_CLEARERR -fno-common -g -O2 -fno-common -pipe -fno-common -c dbm.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/dbm.bundle dbm.o -lruby -ldl -lobjc | |
compiling digest | |
gcc -I. -I../.. -I../../. -I../.././ext/digest -fno-common -g -O2 -fno-common -pipe -fno-common -c digest.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/digest.bundle digest.o -lruby -ldl -lobjc | |
cp ../.././ext/digest/lib/md5.rb ../../.ext | |
cp ../.././ext/digest/lib/sha1.rb ../../.ext | |
compiling digest/md5 | |
mkdir -p ../../../.ext/i686-darwin10.7.0/digest | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -I/Users/josephj/.rvm/usr/include -fno-common -g -O2 -fno-common -pipe -fno-common -c md5init.c | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -I/Users/josephj/.rvm/usr/include -fno-common -g -O2 -fno-common -pipe -fno-common -c md5ossl.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L/Users/josephj/.rvm/usr/lib -L../../.. -o ../../../.ext/i686-darwin10.7.0/digest/md5.bundle md5init.o md5ossl.o -lruby -lcrypto -ldl -lobjc | |
compiling digest/rmd160 | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -I/Users/josephj/.rvm/usr/include -fno-common -g -O2 -fno-common -pipe -fno-common -c rmd160init.c | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -I/Users/josephj/.rvm/usr/include -fno-common -g -O2 -fno-common -pipe -fno-common -c rmd160ossl.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L/Users/josephj/.rvm/usr/lib -L../../.. -o ../../../.ext/i686-darwin10.7.0/digest/rmd160.bundle rmd160init.o rmd160ossl.o -lruby -lcrypto -ldl -lobjc | |
compiling digest/sha1 | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -I/Users/josephj/.rvm/usr/include -fno-common -g -O2 -fno-common -pipe -fno-common -c sha1init.c | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -I/Users/josephj/.rvm/usr/include -fno-common -g -O2 -fno-common -pipe -fno-common -c sha1ossl.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L/Users/josephj/.rvm/usr/lib -L../../.. -o ../../../.ext/i686-darwin10.7.0/digest/sha1.bundle sha1init.o sha1ossl.o -lruby -lcrypto -ldl -lobjc | |
compiling digest/sha2 | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -fno-common -g -O2 -fno-common -pipe -fno-common -c sha2.c | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -fno-common -g -O2 -fno-common -pipe -fno-common -c sha2hl.c | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -fno-common -g -O2 -fno-common -pipe -fno-common -c sha2init.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../../.. -o ../../../.ext/i686-darwin10.7.0/digest/sha2.bundle sha2.o sha2hl.o sha2init.o -lruby -ldl -lobjc | |
compiling dl | |
Generating callback.func | |
Generating cbtable.func | |
gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -fno-common -g -O2 -fno-common -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -c dl.c | |
gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -fno-common -g -O2 -fno-common -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -c handle.c | |
gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -fno-common -g -O2 -fno-common -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -c ptr.c | |
ptr.c: In function ‘rb_dlptr_inspect’: | |
ptr.c:461: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 7 has type ‘struct ptr_data *’ | |
ptr.c:461: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 8 has type ‘void *’ | |
Generating call.func | |
void | |
char | |
short | |
int | |
long | |
float | |
double | |
gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -fno-common -g -O2 -fno-common -pipe -fno-common -fno-defer-pop -fno-omit-frame-pointer -c sym.c | |
sym.c: In function ‘rb_dlsym_inspect’: | |
sym.c:270: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 6 has type ‘struct sym_data *’ | |
sym.c:270: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 7 has type ‘void *’ | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/dl.bundle dl.o handle.o ptr.o sym.o -lruby -ldl -ldl -lobjc | |
mkdir -p ../../.ext/dl | |
cp ../.././ext/dl/lib/dl/import.rb ../../.ext/dl | |
cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/dl | |
cp ../.././ext/dl/lib/dl/types.rb ../../.ext/dl | |
cp ../.././ext/dl/lib/dl/win32.rb ../../.ext/dl | |
cp dlconfig.h ../../.ext/i686-darwin10.7.0 | |
cp ../.././ext/dl/dl.h ../../.ext/i686-darwin10.7.0 | |
compiling enumerator | |
gcc -I. -I../.. -I../../. -I../.././ext/enumerator -fno-common -g -O2 -fno-common -pipe -fno-common -c enumerator.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/enumerator.bundle enumerator.o -lruby -ldl -lobjc | |
compiling etc | |
gcc -I. -I../.. -I../../. -I../.././ext/etc -DHAVE_GETLOGIN -DHAVE_GETPWENT -DHAVE_GETGRENT -DHAVE_ST_PW_GECOS -DHAVE_ST_PW_CHANGE -DHAVE_ST_PW_CLASS -DHAVE_ST_PW_EXPIRE -DHAVE_ST_PW_PASSWD -DHAVE_ST_GR_PASSWD -DHAVE_TYPE_UID_T -DPW_UID2VAL=UINT2NUM -DPW_VAL2UID=NUM2UINT -DHAVE_TYPE_GID_T -DPW_GID2VAL=UINT2NUM -DPW_VAL2GID=NUM2UINT -fno-common -g -O2 -fno-common -pipe -fno-common -c etc.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/etc.bundle etc.o -lruby -ldl -lobjc | |
compiling fcntl | |
gcc -I. -I../.. -I../../. -I../.././ext/fcntl -fno-common -g -O2 -fno-common -pipe -fno-common -c fcntl.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/fcntl.bundle fcntl.o -lruby -ldl -lobjc | |
compiling gdbm | |
compiling iconv | |
gcc -I. -I../.. -I../../. -I../.././ext/iconv -fno-common -g -O2 -fno-common -pipe -fno-common -c iconv.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/iconv.bundle iconv.o -lruby -liconv -ldl -lobjc | |
compiling io/wait | |
mkdir -p ../../../.ext/i686-darwin10.7.0/io | |
gcc -I. -I../../.. -I../../../. -I../../.././ext/io/wait -DFIONREAD_HEADER="<sys/ioctl.h>" -fno-common -g -O2 -fno-common -pipe -fno-common -c wait.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../../.. -o ../../../.ext/i686-darwin10.7.0/io/wait.bundle wait.o -lruby -ldl -lobjc | |
mkdir -p ../../../.ext/io | |
cp ../../.././ext/io/wait/lib/nonblock.rb ../../../.ext/io | |
compiling nkf | |
gcc -I. -I../.. -I../../. -I../.././ext/nkf -fno-common -g -O2 -fno-common -pipe -fno-common -c nkf.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -L../.. -o ../../.ext/i686-darwin10.7.0/nkf.bundle nkf.o -lruby -ldl -lobjc | |
cp ../.././ext/nkf/lib/kconv.rb ../../.ext | |
compiling openssl | |
gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/Users/josephj/.rvm/usr/include -fno-common -g -O2 -fno-common -pipe -fno-common -c openssl_missing.c | |
In file included from openssl_missing.c:22: | |
openssl_missing.h:119: error: conflicting types for ‘BN_rand_range’ | |
/Users/josephj/.rvm/usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here | |
openssl_missing.h:120: error: conflicting types for ‘BN_pseudo_rand_range’ | |
/Users/josephj/.rvm/usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here | |
make[1]: *** [openssl_missing.o] Error 1 | |
make: *** [all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment