Installation on a Cray computer #15546
carlos9917
started this conversation in
Installation Issues
Replies: 2 comments 2 replies
-
I don't recall anyone mentioning a Cray before. Not many have access to one. :-) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
maybe this was answered before, but could not find it.
Has anyone compiled the vlang in a Cray?
Loading gnu compilers I get this message
cd ./vc && git clean -xf && git pull --quiet
cd ./thirdparty/tcc && git clean -xf && git pull --quiet
cc -std=gnu99 -w -o v1.exe ./vc/v.c -lm -lpthread
./v1.exe -no-parallel -o v2.exe cmd/v
GNUmakefile:96: recipe for target 'all' failed
make: *** [all] Illegal instruction
Thanks
Carlos
Beta Was this translation helpful? Give feedback.
All reactions