Skip to content

Instantly share code, notes, and snippets.

@bararchy
Created July 13, 2017 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bararchy/87ee407915eb393bd3bc9779059b60d0 to your computer and use it in GitHub Desktop.
Save bararchy/87ee407915eb393bd3bc9779059b60d0 to your computer and use it in GitHub Desktop.
crystal spec -D "-L /usr/lib/vmware-vix/Workstation-12.0.0/64bit/libvix.so"
/usr/bin/ld: cannot find -lvix
collect2: error: ld returned 1 exit status
Error: execution of command failed with code: 1: `cc "${@}" -o '/home/unshadow/.cache/crystal/crystal-run-spec.tmp' -rdynamic -lvix -lxml2 -lpcre -lm -lgc -lpthread /usr/lib/crystal/ext/libcrystal.a -levent -lrt -ldl -L/usr/lib -L/usr/local/lib`
crystal spec -D "-l/usr/lib/vmware-vix/Workstation-12.0.0/64bit/libvix.so"
/usr/bin/ld: cannot find -lvix
collect2: error: ld returned 1 exit status
Error: execution of command failed with code: 1: `cc "${@}" -o '/home/unshadow/.cache/crystal/crystal-run-spec.tmp' -rdynamic -lvix -lxml2 -lpcre -lm -lgc -lpthread /usr/lib/crystal/ext/libcrystal.a -levent -lrt -ldl -L/usr/lib -L/usr/local/lib`
crystal spec -D "-L/usr/lib/vmware-vix/Workstation-12.0.0/64bit/"
/usr/bin/ld: cannot find -lvix
collect2: error: ld returned 1 exit status
Error: execution of command failed with code: 1: `cc "${@}" -o '/home/unshadow/.cache/crystal/crystal-run-spec.tmp' -rdynamic -lvix -lxml2 -lpcre -lm -lgc -lpthread /usr/lib/crystal/ext/libcrystal.a -levent -lrt -ldl -L/usr/lib -L/usr/local/lib`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment