search for: check_need_lc

Displaying 2 results from an estimated 2 matches for "check_need_lc".

2019 Mar 26
0
samba 4.10 searches wrong libs on cross-compile
...ster. # It also results in faster load time. conf.env.asneeded_ldflags = conf.ADD_LDFLAGS('-Wl,--as-needed', testflags=True) # MY_MODIFICATION ... my_libs = os.getenv(MY_LDFLAGS') conf.ADD_LDFLAGS(my_libs, testflags=False) # ... MY_MODIFICATION if not conf.CHECK_NEED_LC("-lc not needed"): conf.ADD_LDFLAGS('-lc', testflags=False) and in all the previous releases that worked fine. Since there have been other patches already, I'm wondering if this has been fixed also. I've spent a long time digging and I can't find it. Regards...
2011 May 17
2
CentOS 5.6 X86_64 install problem
I am trying to install samba 4 on a CentOS 5.6 X86_64 with all update installed following the directions from http://wiki.samba.org/index.php/Samba4/HOWTO Installed git and am able to use that to pull down latest version of samba source code ran ./configure.developer (can post output from this long file if needed) Once that was done I ran the make command and got this at the end