Skip to content

Instantly share code, notes, and snippets.

@mwotton
Created December 28, 2010 02:46
Show Gist options
  • Save mwotton/756836 to your computer and use it in GitHub Desktop.
Save mwotton/756836 to your computer and use it in GitHub Desktop.
built as x86_64
cc -dynamiclib -undefined suppress -flat_namespace -install_name /Users/mwotton/.rvm/r
ubies/ruby-1.9.1-p378/lib/libruby.dylib -current_version 1.9.1 -compatibility_version
1.9.1 dln.o encoding.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enum
erator.o error.o eval.o load.o proc.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 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 version.o com
pile.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_*' libruby.1.9.1.dylibw: illegal option -- Lusage: w [hi] [user ...]
make: [libruby.1.9.1.dylib] Error 1 (ignored)./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
encdb.h updatedmake -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 " enc
gcc -I. -I.ext/include/i386-darwin10.5.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses
-fno-common -pipe -fno-common -o enc/encdb.o -c ./enc/encdb.ccc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin10.5.0/enc/encdb.bundle enc/encdb.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment