Make MacPorts compile static binaries?
Hi! Is it possible to make MacPorts compile static binaries with all libraries compiled in? For example I'd like to build "wget" in such a way that I can copy it to another Intel Mac without needing all the linked libraries in /opt/... best regards Andreas
On Sep 30, 2007, at 19:22, Andreas Korthaus wrote:
Is it possible to make MacPorts compile static binaries with all libraries compiled in?
MacPorts libraries should build dynamic and static by default.
For example I'd like to build "wget" in such a way that I can copy it to another Intel Mac without needing all the linked libraries in /opt/...
But most programs will link against other software dynamically. So no, there's probably no way to do what you want. Install MacPorts on that other Mac, then "sudo port install wget"
participants (2)
-
Andreas Korthaus
-
Ryan Schmidt