Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 88.87 KB | None | 0 0
  1.  $ make                      
  2. ghc -fforce-recomp Hello.hs
  3. [1 of 1] Compiling Hello            ( Hello.hs, Hello.o )
  4. g++ \
  5. -Wall -g -fno-stack-protector -o main main.cpp Hello.o \
  6. -I/usr/lib/ghc/include \
  7.   -liconv \
  8. -I/usr/lib/ghc/ghc-8.0.1/include \
  9. -L/usr/lib/ghc/ghc-8.0.1 \
  10. -L/usr/lib/ghc/base-4.9.0.0 \
  11. -lHSbase-4.9.0.0 \
  12. -L/usr/lib/ghc/ghc-prim-0.5.0.0 \
  13. -lHSghc-prim-0.5.0.0 \
  14. -L/usr/lib/ghc/integer-gmp-1.0.0.1 \
  15. -lHSinteger-gmp-1.0.0.1 \
  16. -lHSghc-prim-0.5.0.0 \
  17. -L/usr/lib/ghc/rts \
  18. -lHSrts \
  19.  
  20. /usr/bin/ld: Hello.o: relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  21. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__32.o): relocation R_X86_64_32 against symbol `base_GHCziTopHandler_runIO2_closure' can not be used when making a shared object; recompile with -fPIC
  22. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__28.o): relocation R_X86_64_32 against symbol `base_GHCziTopHandler_zdLr6UosafeExit_closure' can not be used when making a shared object; recompile with -fPIC
  23. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__27.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  24. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__25.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  25. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__24.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  26. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__21.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  27. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__20.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  28. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__17.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  29. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__16.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziInternals_flushWriteBuffer1_closure' can not be used when making a shared object; recompile with -fPIC
  30. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__15.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziInternals_flushWriteBuffer1_closure' can not be used when making a shared object; recompile with -fPIC
  31. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__14.o): relocation R_X86_64_32 against symbol `base_GHCziTopHandler_zdLr6Uklvl2_closure' can not be used when making a shared object; recompile with -fPIC
  32. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__13.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  33. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(TopHandler__11.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  34. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(IO__6.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziFD_stdout_closure' can not be used when making a shared object; recompile with -fPIC
  35. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(String__53.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  36. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Sync__206.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  37. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Sync__205.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  38. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Sync__204.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  39. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Sync__203.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  40. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Sync__202.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  41. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Sync__200.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  42. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Sync__199.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  43. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Sync__198.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  44. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__3.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  45. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__2.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  46. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Fingerprint__18.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  47. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Fingerprint__13.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  48. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Foreign__17.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  49. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Foreign__11.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  50. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(IO__43.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  51. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__58.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  52. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__57.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  53. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__56.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  54. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__55.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  55. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__54.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  56. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__47.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  57. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__46.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  58. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__45.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  59. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__44.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  60. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__43.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  61. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__42.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  62. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__41.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  63. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__40.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  64. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__39.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  65. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__38.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  66. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__26.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  67. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__25.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  68. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__24.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  69. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__23.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  70. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__22.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  71. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__21.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  72. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__20.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  73. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__19.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  74. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__18.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  75. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__17.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  76. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__16.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  77. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__12.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  78. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__13.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  79. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__12.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  80. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__11.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  81. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__23.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  82. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__21.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  83. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__20.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  84. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__19.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  85. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__17.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  86. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__14.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  87. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__13.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  88. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__11.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  89. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__10.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  90. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__9.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  91. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__7.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  92. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__6.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  93. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Iconv__5.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  94. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__39.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  95. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__38.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  96. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__23.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  97. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__21.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  98. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__20.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  99. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__12.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  100. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__11.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  101. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__9.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  102. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__8.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  103. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__6.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  104. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__5.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  105. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__3.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  106. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Latin1__2.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  107. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Types__21.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  108. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__44.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  109. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__43.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  110. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__40.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  111. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__32.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  112. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__31.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  113. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__29.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  114. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__28.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  115. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__20.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  116. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__18.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  117. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__17.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  118. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__15.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  119. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__14.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  120. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__11.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  121. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__6.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  122. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__5.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  123. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__3.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  124. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF16__2.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  125. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__44.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  126. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__43.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  127. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__40.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  128. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__37.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  129. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__29.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  130. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__28.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  131. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__26.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  132. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__25.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  133. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__17.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  134. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__15.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  135. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__14.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  136. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__12.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  137. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__11.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  138. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__9.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  139. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__8.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  140. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__6.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  141. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF32__5.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  142. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__15.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  143. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__13.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  144. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__10.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  145. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__8.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  146. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__7.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  147. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__6.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  148. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__5.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  149. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__164.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  150. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__160.o): relocation R_X86_64_32S against symbol `base_GHCziException_SomeException_con_info' can not be used when making a shared object; recompile with -fPIC
  151. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__158.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  152. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__156.o): relocation R_X86_64_32 against symbol `base_GHCziIOziException_zdfExceptionIOException3_closure' can not be used when making a shared object; recompile with -fPIC
  153. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__155.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  154. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__144.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  155. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__138.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  156. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__132.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  157. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__83.o): relocation R_X86_64_32 against symbol `base_GHCziIOziException_zdszddmshow9_closure' can not be used when making a shared object; recompile with -fPIC
  158. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__82.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  159. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__81.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  160. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__80.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  161. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__79.o): relocation R_X86_64_32 against symbol `base_GHCziIOziException_zdfExceptionIOException1_closure' can not be used when making a shared object; recompile with -fPIC
  162. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__78.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  163. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__77.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  164. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__72.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  165. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__71.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  166. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__70.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  167. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__69.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  168. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__68.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  169. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__67.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  170. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__66.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  171. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__65.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  172. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__64.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  173. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__63.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  174. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__62.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  175. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__61.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  176. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__60.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  177. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__59.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  178. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__58.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  179. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__57.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  180. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__56.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  181. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__55.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  182. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__54.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  183. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__53.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  184. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__45.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  185. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Handle__17.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziInternals_flushWriteBuffer1_closure' can not be used when making a shared object; recompile with -fPIC
  186. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Handle__16.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  187. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__37.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  188. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__36.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  189. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__35.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  190. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__34.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  191. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__33.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  192. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__31.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  193. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__30.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  194. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__29.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  195. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__4.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziFD_fdToHandle9_closure' can not be used when making a shared object; recompile with -fPIC
  196. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__3.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  197. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__132.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  198. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__131.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  199. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__120.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  200. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__114.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  201. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__88.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  202. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__65.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  203. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__58.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  204. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__57.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  205. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__55.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  206. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__48.o): relocation R_X86_64_32S against symbol `base_GHCziBase_Just_con_info' can not be used when making a shared object; recompile with -fPIC
  207. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__47.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  208. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__37.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  209. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__31.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  210. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__25.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziInternals_zdLrbtTlvl11_closure' can not be used when making a shared object; recompile with -fPIC
  211. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__24.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  212. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__22.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  213. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__11.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziInternals_zdLrbtNlvl5_closure' can not be used when making a shared object; recompile with -fPIC
  214. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__10.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  215. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__8.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  216. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__6.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziInternals_zdLrbtKlvl2_closure' can not be used when making a shared object; recompile with -fPIC
  217. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__5.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  218. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__3.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  219. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__2.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  220. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__97.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTypes_True_closure' can not be used when making a shared object; recompile with -fPIC
  221. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__94.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  222. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__93.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  223. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__91.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  224. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__90.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  225. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__89.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  226. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__88.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  227. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__87.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  228. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__18.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziText_hPutStr3_closure' can not be used when making a shared object; recompile with -fPIC
  229. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__15.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  230. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__14.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  231. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Text__12.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  232. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Types__135.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  233. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Types__25.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  234. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(List__40.o): relocation R_X86_64_32 against symbol `base_GHCziList_any_closure' can not be used when making a shared object; recompile with -fPIC
  235. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(List__32.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  236. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(List__4.o): relocation R_X86_64_32 against symbol `base_GHCziList_zdwlenAcc_closure' can not be used when making a shared object; recompile with -fPIC
  237. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__9.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  238. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__2.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  239. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internal__22.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTypes_ZMZN_closure' can not be used when making a shared object; recompile with -fPIC
  240. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internal__21.o): relocation R_X86_64_32 against symbol `base_DataziTypeableziInternal_zdstypeRepzhzugo2_closure' can not be used when making a shared object; recompile with -fPIC
  241. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Error__208.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  242. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Error__206.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  243. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(String__22.o): relocation R_X86_64_32S against symbol `ghczmprim_GHCziTypes_Izh_con_info' can not be used when making a shared object; recompile with -fPIC
  244. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Array__6.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  245. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__273.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  246. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__271.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  247. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__269.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  248. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__267.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  249. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__265.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  250. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__264.o): relocation R_X86_64_32S against symbol `base_GHCziWord_W64zh_con_info' can not be used when making a shared object; recompile with -fPIC
  251. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__262.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  252. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__261.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  253. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__260.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  254. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__183.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  255. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__181.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  256. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__179.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  257. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__177.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  258. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__35.o): relocation R_X86_64_32 against symbol `base_ForeignziStorable_zdfStorableFingerprint7_closure' can not be used when making a shared object; recompile with -fPIC
  259. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__33.o): relocation R_X86_64_32 against symbol `base_ForeignziStorable_zdfStorableDouble5_closure' can not be used when making a shared object; recompile with -fPIC
  260. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__15.o): relocation R_X86_64_32 against symbol `base_ForeignziStorable_zdfStorableBool7_closure' can not be used when making a shared object; recompile with -fPIC
  261. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__5.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  262. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Base__151.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  263. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Base__26.o): relocation R_X86_64_32 against symbol `base_GHCziBase_eqString_closure' can not be used when making a shared object; recompile with -fPIC
  264. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Char__2.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  265. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Err__2.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  266. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__127.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  267. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__125.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  268. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__123.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  269. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__122.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  270. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__120.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  271. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__97.o): relocation R_X86_64_32S against symbol `base_GHCziException_SomeException_con_info' can not be used when making a shared object; recompile with -fPIC
  272. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__95.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  273. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__93.o): relocation R_X86_64_32 against symbol `base_GHCziException_zdfExceptionErrorCall2_closure' can not be used when making a shared object; recompile with -fPIC
  274. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__92.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  275. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__69.o): relocation R_X86_64_32 against symbol `base_GHCziException_errorCallWithCallStackException2_closure' can not be used when making a shared object; recompile with -fPIC
  276. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__68.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  277. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__67.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  278. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__65.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  279. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__17.o): relocation R_X86_64_32 against symbol `base_GHCziException_zdfShowErrorCall1_closure' can not be used when making a shared object; recompile with -fPIC
  280. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__16.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  281. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__15.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  282. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__14.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  283. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__13.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  284. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__4.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  285. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Type__2.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  286. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Foreign__29.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  287. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Foreign__28.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  288. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Foreign__25.o): relocation R_X86_64_32S against symbol `ghczmprim_GHCziTypes_Izh_con_info' can not be used when making a shared object; recompile with -fPIC
  289. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(ForeignPtr__92.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  290. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(ForeignPtr__91.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  291. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(BufferedIO__6.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  292. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(BufferedIO__5.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  293. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(BufferedIO__2.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  294. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Device__6.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  295. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Device__5.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  296. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Device__4.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  297. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__69.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  298. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__68.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  299. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__67.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  300. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Encoding__66.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  301. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__41.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  302. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__40.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  303. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__39.o): relocation R_X86_64_32 against symbol `base_GHCziIOziEncodingziFailure_zdLr6T0lvl3_closure' can not be used when making a shared object; recompile with -fPIC
  304. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__38.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  305. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__36.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  306. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__35.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  307. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__33.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  308. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__32.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  309. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__31.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  310. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__29.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  311. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Failure__28.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  312. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__124.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  313. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__123.o): relocation R_X86_64_32S against symbol `base_GHCziInt_I32zh_con_info' can not be used when making a shared object; recompile with -fPIC
  314. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__122.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  315. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__121.o): relocation R_X86_64_32S against symbol `base_GHCziInt_I32zh_con_info' can not be used when making a shared object; recompile with -fPIC
  316. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__120.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  317. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__116.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  318. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__114.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  319. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__112.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  320. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__111.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  321. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__110.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  322. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__108.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  323. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__107.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  324. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__106.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  325. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__102.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  326. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__101.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  327. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__100.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  328. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__99.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  329. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__97.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  330. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__92.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  331. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__91.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  332. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__90.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  333. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__88.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  334. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__87.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  335. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__86.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  336. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__84.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  337. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__83.o): relocation R_X86_64_32S against symbol `base_GHCziInt_I64zh_con_info' can not be used when making a shared object; recompile with -fPIC
  338. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__82.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  339. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__81.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  340. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__67.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  341. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__65.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  342. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__63.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  343. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__61.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  344. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__58.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  345. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__56.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  346. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__55.o): relocation R_X86_64_32S against symbol `base_GHCziInt_I64zh_con_info' can not be used when making a shared object; recompile with -fPIC
  347. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__52.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  348. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__51.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  349. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__49.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  350. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__48.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  351. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__46.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  352. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__40.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  353. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__36.o): relocation R_X86_64_32S against symbol `base_GHCziWord_W64zh_con_info' can not be used when making a shared object; recompile with -fPIC
  354. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__32.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  355. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__31.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  356. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__30.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  357. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__26.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  358. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__25.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  359. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__22.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  360. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__21.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  361. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__16.o): relocation R_X86_64_32 against symbol `base_GHCziIOziFD_zdLrae6lvl2_closure' can not be used when making a shared object; recompile with -fPIC
  362. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__13.o): relocation R_X86_64_32 against symbol `base_GHCziIOziFD_zdfBufferedIOFD5_closure' can not be used when making a shared object; recompile with -fPIC
  363. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(FD__11.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  364. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__70.o): relocation R_X86_64_32 against symbol `base_GHCziIOziHandleziInternals_zdwwriteCharBuffer_closure' can not be used when making a shared object; recompile with -fPIC
  365. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(List__36.o): relocation R_X86_64_32 against symbol `base_GHCziList_reverse1_closure' can not be used when making a shared object; recompile with -fPIC
  366. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Ptr__35.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  367. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__107.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  368. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__106.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  369. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__105.o): relocation R_X86_64_32S against symbol `ghczmprim_GHCziTypes_Czh_con_info' can not be used when making a shared object; recompile with -fPIC
  370. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(CCS__38.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTypes_ZMZN_closure' can not be used when making a shared object; recompile with -fPIC
  371. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(CCS__32.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  372. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(CCS__31.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  373. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(CCS__27.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  374. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Types__13.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  375. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__34.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  376. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__2.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  377. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__254.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  378. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__252.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  379. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__245.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  380. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__227.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  381. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__220.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  382. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__219.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  383. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__216.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  384. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__215.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  385. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__213.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  386. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__212.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  387. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__211.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  388. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__210.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  389. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__209.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  390. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__207.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  391. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__206.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  392. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__204.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  393. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__203.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  394. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__202.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  395. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__201.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  396. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__3.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  397. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internals__2.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  398. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(OldList__27.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  399. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(OldList__25.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  400. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__76.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  401. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__75.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  402. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__73.o): relocation R_X86_64_32 against symbol `base_GHCziEventziThread_zdLrfaEgo_closure' can not be used when making a shared object; recompile with -fPIC
  403. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__72.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  404. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__66.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  405. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__65.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  406. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__64.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  407. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__63.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  408. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__56.o): relocation R_X86_64_32S against symbol `ghczmprim_GHCziTypes_Izh_con_info' can not be used when making a shared object; recompile with -fPIC
  409. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__52.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  410. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__50.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  411. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__44.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  412. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__26.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  413. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__25.o): relocation R_X86_64_32S against symbol `base_GHCziSTRef_STRef_con_info' can not be used when making a shared object; recompile with -fPIC
  414. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Thread__13.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  415. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Base__131.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  416. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Tuple__3.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  417. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Error__229.o): relocation R_X86_64_32 against symbol `base_ForeignziCziError_throwErrnoIfMinus1RetryMayBlock2_closure' can not be used when making a shared object; recompile with -fPIC
  418. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Error__219.o): relocation R_X86_64_32 against symbol `base_ForeignziCziError_throwErrnoIfMinus1Retry2_closure' can not be used when making a shared object; recompile with -fPIC
  419. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Alloc__12.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  420. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Alloc__10.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  421. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Alloc__6.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  422. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Array__3.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTypes_ZMZN_closure' can not be used when making a shared object; recompile with -fPIC
  423. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Storable__4.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  424. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Arr__192.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  425. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Arr__191.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  426. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Arr__22.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  427. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Arr__20.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  428. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Arr__17.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  429. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Arr__16.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  430. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Arr__14.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  431. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Enum__153.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  432. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Enum__152.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  433. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__21.o): relocation R_X86_64_32 against symbol `base_GHCziIOziEncodingziUTF8_zdLr5EElvl4_closure' can not be used when making a shared object; recompile with -fPIC
  434. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__19.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  435. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__18.o): relocation R_X86_64_32 against symbol `base_GHCziIOziEncodingziUTF8_zdLr5EClvl2_closure' can not be used when making a shared object; recompile with -fPIC
  436. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(UTF8__16.o): relocation R_X86_64_32 against symbol `base_GHCziIOziEncodingziFailure_recoverDecode2_closure' can not be used when making a shared object; recompile with -fPIC
  437. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Exception__311.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  438. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(List__53.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  439. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__191.o): relocation R_X86_64_32 against symbol `base_GHCziShow_showszuzdsshows11_closure' can not be used when making a shared object; recompile with -fPIC
  440. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__184.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  441. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__159.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  442. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__158.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  443. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Show__108.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  444. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(IntTable__23.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  445. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(IntTable__22.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  446. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(IntTable__21.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  447. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__135.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  448. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__134.o): relocation R_X86_64_32 against symbol `base_GHCziEventziManager_zdLre6dlvl16_closure' can not be used when making a shared object; recompile with -fPIC
  449. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__133.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  450. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__124.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  451. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__123.o): relocation R_X86_64_32 against symbol `base_GHCziEventziManager_closeFdzu3_closure' can not be used when making a shared object; recompile with -fPIC
  452. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__105.o): relocation R_X86_64_32S against symbol `ghczmprim_GHCziTypes_Izh_con_info' can not be used when making a shared object; recompile with -fPIC
  453. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__102.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  454. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__101.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  455. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__88.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  456. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__75.o): relocation R_X86_64_32 against symbol `ghczmprim_GHCziTuple_Z0T_closure' can not be used when making a shared object; recompile with -fPIC
  457. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__31.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  458. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Manager__5.o): relocation R_X86_64_32S against symbol `stg_bh_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  459. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(List__10.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  460. /usr/bin/ld: /usr/lib/ghc/base-4.9.0.0/libHSbase-4.9.0.0.a(Internal__7.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  461. /usr/bin/ld: /usr/lib/ghc/ghc-prim-0.5.0.0/libHSghc-prim-0.5.0.0.a(CString__3.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  462. /usr/bin/ld: /usr/lib/ghc/ghc-prim-0.5.0.0/libHSghc-prim-0.5.0.0.a(CString__2.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  463. /usr/bin/ld: /usr/lib/ghc/integer-gmp-1.0.0.1/libHSinteger-gmp-1.0.0.1.a(Type__52.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  464. /usr/bin/ld: /usr/lib/ghc/integer-gmp-1.0.0.1/libHSinteger-gmp-1.0.0.1.a(Type__2.o): relocation R_X86_64_32S against symbol `integerzmgmp_GHCziIntegerziType_Szh_con_info' can not be used when making a shared object; recompile with -fPIC
  465. /usr/bin/ld: /usr/lib/ghc/rts/libHSrts.a(StgStartup.o): relocation R_X86_64_32S against symbol `stg_enter_info' can not be used when making a shared object; recompile with -fPIC
  466. /usr/bin/ld: /usr/lib/ghc/rts/libHSrts.a(Updates.o): relocation R_X86_64_32S against symbol `stg_BLACKHOLE_info' can not be used when making a shared object; recompile with -fPIC
  467. /usr/bin/ld: /usr/lib/ghc/rts/libHSrts.a(Apply.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  468. /usr/bin/ld: /usr/lib/ghc/rts/libHSrts.a(HeapStackCheck.o): relocation R_X86_64_32S against symbol `g0' can not be used when making a shared object; recompile with -fPIC
  469. /usr/bin/ld: /usr/lib/ghc/rts/libHSrts.a(Exception.o): relocation R_X86_64_32S against symbol `stg_END_TSO_QUEUE_closure' can not be used when making a shared object; recompile with -fPIC
  470. /usr/bin/ld: /usr/lib/ghc/rts/libHSrts.a(StgStdThunks.o): relocation R_X86_64_32S against symbol `stg_upd_frame_info' can not be used when making a shared object; recompile with -fPIC
  471. /usr/bin/ld: /usr/lib/ghc/rts/libHSrts.a(StgMiscClosures.o): relocation R_X86_64_32S against symbol `stg_enter_info' can not be used when making a shared object; recompile with -fPIC
  472. /usr/bin/ld: /usr/lib/ghc/rts/libHSrts.a(PrimOps.o): relocation R_X86_64_32S against symbol `g0' can not be used when making a shared object; recompile with -fPIC
  473. /usr/bin/ld: /usr/lib/ghc/rts/libHSrts.a(AutoApply.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
  474. /usr/bin/ld: final link failed: Nonrepresentable section on output
  475. collect2: error: ld returned 1 exit status
  476. Makefile:8: recipe for target 'main' failed
  477. make: *** [main] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement