On Thu, Mar 04, 2010 at 05:30:29PM -0500, Chuck Lever wrote: > I use > > $ make distclean > $ sh ./autogen.sh > > then run ./configure I did this but rpc/auth_gss.h still cannot be found: gcc -DHAVE_CONFIG_H -I. -I../../support/include -D_GNU_SOURCE -Wall -Wstrict-prototypes -pipe -g -O2 -g -O2 -MT gssd-context.o -MD -MP -MF .deps/gssd-context.Tpo -c -o gssd-context.o `test -f 'context.c' || echo './'`context.c context.c:40:26: error: rpc/auth_gss.h: No such file or directory but this one works: gcc -DHAVE_CONFIG_H -I. -I../../support/include -D_GNU_SOURCE -Wall -Wstrict-prototypes -pipe -g -O2 -g -O2 -MT gssd-context.o -MD -MP -MF .deps/gssd-context.Tpo -c -o gssd-context.o `test -f 'context.c' || echo './'`context.c `pkg-config --cflags librpcsecgss` -- Lukáš Hejtmánek -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html