Geoff, Okay. I downloaded the cctools-590.42.1.tar.gz and attempted to build it using the same fink packaging script used for odcctools. However I get a build failure of...
cc -O -g -I../../include -Wall -Wno-long-double -no-cpp-precomp -fno-builtin-round -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ -D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_ -static -DRLD -DSA_RLD -fno-builtin -finline -fno-keep-inline-functions -fsigned-bitfields -force_cpusubtype_ALL -msoft-float -nostdinc -I/System/Library/Frameworks/Kernel.framework/PrivateHeaders/libsa -I/System/Library/Frameworks/Kernel.framework/PrivateHeaders -I/System/Library/Frameworks/Kernel.framework/Headers/libsa -I/System/Library/Frameworks/Kernel.framework/Headers/bsd -I/System/Library/Frameworks/Kernel.framework/Headers -DKERNEL -DKERNEL_PRIVATE -DAPPLE -DNeXT -DLIBSA_PRIVATE -c \ -MD -dependency-file ./get_toc_byte_sex.d \ -o ./get_toc_byte_sex.o ../get_toc_byte_sex.c ../get_toc_byte_sex.c:25:16: error: ar.h: No such file or directory ../get_toc_byte_sex.c: In function 'get_toc_byte_sex': which has been apparently been reported on the darwin lists without replies... http://lists.apple.com/archives/darwin-userlevel/2006/Jan/msg00016.html Any suggestions for working around this problem? Jack