rudix-mac / rudix

Build system target on macOS with precompiled packages
https://rudix.org
BSD 3-Clause "New" or "Revised" License
194 stars 35 forks source link

could i use it in Mojave(10.14)? #122

Closed zeaone closed 1 year ago

ruda commented 1 year ago

Maybe, I can't guarantee 100% success. Try the new packages from here: https://github.com/rudix-mac/rudix/releases/tag/v2022

I have an older Mac running El Capitan (10.11) and sometimes I've got weird errors like this:

$ /usr/local/bin/zsh
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/zsh
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /usr/local/bin/zsh
  Expected in: /usr/lib/libSystem.B.dylib
zeaone commented 1 year ago

ok,thanks