Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -L. -rdynamic -Wl,-export-dynamic main.o libruby-static.a -lrt -ldl -lcrypt -lm -o miniruby
- rbconfig.rb unchanged
- gcc -shared -Wl,-soname,libruby.so.1.8 array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.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 -lrt -ldl -lcrypt -lm -o libruby.so.1.8.7
- compiling Win32API
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/Win32API'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/Win32API'
- compiling bigdecimal
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/bigdecimal'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/bigdecimal'
- compiling curses
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/curses'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/curses'
- compiling dbm
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/dbm'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/dbm'
- compiling digest
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest'
- compiling digest/bubblebabble
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/bubblebabble'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/bubblebabble'
- compiling digest/md5
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/md5'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/md5'
- compiling digest/rmd160
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/rmd160'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/rmd160'
- compiling digest/sha1
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/sha1'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/sha1'
- compiling digest/sha2
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/sha2'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/sha2'
- compiling dl
- make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/dl'
- gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -fPIC -g -O2 -fPIC -fno-defer-pop -fno-omit-frame-pointer -c dl.c
- In file included from dl.c:104:0:
- callback.func:1:1: warning: data definition has no type or storage class [enabled by default]
- callback.func:1:7: error: expected identifier or '(' before 'long'
- In file included from dl.c:104:0:
- callback.func:78:33: error: expected ')' before '(' token
- callback.func:79:3: warning: data definition has no type or storage class [enabled by default]
- callback.func:79:24: error: 'proc' undeclared here (not in a function)
- callback.func:79:39: error: 'argc' undeclared here (not in a function)
- callback.func:79:45: error: 'argv' undeclared here (not in a function)
- callback.func:82:1: error: expected identifier or '(' before '}' token
- dl.c:106:1: error: expected ';', ',' or ')' before 'static'
- make[1]: *** [dl.o] Error 1
- make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/dl'
- make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement