davidrmiller / biosim4

Biological evolution simulator
Other
3.1k stars 435 forks source link

Confirm 64bit won't work? New territory for me #61

Open brycereynolds opened 2 years ago

brycereynolds commented 2 years ago

Just want to confirm 32 bit vs 64 bit support. Encountering this error...

zsh: exec format error: ./bin/Release/biosim4

From looking quickly online it seems this might be that this is built for 32 bit and the latest mac versions won't work. Just wanted to confirm with this community that might be case.

Thanks in advance for any insights!

mathematicalmichael commented 2 years ago

i've compiled and run this on ARM64 and AMD64 using the docker images without an issue.

petterreinholdtsen commented 2 years ago

Suspect the problem is not 32 vs 64 bit, but something else. What is the output from 'file bin/Release/biosim4'?