2 comments on “cc65 on OSX

  1. On macOS Mojave, the “sudo make install” part was failing for me, with the error “variable ‘PREFIX’ must be set”. Typing “env” seemed to show PREFIX set to /usr/local as per instructions so this was confusing. Then I tried “sudo env” and spotted that the sudo command didn’t have PREFIX set to anything. My solution was to invoke “sudo -i” then “export PREFIX=/usr/local” and finally “make install”

    • Good to know. What I documented worked at the time, at least for me. Its been some time so maybe a few things changed. Reply approved in case I need this info in the future or someone else does. Thanks!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.