linuxbox2 / ntirpc

New development on tirpc
Other
24 stars 94 forks source link

Problem after turn off USE_GSS #4

Open allspace opened 8 years ago

allspace commented 8 years ago

Good to see this new development of TIRPC.

Here is a problem after I turn off USE_GSS in CMakeLists.txt:

Link will report error below:

undefined reference to _svcauth_gss' undefined reference toauthgss_ctx_gc_idle'

This is because svc_auth.c and svc_vc.c still reference the two functions even after USE_GSS is turned off.