Advertisement
Guest User

Untitled

a guest
Dec 13th, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. 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
  2. rbconfig.rb unchanged
  3. 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
  4. compiling Win32API
  5. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/Win32API'
  6. make[1]: Nothing to be done for `all'.
  7. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/Win32API'
  8. compiling bigdecimal
  9. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/bigdecimal'
  10. make[1]: Nothing to be done for `all'.
  11. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/bigdecimal'
  12. compiling curses
  13. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/curses'
  14. make[1]: Nothing to be done for `all'.
  15. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/curses'
  16. compiling dbm
  17. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/dbm'
  18. make[1]: Nothing to be done for `all'.
  19. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/dbm'
  20. compiling digest
  21. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest'
  22. make[1]: Nothing to be done for `all'.
  23. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest'
  24. compiling digest/bubblebabble
  25. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/bubblebabble'
  26. make[1]: Nothing to be done for `all'.
  27. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/bubblebabble'
  28. compiling digest/md5
  29. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/md5'
  30. make[1]: Nothing to be done for `all'.
  31. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/md5'
  32. compiling digest/rmd160
  33. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/rmd160'
  34. make[1]: Nothing to be done for `all'.
  35. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/rmd160'
  36. compiling digest/sha1
  37. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/sha1'
  38. make[1]: Nothing to be done for `all'.
  39. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/sha1'
  40. compiling digest/sha2
  41. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/sha2'
  42. make[1]: Nothing to be done for `all'.
  43. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/digest/sha2'
  44. compiling dl
  45. make[1]: Entering directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/dl'
  46. 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
  47. In file included from dl.c:104:0:
  48. callback.func:1:1: warning: data definition has no type or storage class [enabled by default]
  49. callback.func:1:7: error: expected identifier or '(' before 'long'
  50. In file included from dl.c:104:0:
  51. callback.func:78:33: error: expected ')' before '(' token
  52. callback.func:79:3: warning: data definition has no type or storage class [enabled by default]
  53. callback.func:79:24: error: 'proc' undeclared here (not in a function)
  54. callback.func:79:39: error: 'argc' undeclared here (not in a function)
  55. callback.func:79:45: error: 'argv' undeclared here (not in a function)
  56. callback.func:82:1: error: expected identifier or '(' before '}' token
  57. dl.c:106:1: error: expected ';', ',' or ')' before 'static'
  58. make[1]: *** [dl.o] Error 1
  59. make[1]: Leaving directory `/home/rdavis/.rvm/src/ruby-1.8.7-p352/ext/dl'
  60. make: *** [all] Error 1
  61.  
  62.  
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement