Advertisement
Guest User

Untitled

a guest
Jul 9th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. ----------------------------------------
  2. Building library and server
  3. ----------------------------------------
  4. build/smtp_delivery.o: In function `smtp_deliver_feed':
  5. smtp_delivery.c:(.text+0x9c): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  6. /usr/bin/ld: build/modules.o: undefined reference to symbol 'dlopen@@GLIBC_2.1'
  7. //lib/i386-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
  8. collect2: error: ld returned 1 exit status
  9. An error occured, trying to compile with static linkage instead
  10. build/smtp_delivery.o: In function `smtp_deliver_feed':
  11. smtp_delivery.c:(.text+0x9c): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  12. build/main.o: In function `rumbleStart':
  13. main.c:(.text+0x4f3): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  14. build/comm.o: In function `comm_init':
  15. comm.c:(.text+0xb3): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  16. build/comm.o: In function `comm_open':
  17. comm.c:(.text+0x30f): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  18. build/modules.o: In function `rumble_modules_load':
  19. modules.c:(.text+0x21c): undefined reference to `dlopen'
  20. modules.c:(.text+0x223): undefined reference to `dlerror'
  21. modules.c:(.text+0x282): undefined reference to `dlsym'
  22. modules.c:(.text+0x293): undefined reference to `dlsym'
  23. modules.c:(.text+0x2a4): undefined reference to `dlsym'
  24. modules.c:(.text+0x484): undefined reference to `dlclose'
  25. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/libsqlite3.a(sqlite3.o): In function `unixDlClose':
  26. (.text+0x94b4): undefined reference to `dlclose'
  27. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/libsqlite3.a(sqlite3.o): In function `unixDlSym':
  28. (.text+0x94d8): undefined reference to `dlsym'
  29. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/libsqlite3.a(sqlite3.o): In function `unixDlOpen':
  30. (.text+0x9509): undefined reference to `dlopen'
  31. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/libsqlite3.a(sqlite3.o): In function `unixDlError':
  32. (.text+0x251ac): undefined reference to `dlerror'
  33. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lvm.o): In function `Arith':
  34. (.text+0x330): undefined reference to `pow'
  35. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lvm.o): In function `luaV_execute':
  36. (.text+0x223c): undefined reference to `pow'
  37. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lcode.o): In function `codearith':
  38. (.text+0x105e): undefined reference to `pow'
  39. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_tan':
  40. (.text+0x16c): undefined reference to `tan'
  41. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_tanh':
  42. (.text+0x1ac): undefined reference to `tanh'
  43. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_sqrt':
  44. (.text+0x211): undefined reference to `sqrt'
  45. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_sin':
  46. (.text+0x23c): undefined reference to `sin'
  47. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_sinh':
  48. (.text+0x27c): undefined reference to `sinh'
  49. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_pow':
  50. (.text+0x608): undefined reference to `pow'
  51. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_log':
  52. (.text+0x6ac): undefined reference to `log'
  53. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_log10':
  54. (.text+0x6ec): undefined reference to `log10'
  55. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_fmod':
  56. (.text+0x818): undefined reference to `fmod'
  57. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_exp':
  58. (.text+0x83c): undefined reference to `exp'
  59. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_cos':
  60. (.text+0x87c): undefined reference to `cos'
  61. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_cosh':
  62. (.text+0x8bc): undefined reference to `cosh'
  63. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_atan':
  64. (.text+0x8fc): undefined reference to `atan'
  65. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_atan2':
  66. (.text+0x958): undefined reference to `atan2'
  67. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_asin':
  68. (.text+0x99c): undefined reference to `asin'
  69. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(lmathlib.o): In function `math_acos':
  70. (.text+0x9dc): undefined reference to `acos'
  71. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(loadlib.o): In function `ll_loadfunc':
  72. (.text+0x9f1): undefined reference to `dlsym'
  73. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(loadlib.o): In function `ll_loadfunc':
  74. (.text+0xa31): undefined reference to `dlerror'
  75. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(loadlib.o): In function `ll_loadfunc':
  76. (.text+0xa58): undefined reference to `dlopen'
  77. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(loadlib.o): In function `ll_loadfunc':
  78. (.text+0xa6e): undefined reference to `dlerror'
  79. /usr/lib/gcc/i586-linux-gnu/4.9/../../../i386-linux-gnu/liblua5.1.a(loadlib.o): In function `gctm':
  80. (.text+0xdcc): undefined reference to `dlclose'
  81. collect2: error: ld returned 1 exit status
  82. Meh, that didn't work either - giving up!
  83. mitchell@debian:~/rumble$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement