March 19, 2004
Alright, status update.

I eliminated the fmodl problem temporarily, and it now compiles.  However, when
I try to compile the
tests I get an error telling me that thello0.d is not a valid Mach-O file.  It
would seem that thello0.d is
being passed to ld as the object file instead of thello0.o.  If I use cc1d to
dump ASM, I can then compile
the ASM perfectly.

Ideas?

Owen