search for: samba_cv_cc_negative_enum_valu

Displaying 8 results from an estimated 8 matches for "samba_cv_cc_negative_enum_valu".

2011 May 11
1
(Cross ) Install and Conversion problem
With some extra effort of export samba_cv_CC_NEGATIVE_ENUM_VALUES=0 I could compile Samba3 for ARM. (./configure --host=arm-none-linux-gnueabi --build=i686; make) As I couldn't install samba on my host with make install (as I compiled on Intel machine) I just - copied smbclient, libwbclient.so, - created an empty /usr/local/samba/lib/smb.conf - and copied...
2014 Aug 30
1
help compiling samba
...x-gnueabi-ld" #export LDFLAGS="-static" export samba_cv_HAVE_IFACE_IFCONF=yes ./configure --enable-static --without-krb5 --without-ldap --without-ads --disable-cups --enable-swat=no --with-winbind=no --target=arm-linux-gnueabi --host=arm-linux-gnueabi --prefix= --with-configdir=/etc samba_cv_CC_NEGATIVE_ENUM_VALUES=yes libreplace_cv_HAVE_GETADDRINFO=no ac_cv_file__proc_sys_kernel_core_pattern=yes What am I overlooking?
2014 Oct 13
1
static compile
...his, 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=...
2013 Oct 08
1
Address family not supported by protocol
...esuid=yes \ ac_cv_have_setresgid=yes \ ac_cv_file__proc_sys_kernel_core_pattern=yes \ samba_cv_USE_SETRESUID=yes \ samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes \ samba_cv_HAVE_WRFILE_KEYTAB=yes \ samba_cv_HAVE_OFF64_T=yes \ samba_cv_have_longlong=yes \ samba_cv_HAVE_MMAP=yes \ samba_cv_HAVE_INO64_T=yes \ samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ smb_krb5_cv_enctype_to_string_takes_krb5_context_arg=no \ smb_krb5_cv_enctype_to_string_takes_size_t_arg=yes \ ./configure \ --without-pie \ --disable-cups \ --disable-iprint \ --with-configdir=/etc/samba \ --with-logfilebase=/tmp/samba \ --wi...
2014 Oct 12
0
Static compile
...his, 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=...
2011 May 13
0
Difficulty in creating and adding principal using net utility
...\ samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes \ samba_cv_HAVE_WRFILE_KEYTAB=yes \ samba_cv_HAVE_OFF64_T=yes \ samba_cv_have_longlong=yes \ samba_cv_HAVE_MMAP=yes \ samba_cv_HAVE_INO64_T=yes \ samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ smb_krb5_cv_enctype_to_string_takes_krb5_context_arg=no \ smb_krb5_cv_enctype_to_string_takes_size_t_arg=yes \ ./configure \ --build=$(GNU_HOST_NAME) \ --host=$(GNU_TARGET_NAME) \ --prefix=$(SAMB...
2013 May 31
1
Cross Compiling Samba 4.0.6 for ARM increases size of binaries
...--without-ads --without-ldap --without-krb5 ac_cv_path_PYTHON=/not/exist ac_cv_path_PYTHON_CONFIG=/not/exist SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes samba_cv_CC_NEGATIVE_ENUM_VALUES=yes linux_getgrouplist_ok=no samba_cv_HAVE_BROKEN_GETGROUPS=no samba_cv_HAVE_FTRUNCATE_EXTEND=yes samba_cv_have_setresuid=yes...
2010 Oct 27
1
Cross-compile Samba 3.5.6 with STLinux 2.3 (SH4 CPU)
I need to generate a minimal Samba working in a SH4 cpu in a STLinux 2.3 environment. The goal is to have very very simple Samba server running in a STLinux environment. STLinux Kernel has included the CIFS support. Really I'm a newbie in Samba cross-compilation. And obviously I've problems :-( Any help will be appreciated. Thanks :-) 1) First of all I've set some env vars: export