Displaying 2 results from an estimated 2 matches for "torture_rpc".
Did you mean:
torture_ops
2015 Oct 22
2
how to build smbtorture using static linked libraries
Hello all:
I am trying to build smbtorture using static linked libraries.
The samba source code I have is samba-4.1.13
for configure, I did:
waf configure --builtin-libraries=ALL
for build, I did:
waf build --targets=smbtorture (so that it only build target smbtorture)
But, the waf build fails immediately.
Then, I tried to only link with lib talloc and tevent statically, so I did:
waf
2010 May 02
2
samba4 make error - drsblobs.so
.../bench.c
Compiling torture/rpc/samba3rpc.c
Compiling torture/rpc/rpc.c
Compiling torture/rpc/async_bind.c
Compiling torture/rpc/handles.c
Compiling torture/rpc/frsapi.c
Compiling torture/rpc/object_uuid.c
Compiling torture/rpc/ntsvcs.c
Compiling torture/rpc/browser.c
Partially linking bin/mergedobj/torture_rpc.o
Compiling ../librpc/gen_ndr/ndr_browser_c.c
Partially linking bin/mergedobj/rpc_ndr_browser.o
Compiling torture/rap/rap.c
torture/rap/rap.c: In function ?rap_pull_string?:
torture/rap/rap.c:195: warning: cast discards qualifiers from pointer target type
Compiling torture/rap/rpc.c
Compiling tortu...