On Tue, 2015-04-14 at 02:00 -0400, Calvin Walton wrote: > rpcgen normally runs with a hardcoded cpp path of e.g. /lib/cpp, > but not all Linux distributions install a cpp there. > > Grab a trick from glibc, and run rpcgen with a cpp-path pointing at > a script; the script then runs the cpp specified in the CPP > environment variable - which was set by the configure script to > something reasonable. I've discovered that I've made a mistake here; this patch doesn't work unless you happen to have $CPP set in your environment. I'm going to roll a revised version that fixes the issue, probably by copying exactly what glibc does: setting CPP='$(CC) -E -x c-header' when running rpcgen. -- Calvin Walton <calvin.walton@xxxxxxxxxx> -- 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