binary not working on mac OSX Yosemite version 10.10.1
Closed this issue · 5 comments
not sure why:
➜ software ./wiggletools_x86_64_linux
zsh: exec format error: ./wiggletools_x86_64_linux
➜ software brew install gsl
Warning: gsl-1.16 already installed
➜ software uname -m
x86_64
Thanks very much.
That would be because the binary is for Linux. I forgot to add a MacOS one.
On Thu, Mar 24, 2016 at 9:12 PM, Ming Tang notifications@github.com wrote:
not sure why:
➜ software ./wiggletools_x86_64_linux
zsh: exec format error: ./wiggletools_x86_64_linux
➜ software brew install gsl
Warning: gsl-1.16 already installed
➜ software uname -m
x86_64Thanks very much.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#9
could you please add that? thanks!
Might take a while unfortunately, my upgrade to El Capitan messed up quite a few things apparently.
OK, I gave it a try, let me know if it works on your system.
If it does not work at first, try installing XCode.
it seems to work! Thanks.
Ming