<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hey everyone,<br class=""><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">I’m John (the developer of nEXT (<a href="https://github.com/neXT-Browser/nEXT/" class="">https://github.com/neXT-Browser/nEXT/</a>),</div><div class=""><br class=""></div><div class="">I’m trying to produce a standalone binary. I managed to create a “.app” bundle of my application, and then I linked the libraries ecl and eql following this approach (<a href="https://stackoverflow.com/questions/2809930/macdeployqt-and-third-party-libraries" class="">https://stackoverflow.com/questions/2809930/macdeployqt-and-third-party-libraries</a>):</div><div class=""><br class=""></div><div class="">> install_name_tool -change libeql5.1.dylib @executable_path/../Frameworks/libeql5.1.dylib next.app/Contents/MacOS/next</div><div class="">> install_name_tool -change @libdir@/libecl.16.1.dylib @executable_path/../Frameworks/libecl.16.1.dylib next.app/Contents/MacOS/next</div><div class=""><br class=""></div><div class="">otool then reveals that everything was successful:</div><div class=""><div class="">> otool -L next.app/Contents/MacOS/next</div><div class="">next.app/Contents/MacOS/next:</div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>@executable_path/../Frameworks/libecl.16.1.dylib (compatibility version 16.1.3, current version 0.0.0)</div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span>@executable_path/../Frameworks/libeql5.1.dylib (compatibility version 1.0.0, current version 1.0.0)</div><div class=""><br class=""></div><div class=""><br class=""></div></div><div class="">Anyways, long story short, I got the following terminal output when I try to launch my new app binary:</div><div class=""></div></div></div></body></html>