Updating Macports after upgrading to Leopard
After the occurrence of errors like:
configure: error: no acceptable C compiler found in $PATH or configure: error: C compiler cannot create executables even though gcc got updated to version 4.*, the following did help:
- Reinstalling XCode tools
- Cleaning and upgrading the ports collection:
~# port selfupdate
~# port -d sync
~# portindex
~# port --all clean all
~# port upgrade installed
1-7/7










