CpServiceSPb .
2019-Nov-12 09:32 UTC
[Samba] Build some shared libraries, and building exact these libraries directly to binaries at the same time.
Should I specify _libraries_ what I want to build directly to binaries, for example: --nonshared-binary=replace,winbind-client,wbclient ? Or are there specified binaries where the libraries are builtin to, for examle: --nonshared-binary=testparm, smbtorture, smbd and so on ? ??, 12 ????. 2019 ?. ? 02:25, Andrew Bartlett <abartlet at samba.org>:> On Tue, 2019-11-12 at 02:05 +0300, CpServiceSPb . via samba wrote: > > > > Is there combination of configure options to get and replace, > > winbind-client and wbclientas shared ones and build it directly to > > binariies ? > > Try: > --nonshared-binary> > However while it works for may of our binaries not all of Samba > supports that. > > Andrew Bartlett > > -- > Andrew Bartlett https://samba.org/~abartlet/ > Authentication Developer, Samba Team https://samba.org > Samba Developer, Catalyst IT > https://catalyst.net.nz/services/samba > > > >
Andrew Bartlett
2019-Nov-12 17:19 UTC
[Samba] Build some shared libraries, and building exact these libraries directly to binaries at the same time.
G'Day, --nonshared-binary takes a list of binaries. On Tue, 2019-11-12 at 12:32 +0300, CpServiceSPb . wrote:> Should I specify _libraries_ what I want to build directly to > binaries, for example: > --nonshared-binary=replace,winbind-client,wbclient ? > > Or are there specified binaries where the libraries are builtin to, > for examle: > --nonshared-binary=testparm, smbtorture, smbd and so on ? >-- Andrew Bartlett https://samba.org/~abartlet/ Authentication Developer, Samba Team https://samba.org Samba Developer, Catalyst IT https://catalyst.net.nz/services/samba
CpServiceSPb .
2019-Nov-12 19:33 UTC
[Samba] Build some shared libraries, and building exact these libraries directly to binaries at the same time.
As I understood it is 2nd case:> Or are there specified binaries where the libraries are builtin to, forexamle:> --nonshared-binary=testparm, smbtorture, smbd and so on ?But in the case of binaries list, all binaries mentioned at the list will be linked statically with ALL libraries, not only 3 (in my case) . Am I right ? ??, 12 ????. 2019 ?. ? 20:19, Andrew Bartlett <abartlet at samba.org>:> G'Day, > > --nonshared-binary takes a list of binaries. > > On Tue, 2019-11-12 at 12:32 +0300, CpServiceSPb . wrote: > > Should I specify _libraries_ what I want to build directly to > > binaries, for example: > > --nonshared-binary=replace,winbind-client,wbclient ? > > > > Or are there specified binaries where the libraries are builtin to, > > for examle: > > --nonshared-binary=testparm, smbtorture, smbd and so on ? > > > > -- > Andrew Bartlett https://samba.org/~abartlet/ > Authentication Developer, Samba Team https://samba.org > Samba Developer, Catalyst IT > https://catalyst.net.nz/services/samba > > > >
Maybe Matching Threads
- Build some shared libraries, and building exact these libraries directly to binaries at the same time.
- Build some shared libraries, and building exact these libraries directly to binaries at the same time.
- Building rpcclient statically linked?
- Build some shared libraries, and building exact these libraries directly to binaries at the same time.
- how to build smbtorture using static linked libraries