On Jun 7, 2007, at 17:41, Michael Davidson wrote:
Intel, 10.4.9, XCode 2.4, no manually installed software.
Do you have a libgcc_s.10.4 in /usr/lib, or does it just not want it?
id3lib 3.8.3_0 installs fine for me. MacBook Pro (Core 2 Duo) Mac OS X 10.4.9 Xcode 2.4.1 MacPorts 1.4.42 I do have libgcc_s.10.4.dylib: $ cd /usr/lib $ l libgcc* -rw-r--r-- 1 root wheel 251320 May 5 04:09 libgcc_s.1.dylib -rw-r--r-- 1 root wheel 41420 Sep 27 2006 libgcc_s.10.4.dylib -rw-r--r-- 1 root wheel 41656 Sep 27 2006 libgcc_s.10.5.dylib lrwxr-xr-x 1 root wheel 18 Mar 16 13:16 libgcc_s_ppc64.1.dylib -> ./libgcc_s.1.dylib lrwxr-xr-x 1 root wheel 18 Mar 16 13:16 libgcc_s_x86_64.1.dylib -> ./libgcc_s.1.dylib It is presumably provided by Xcode's gcc 4.0 package: $ cd /Library/Receipts/ $ grep libgcc_s.10.4 -r * 2>/dev/null Binary file MacOSX10.3.9.pkg/Contents/Archive.bom matches Binary file MacOSX10.4.Universal.pkg/Contents/Archive.bom matches Binary file gcc4.0.pkg/Contents/Archive.bom matches $ You should update to Xcode 2.4.1 just in case.