Hi there, I'm on Mac OS X (Leopard) and I am running macports selfupdate. I'm getting the following error. ===> making all in src/macports1.0 gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -fno-common macports.c -o macports.o gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -fno-common get_systemconfiguration_proxies.c -o get_systemconfiguration_proxies.o gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -fno-common realpath.c -o realpath.o gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -fno-common sysctl.c -o sysctl.o cc -dynamiclib macports.o get_systemconfiguration_proxies.o realpath.o sysctl.o -o MacPorts.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4 -framework CoreFoundation -framework SystemConfiguration warning: error while loading MacPorts.dylib: no suitable image found. Did find: make[2]: *** [pkgIndex.tcl] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 What is the problem here ? Is there a bug with the selfupdate ? Thanks.