search for: flags32

Displaying 20 results from an estimated 71 matches for "flags32".

Did you mean: flag32
2000 May 17
2
samba-2.0.7 build in separate directory fails
I try to compile samba-2.07 in a separate directory and it fails with : Linking bin/smbd ld: 0711-934 SEVERE ERROR: Cannot create the output file: bin/smbd ld:open() A file or directory in the path name does not exist. collect2: ld returned 12 exit status gnumake: *** [bin/smbd] Error 1 because the directory `bin' does not exist in my build directory; the
2003 Mar 20
1
Samba 2.2.8 LDAP compilie error
..." -DPIDDIR="/usr/local/samba/var/locks" -DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb" Using FLAGS32 = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/sa...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
..." -DBINDIR="/opt/samba/bin" -DPIDDIR="/opt/samba/var/locks" -DLIBDIR="/opt/samba/etc" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/opt/samba/etc/smbpasswd" -DTDB_PASSWD_FILE="/opt/samba/etc/smbpasswd.tdb" Using FLAGS32 = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1 -D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var" -DCONFIGFILE="/opt/samba/etc/smb.conf" -DLMHOSTSFILE="/opt/samba/etc/lmhosts"...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
..." -DBINDIR="/opt/samba/bin" -DPIDDIR="/opt/samba/var/locks" -DLIBDIR="/opt/samba/etc" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/opt/samba/etc/smbpasswd" -DTDB_PASSWD_FILE="/opt/samba/etc/smbpasswd.tdb" Using FLAGS32 = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1 -D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var" -DCONFIGFILE="/opt/samba/etc/smb.conf" -DLMHOSTSFILE="/opt/samba/etc/lmhosts"...
2002 Jul 10
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun F orte 6-update 2 compilers
...KDIR="/u amba/lib/codepages" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DBINDIR="/usr/loc DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_P _PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb" Using FLAGS32 = -O -D__EXTENSIONS__ -xtarget=ultra -xarch=v9b -I./popt -Iinclude -I./i D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var" -DCONFIGFILE="/usr/local/sam lmhosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/bin" -DLOCKDIR=" /sam...
2002 Jun 24
1
problem compiling samba 2.2.5 on rh 7.3
...; -DBINDIR="/usr/local/samba//bin" -DPIDDIR="/var/run/samba" -DLIBDIR="/usr/local/samba//lib" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/usr/bin/passwd" -DSMB_PASSWD_FILE="/etc/samba/smbpasswd" -DTDB_PASSWD_FILE="/etc/samba/smbpasswd.tdb" Using FLAGS32 = -O -O2 -march=i386 -mcpu=i686 -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLOGFILEBASE="/var/log/samba" -DCONFIGFILE="/etc/samba/smb.conf" -DLMHOSTSFILE="/etc/samba/lmhosts" -DSWATDIR="/usr/loc...
2002 Jul 11
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun Forte 6-update 2 compilers
...depages" -DDRIVERFILE="/usr/local/samba/lib/printers.def" > -DBINDIR="/usr/loc > DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H > -DPASSWD_PROGRAM="/bin/passwd" -DSMB_P > _PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb" > Using FLAGS32 = -O -D__EXTENSIONS__ -xtarget=ultra > -xarch=v9b -I./popt > -Iinclude -I./i > D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var" > -DCONFIGFILE="/usr/local/sam > lmhosts" -DSWATDIR="/usr/local/samba/swat" > -DSBINDIR="/usr/local/samba...
2011 Aug 15
9
[PATCH 0/8] Staging: hv: vmbus: Driver cleanup
Further cleanup of the vmbus driver: 1) Cleanup the interrupt handler by inlining some code. 2) Ensure message handling is performed on the same CPU that takes the vmbus interrupt. 3) Check for events before messages (from the host). 4) Disable auto eoi for the vmbus interrupt since Linux will eoi the interrupt anyway. 5) Some general cleanup. Regards, K. Y
2011 Aug 15
9
[PATCH 0/8] Staging: hv: vmbus: Driver cleanup
Further cleanup of the vmbus driver: 1) Cleanup the interrupt handler by inlining some code. 2) Ensure message handling is performed on the same CPU that takes the vmbus interrupt. 3) Check for events before messages (from the host). 4) Disable auto eoi for the vmbus interrupt since Linux will eoi the interrupt anyway. 5) Some general cleanup. Regards, K. Y
2011 Feb 22
4
[PATCH 1/6] Staging: hv: vmbus_drv.c Replaced DPRINT with native pr_XXX
...} /* TODO: Check if there are events to be process */ page_addr = hv_context.synic_event_page[cpu]; event = (union hv_synic_event_flags *)page_addr + VMBUS_MESSAGE_SINT; /* Since we are a child, we only need to check bit 0 */ - if (test_and_clear_bit(0, (unsigned long *) &event->flags32[0])) { - DPRINT_DBG(VMBUS, "received event %d", event->flags32[0]); + if (test_and_clear_bit(0, (unsigned long *) &event->flags32[0])) ret |= 0x2; - } return ret; } @@ -468,17 +462,6 @@ static int vmbus_bus_init(void) int ret; unsigned int vector; - DPRINT_INFO(VM...
2011 Feb 22
4
[PATCH 1/6] Staging: hv: vmbus_drv.c Replaced DPRINT with native pr_XXX
...} /* TODO: Check if there are events to be process */ page_addr = hv_context.synic_event_page[cpu]; event = (union hv_synic_event_flags *)page_addr + VMBUS_MESSAGE_SINT; /* Since we are a child, we only need to check bit 0 */ - if (test_and_clear_bit(0, (unsigned long *) &event->flags32[0])) { - DPRINT_DBG(VMBUS, "received event %d", event->flags32[0]); + if (test_and_clear_bit(0, (unsigned long *) &event->flags32[0])) ret |= 0x2; - } return ret; } @@ -468,17 +462,6 @@ static int vmbus_bus_init(void) int ret; unsigned int vector; - DPRINT_INFO(VM...
1999 Aug 16
0
Compile Problem with 2.05a under Linux
...mbrun" -DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DBINDIR="/usr/local/samba/bin" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using FLAGS32 = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr/local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local...
2000 Apr 05
0
Compiling samba-2.0.6 with the sfio-library under Solaris 2.6
...mbrun" -DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DBINDIR="/usr/local/samba/bin" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using FLAGS32 = -O -I./sfio/include -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSMBLOGFILE="/var/samba/log.smb" -DNMBLOGFILE="/var/samba/log.nmb" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lm...
2001 Nov 01
0
Samba 2.2.2 configuration/compilation problem
...ib/samba/codepages" \ -DDRIVERFILE="/etc/printers.def" -DBINDIR="/usr/bin" -DHAVE_INCLUDES_H \ -DPASSWD_PROGRAM="/bin/passwd" \ -DSMB_PASSWD_FILE="/usr/private/smbpasswd" \ -DTDB_PASSWD_FILE="/usr/private/smbpasswd.tdb" \ Using FLAGS32 = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper \ -DLOGFILEBASE="/usr/var" \ -DCONFIGFILE="/etc/smb.conf" -DLMHOSTSFILE="/etc/lmhosts" \ -DSWATDIR="/usr/swat" -DSBINDIR="/usr/sbin" -DLOCKDIR="/var/lock" \ -DCODEPAGED...
2001 Nov 05
0
Compile problem with 2.2.2 with SCO OpenServer 506 after rs506a installed
...RIVERFILE="/usr/local/samba/lib/printers.def" -D BINDIR="/usr/local/samba/bin" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/l ocal/samba/private/smbpasswd.tdb" Using FLAGS32 = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -DLOGFILEBA SE="/usr/local/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTS FILE="/usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDI R="/usr/local/samba/bin&qu...
2001 Nov 26
0
Make error in samba 2.2.2
.../lib/codepages" -DDRIVERFILE="/opt/samba/lib/printers.def" -DBINDIR=" /opt/samba/bin" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FI LE="/opt/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/opt/samba/private/smbpassw d.tdb" Using FLAGS32 = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE_ SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/opt/samba/var" -DCONFIGFILE="/opt/ samba/lib/smb.conf" -DLMHOSTSFILE="/opt/samba/lib/lmhosts" -DSWATDIR="/opt/samba /swat" -DSBINDIR="/opt/sa...
2002 Feb 20
0
samba 3.0 cvs compiling woes
I'm having problems compiling on Debian 3.0 Linux/i386. Using FLAGS = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I. FLAGS32 = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I. LIBS = -lresolv -ldl -lcrypt -lnsl -lcom_err -lk5crypto -lkrb5 -lgssapi_krb5 -llber -lldap -lpam -lpopt LDSHFLAGS = -shared -O LDFLAGS = Compiling rpc...
2002 Jun 23
1
3.0 alpha 17 fails to build under Solaris 8
...ersions, but the files themselves haven't moved. 27% pwd /tmp/pedwards/samba-3.0-alpha17/source 28% make Using FLAGS = -DHAVE_CRYPT_DECL -I/usr/local/include/openssl -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. FLAGS32 = -DHAVE_CRYPT_DECL -I/usr/local/include/openssl -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. LIBS = -lssl -lcrypto -lsec -lgen -lresolv -lsocket -lnsl -ldl -lpam LDSHFLAGS = -h SHOWFLAGS -G -L/usr/local/lib/lib -D...
2002 Oct 11
0
samba-2.2.5 in Tru64 unix v4.0e
..." -DPIDDIR="/usr/local/samba/var/locks" -DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/usr/ucb/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb" Using FLAGS32 = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -DLOGFILEBASE="/usr/local/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/b...
2004 Mar 04
0
error compiling samba2.2.8a on solaris2.5.1
.../bin" -DPIDDIR="/usr/local/samba/var/locks" -DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb" Using FLAGS32 = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -DLOGFILEBASE="/usr/local/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/bi...