<div dir="ltr">
<div>1. For starters, 32 bit support is deprecated in the next version of Mac OS X. Other things like Hardened Runtime (<a href="https://lapcatsoftware.com/articles/hardened-runtime-sandboxing.html" target="_blank">https://lapcatsoftware.com/articles/hardened-runtime-sandboxing.html</a>)
 may not be relevant, but to make things compatible, apps need to be 
compiled with an SDK > 10.7. The 64 bit is the big thing.</div><div>2
 & 3. I want static and can't figure out how to get it to compile. 
Why static? I want to be able to distribute it to other users without 
having to install anything else.</div><div>4. I forget where I got the 
specific opusenc and opusdec that I have been using, but I do see older 
binaries linked right from the opus page: <a href="https://archive.mozilla.org/pub/opus/macos/opus-tools-0.1.9-macos.tar.gz" target="_blank">https://archive.mozilla.org/pub/opus/macos/opus-tools-0.1.9-macos.tar.gz</a></div><div><br></div><div>So I'm just looking to statically compile the current version of opus tools for OS X. I'll check out your page at 

<a href="https://github.com/janstary/ports/" target="_blank">https://github.com/janstary/ports/</a>

</div><div><br></div><div>Thanks,<br></div><div>Scott</div><div><br></div>

<div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 20, 2019 at 
17:21:25 +0200 
Jan Stary <<a href="mailto:hans@stare.cz" target="_blank">hans@stare.cz</a>>

 wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On May 20 11:04:02, <a href="mailto:scottcbrown@gmail.com" target="_blank">scottcbrown@gmail.com</a> wrote:<br>
> I've been using the command line opusenc/opusdec tools for a while now to<br>
> encode/decode files. The next version of OS X changes a few things,<br>
<br>
can you be specific?<br>
<br>
> so I was looking to recompile these tools<br>
> using a version of the OS X SDK > 10.7<br>
> (needed for apple's "hardened runtime") but had no luck.<br>
<br>
What errors are you running into?<br>
<br>
> How can I compile a static version of opus tools on OS X that doesn't<br>
> depend on any other files,<br>
<br>
Why do you need them to be static?<br>
<br>
> like the older opusenc and opusdec OS X binaries<br>
> floating around?<br>
<br>
Which ones do you mean?<br>
<br>
<br>
I am bulding my *opus* using <a href="https://github.com/janstary/ports/" rel="noreferrer" target="_blank">https://github.com/janstary/ports/</a> <br>
but that build the normal dynamically linked version<br>
<br>
        Jan<br>
</blockquote></div></div>