Devel tree compile error on OS X 10.3

Mike Goggin eb_saturn@sbcglobal.net
Wed, 21 Jul 2004 20:42:11 -0500


Howdy.

I grabbed the latest source from rsync (the bk repository kept timing  
out) and tried compiling it. I received this error:

+ Entering Darwin
     Compiling MolExt.o            : ok
     Compiling stub.o              : ok
     Compiling dev.o               : ok
     Compiling alloc.o             : ok
     Compiling archmisc.o          : ok
     Compiling archfault.o         : ok
     Compiling support.o           : ok
strip: can't process non-object and non-archive file:  
../../../obj-osx/build/src/kmod/Darwin//.blib/.verydummy.o
ld: file: ../../../obj-osx/build/src/kmod/Darwin//.blib/.verydummy.o is  
empty (not an object or archive)
make[3]: ***  
[../../../obj-osx/build/src/kmod/Darwin//MolExt.kext/Contents/MacOS/ 
MolExt] Error 1
make[2]: *** [sub-Darwin-all] Error 2
make[1]: *** [sub-kmod-all] Error 2
make: *** [sub-src-all] Error 2

Did I do something wrong or is this just a compatibility problem  
between the MOL build system and OS X?

- Mike Goggin