I updated my git repo to the latest version of nfs-utils, and now I can no longer build nfs-utils. I use ./configure --disable-gss --disable-nfsv4 and get these compilation errors: Making all in nfs make[2]: Entering directory `/u/cel/nfs-utils/support/nfs' gcc -DHAVE_CONFIG_H -I. -I../../support/include -I../../support/include -D_GNU_SOURCE -Wall -pipe -g -O2 -MT exports.o -MD -MP -MF .deps/exports.Tpo -c -o exports.o exports.c exports.c:33:27: error: pseudoflavors.h: No such file or directory exports.c:38: error: array type has incomplete element type exports.c:39: error: ‘RPC_AUTH_GSS_KRB5’ undeclared here (not in a function) exports.c:40: error: ‘RPC_AUTH_GSS_KRB5I’ undeclared here (not in a function) exports.c:41: error: ‘RPC_AUTH_GSS_KRB5P’ undeclared here (not in a function) exports.c:42: error: ‘RPC_AUTH_GSS_LKEY’ undeclared here (not in a function) exports.c:43: error: ‘RPC_AUTH_GSS_LKEYI’ undeclared here (not in a function) exports.c:44: error: ‘RPC_AUTH_GSS_LKEYP’ undeclared here (not in a function) exports.c:45: error: ‘RPC_AUTH_GSS_SPKM’ undeclared here (not in a function) exports.c:46: error: ‘RPC_AUTH_GSS_SPKMI’ undeclared here (not in a function) exports.c:47: error: ‘RPC_AUTH_GSS_SPKMP’ undeclared here (not in a function) exports.c: In function ‘secinfo_show’: exports.c:209: error: dereferencing pointer to incomplete type exports.c:212: error: dereferencing pointer to incomplete type exports.c: In function ‘find_flavor’: exports.c:423: error: increment of pointer to unknown structure exports.c:423: error: arithmetic on pointer to an incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type exports.c:424: error: dereferencing pointer to incomplete type make[2]: *** [exports.o] Error 1 make[2]: Leaving directory `/u/cel/nfs-utils/support/nfs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/u/cel/nfs-utils/support' make: *** [all-recursive] Error 1 [cel@monet nfs-utils]$