On Sep 13, 2005, at 11:37 AM, Robert M. Zigweid wrote:

cc -O -g -I/SourceCache/cctools/cctools-576.3/libstuff/../include -Wall -Wno-long-double -no-cpp-precomp -pipe -no-cpp-precomp -arch ppc -arch i386 -static -c \

        -MD -dependency-file /private/var/tmp/cctools/cctools-576.3.obj/libstuff/static_obj/allocate.d \

        -o /private/var/tmp/cctools/cctools-576.3.obj/libstuff/static_obj/allocate.o /SourceCache/cctools/cctools-576.3/libstuff/allocate.c

make[3]: cc: Command not found


It looks like you might not have cc in your BuildRoot.  Did you install the DevTools first?  If so, you might try linking cc->gcc-3.3 in your BuildRoot.


_Mark