Created
July 13, 2017 08:34
-
-
Save bararchy/87ee407915eb393bd3bc9779059b60d0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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