Skip to content

Instantly share code, notes, and snippets.

@tosmi
Created August 3, 2017 09:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tosmi/5d48acecece6e2e581b8267fc2141a94 to your computer and use it in GitHub Desktop.
# gmake
Using /usr/local/bin/llvm-config38 [version=3.8.1]
CRYSTAL_CONFIG_PATH=`pwd`/src ./bin/crystal build -o .build/crystal src/compiler/crystal.cr -D without_openssl -D without_zlib
Using compiled compiler at .build/crystal
Error while requiring "prelude"
in src/prelude.cr:15: while requiring "exception"
require "exception"
^
in src/exception.cr:1: while requiring "callstack"
require "callstack"
^
in src/callstack.cr:1: while requiring "c/dlfcn": can't find file 'c/dlfcn' relative to '/root/crystal-0.20.0/src'
require "c/dlfcn"
^
gmake: *** [Makefile:84: .build/crystal] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment