On Jan 7, 2008, at 15:38, ara howard wrote:
just migrated tiger -->> leopard: clean install. i'm copying stuff over by hand and had hoped i could do an rsync of my /opt tree on tiger to leopard. this seems to have work as at least many things are working. however, just tried to port install iterm and got:
ld: library not found for -lcrt1.10.5.o
so - is the iterm port hosed for leopard? or was i simply too hopeful that i could copy the tree over like that and have things work?
Copying MacPorts from Tiger to Leopard (or upgrading from Tiger to Leopard and keeping your MacPorts installation) is problematic because many ports will have built with the auto-selected "darwin_8" variant, which is now not appropriate on Leopard. Any such ports that you have should be forcibly uninstalled (sudo port -f uninstall foo) and reinstalled (sudo port install foo) so that they pick up the darwin_9 variant, if necessary. That may not be related to your iterm issue, however. I'm not sure.