Last active
August 29, 2015 14:23
-
-
Save ozra/8c60b18fc56ecc68abf8 to your computer and use it in GitHub Desktop.
make err output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(master) crystal-dev-fork $ make | |
CRYSTAL_CONFIG_PATH=`pwd`/src ./bin/crystal build -o .build/crystal src/compiler/crystal.cr | |
Using compiled compiler at .build/crystal | |
/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/.crystal/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/src/ecr/process.cr/main.o: In function `*Fiber::new<&( -> Void)>:Fiber': | |
main_module:(.text+0xf42): undefined reference to `co_set_data' | |
/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/.crystal/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/src/ecr/process.cr/main.o: In function `*Fiber#resume<Fiber>:Void': | |
main_module:(.text+0x1080): undefined reference to `co_get_data' | |
/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/.crystal/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/src/ecr/process.cr/main.o: In function `*FileDescriptorIO#unbuffered_write<FileDescriptorIO, Slice(UInt8), Int32>:Int32': | |
main_module:(.text+0x1326): undefined reference to `co_get_data' | |
/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/.crystal/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/src/ecr/process.cr/main.o: In function `~fun_literal_9': | |
main_module:(.text+0x1801): undefined reference to `co_get_data' | |
/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/.crystal/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/src/ecr/process.cr/main.o: In function `main': | |
main_module:(.text+0x1fc6): undefined reference to `GC_get_push_other_roots' | |
main_module:(.text+0x1fe4): undefined reference to `GC_set_push_other_roots' | |
main_module:(.text+0x1fe9): undefined reference to `co_thread_init' | |
main_module:(.text+0x209b): undefined reference to `co_set_data' | |
/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/.crystal/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/src/ecr/process.cr/main.o: In function `*File@BufferedIOMixin#flush<File>:Int32': | |
main_module:(.text+0x4909): undefined reference to `co_get_data' | |
/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/.crystal/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/src/ecr/process.cr/main.o: In function `*File@FileDescriptorIO#unbuffered_read<File, Slice(UInt8), Int32>:Int64': | |
main_module:(.text+0x4bf5): undefined reference to `co_get_data' | |
collect2: error: ld returned 1 exit status | |
Error: execution of command failed with code: 1: `cc -o /home/oscar/1GTD/project-support/crystal/crystal-dev-fork/.crystal/crystal-run-macro-run-_home_oscar__GTD_project-support_crystal_crystal-dev-fork_src_ecr_process.cr.tmp "/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/.crystal/home/oscar/1GTD/project-support/crystal/crystal-dev-fork/src/ecr/process.cr/main.o" -levent -lrt -lpcl -lpcre -lgc -lpthread -lunwind` | |
make: *** [.build/crystal] Error 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment