Hi,<br><br>I am trying to use macport to build and install macports. I used sudo port -v build macports and get build errors. I find this strange since if I just download the source and compile with the instructions on the website it works without a problem.<br>
<br>cc -dynamiclib -L/usr/local/lib registry.o util.o entry.o entryobj.o -o registry.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4 -arch ppc -arch i386 -L/usr/local/lib ../cregistry/cregistry.a -lsqlite3<br>
ld: warning -L: directory name (/usr/local/lib) does not exist<br>ld: warning -L: directory name (/usr/local/lib) does not exist<br>ld: warning -L: directory name (/usr/local/lib) does not exist<br>ld: warning -L: directory name (/usr/local/lib) does not exist<br>
ld: archive: ../cregistry/cregistry.a has no table of contents, add one with ranlib(1) (can't load from it)<br>ld: archive: ../cregistry/cregistry.a has no table of contents, add one with ranlib(1) (can't load from it)<br>
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: internal link edit command failed<br>/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link edit command failed<br>lipo: can't figure out the architecture type of: /var/tmp//ccC9sGem.out<br>
make[2]: *** [registry.dylib] Error 1<br>make[1]: *** [all] Error 1<br>make: *** [all] Error 1<br><br>this is on tiger intel and it also fails on leopard.<br><br>Is there a way to build macports with macports?<br><br>Michael<br>