when i run sudo ./waf configure it give me output
Code: Select all
Setting top to : /home/pi/winexe-winexe-waf/source
Setting out to : /home/pi/winexe-winexe-waf/source/build
Checking for 'gcc' (c compiler) : /usr/bin/gcc
Checking for program pkg-config : /usr/bin/pkg-config
Checking for 'dcerpc' : yes
Checking for 'talloc' : yes
SAMBA_INCS set to : /usr/include/samba-4.0
SAMBA_LIBS set to : /usr/lib/arm-linux-gnueabihf/samba
Checking for samba_util.h : yes
Checking for core/error.h : yes
Checking for credentials.h : yes
Checking for dcerpc.h : yes
Checking for gen_ndr/ndr_svcctl_c.h : yes
Checking for popt.h : yes
Checking for smb_cli.h : yes
Checking for smb_cliraw.h : yes
Checking for smb_composite.h : yes
Checking for tevent.h : yes
Checking for util/debug.h : yes
Checking for library cli-ldap : not found
Checking for library :libcli-ldap.so.0 : yes
Checking for library dcerpc : yes
Checking for library dcerpc-samba : not found
Checking for library :libdcerpc-samba.so.0 : yes
Checking for library errors : not found
Checking for library :liberrors.so.0 : yes
Checking for library popt : yes
Checking for library talloc : yes
Checking for library ndr-standard : yes
Checking for library samba-hostconfig : yes
Checking for library samba-credentials : yes
Checking for library smbclient-raw : yes
Checking for program i386-mingw32-gcc,i386-mingw32msvc-gcc,i386-w64-mingw32-gcc,i586-mingw32-gcc,i586-mingw32msvc-gcc,i586-w64-mingw32-gcc,i686-mingw32-gcc,i686-mingw32msvc-gcc,i686-w64-mingw32-gcc : /usr/bin/i686-w64-mingw32-gcc
Checking for program x86_64-mingw32-gcc,x86_64-mingw32msvc-gcc,x86_64-w64-mingw32-gcc,amd64-mingw32-gcc,amd64-mingw32msvc-gcc,amd64-w64-mingw32-gcc : /usr/bin/x86_64-w64-mingw32-gcc
'configure' finished successfully (9.334s)Code: Select all
Waf: Entering directory `/home/pi/winexe-winexe-waf/source/build'
[ 1/16] c: winexesvc_launch.c -> build/winexesvc_launch.c.1.o
[ 2/16] c: winexesvc_loop.c -> build/winexesvc_loop.c.1.o
[ 4/16] c: winexesvc_launch.c -> build/winexesvc_launch.c.2.o
[ 4/16] c: winexesvc_loop.c -> build/winexesvc_loop.c.2.o
[ 5/16] c: bin2c.c -> build/bin2c.c.3.o
[ 6/16] c: winexe.c -> build/winexe.c.6.o
[ 8/16] c: svcinstall.c -> build/svcinstall.c.6.o
[ 8/16] c: async.c -> build/async.c.6.o
[ 9/16] cprogram: build/winexesvc_launch.c.1.o build/winexesvc_loop.c.1.o -> build/winexesvc32.exe
[10/16] cprogram: build/bin2c.c.3.o -> build/bin2c
[11/16] bin2c: build/bin2c build/winexesvc32.exe -> build/winexesvc32_exe.c
[12/16] c: build/winexesvc32_exe.c -> build/winexesvc32_exe.c.6.o
[13/16] cprogram: build/winexesvc_launch.c.2.o build/winexesvc_loop.c.2.o -> build/winexesvc64.exe
[14/16] bin2c: build/bin2c build/winexesvc64.exe -> build/winexesvc64_exe.c
[15/16] c: build/winexesvc64_exe.c -> build/winexesvc64_exe.c.6.o
[16/16] cprogram: build/winexe.c.6.o build/svcinstall.c.6.o build/async.c.6.o build/winexesvc32_exe.c.6.o build/winexesvc64_exe.c.6.o -> build/winexe
Waf: Leaving directory `/home/pi/winexe-winexe-waf/source/build'
'build' finished successfully (5.385s)
Code: Select all
winexeCode: Select all
bash: winexe: command not found