so the link i did is below. I also moved all the files in the winexec-winexe-waf/source/smb_static into the winexe-winexe-waf/samba/bin/default/smb_static lrwxrwxrwx. 1 root root 57 May 15 13:46 smb_static -> /root/git/winexe-winexe-waf/samba/bin/default/smb_static/
I was able to get past static compile on basic cent OS 7.3 clean install with samba 4-3-stable **NOTE: no samba was installed on the install git clone git://git.samba.org/samba.git samba -b v4-3-stable what i did was mv smb_static/ smb_static.orig ln -s ../samba/bin/default/smb_static/ smb_static/ this allowed that static to compile changed wscript_build changes in "if bld.env.SAMBA_DIR:" *** lib='dl gnutls'
I was able to get past static compile on cent OS 7.3 with samba 4-3-stable git clone git://git.samba.org/samba.git samba -b v4-3-stable what i did was mv smb_static/ smb_static.orig ln -s ../samba/bin/default/smb_static/ smb_static/ this allowed that static to compile changed wscript_build changes in "if bld.env.SAMBA_DIR:" *** lib='dl gnutls'