Grr why is this so hard? Compiling samba-3.6.24 for android using the sourcery toolchain. Dropbear and busybox went w/o a hitch. I've googled the hell out of this, nothing I've found has helped. Here's my config: ./configure --without-krb5 \ --without-ldap \ --without-ads \ --disable-cups \ --enable-swat=no \ --enable-static=yes \ --disable-shared \ --with-winbind=no \ --target=arm-none-linux-gnueabi \ --host=i686 \ --prefix=/data/samba/files \ samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ libreplace_cv_HAVE_GETADDRINFO=no \ --with-libtalloc=yes \ ac_cv_file__proc_sys_kernel_core_pattern=yes \ --with-configdir=/data/samba/files \ --bindir=/data/samba/files \ --sbindir=/data/samba/files \ --sysconfdir=/data/samba/files \ --with-configdir=/data/samba/files \ --with-logfilebase=/data/samba/files/var CC=arm-none-linux-gnueabi-gcc Compiles as dynamic/shared every time. -- View this message in context: http://samba.2283325.n4.nabble.com/Static-compile-tp4674103.html Sent from the Samba - General mailing list archive at Nabble.com.