Hi, qt3-mac fails to build for me, complaining that ranlib can't find a file called libdesignercore.a. Does anyone have any clues for fixing this? Session output is below. I've tried it using both 4.0 and 3.3 as the system default gcc, just in case that was part of the issue, but it makes no difference to the behaviour. PowerBook:~ dan$ sudo port clean --all qt3-mac Password: ---> Cleaning qt3-mac PowerBook:~ dan$ sudo gcc_select 4.0 Default compiler has been set to: gcc version 4.0.1 (Apple Computer, Inc. build 5341) PowerBook:~ dan$ sudo port install qt3-mac Password: ---> Fetching qt3-mac ---> Attempting to fetch qt-mac-free-3.3.8.tar.gz from ftp://ftp.trolltech.com/qt/source/ ---> Verifying checksum(s) for qt3-mac ---> Extracting qt3-mac ---> Applying patches to qt3-mac ---> Configuring qt3-mac ---> Building qt3-mac with target symlinks src-qmake src-moc sub-src sub-tools ---> Staging qt3-mac into destroot Error: Target com.apple.destroot returned: shell command "ranlib -s /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_qt3-mac/work/destroot/opt/local/lib/libdesignercore.a" returned error 1 Command output: ranlib: can't open file: /opt/local/var/db/dports/build/_private_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_qt3-mac/work/destroot/opt/local/lib/libdesignercore.a (No such file or directory) I've googled and searched the bugtracker, to no avail. So thanks in advance for any tips - Dan