Guest User

Untitled

a guest
Aug 21st, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. netfeed@bimbimbap: crystal> ./bin/crystal spec/std/array_spec.cr
  2. Using compiled compiler at .build/crystal
  3. /home/netfeed/git/crystal/.crystal/home/netfeed/git/crystal/spec/std/array_spec.cr/main.o: In function `__crystal_main':
  4. main_module:(.text+0x561f): undefined reference to `GC_get_push_other_roots'
  5. main_module:(.text+0x5685): undefined reference to `GC_set_push_other_roots'
  6. main_module:(.text+0x568a): undefined reference to `co_thread_init'
  7. /home/netfeed/git/crystal/.crystal/home/netfeed/git/crystal/spec/std/array_spec.cr/Fiber.o: In function `*Fiber#initialize<Fiber>:Fiber':
  8. Fiber:(.text+0x193): undefined reference to `co_set_data'
  9. /home/netfeed/git/crystal/.crystal/home/netfeed/git/crystal/spec/std/array_spec.cr/Fiber.o: In function `*Fiber#initialize<Fiber, &( -> Void)>:Fiber':
  10. Fiber:(.text+0x333): undefined reference to `co_set_data'
  11. /home/netfeed/git/crystal/.crystal/home/netfeed/git/crystal/spec/std/array_spec.cr/Fiber.o: In function `*Fiber::current:Fiber':
  12. Fiber:(.text+0x62d): undefined reference to `co_get_data'
  13. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment