I am trying to instal libiconv with MacPorts. I need to build it to run in OS X 10.5 while my Mac is running 10.6. So I added this like to macports.conf
:
macosx_deployment_target 10.5
That supposedly force MacPorts to build the port with 10.5 SDK. However, the installed libraries still contain LC_DYLD_INFO
load command which is available only in 10.6.
I reinstalled the port with -v option and find that it downloads and installs a pre-built package without compiling. The package obviously was built on a 10.6 machines.
The question is: how can I force MacPorts to built the port on my machine with my settings? Thanks.
Edit: I am building x86/x64 universal binaries with this command:
sudo port -v install libiconv +universal
Duh! I've looked up and down for the better part of the day. And right after I posted the question, I find it out myself.
Add -s
to port
command and it will pull and compile the source locally:
sudo port -s -v install libiconv +universal
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With