Re: Static binaries with openssl on MacOS

2021-09-29 Thread T. Kurt Bond
Have you tried setting CSC_OPTIONS to include the specific include and library directories for the homebrew installed openssl, the ones under /usr/local/Cellar/openssl*/VERSION/{include,lib}? That helped

Static binaries with openssl on MacOS

2021-09-29 Thread Nicholas Van Horn
Hi all! I have a project that uses the OpenSSL egg. The code base historically ran fine. It runs both in interpreted fashion as well as compiled. It runs on both linux and MacOS, and has for several years. However, after updating to Chicken 5+ I am no longer able to build static binaries on