Mac OS 10.6.4
CocoaEmacs 64bit

I am trying to install the development version of Cocoa Emacs (version 24?) which seems 64 bit.  
The download was fine.  "./configure --with-ns --without-x" was fine as well.  But

$make bootstrap 

gives,

...
      _Fdbus_register_method in dbusbind.o
      _Fdbus_register_signal in dbusbind.o
      _Fdbus_call_method in dbusbind.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make: *** [src] Error 2

then, of course, "make install" does not do its job.

Could anyone help me out?

soichi