Levi Senft <levisenft(at)home(dot)com> writes:
> "fd.c", line 286: error: undefined symbol: NOFILE
Throw in a default definition, eg
#ifndef NOFILE
#define NOFILE 50
#endif
This is fixed in current sources, btw, so you might just want to install
7.2 beta...
regards, tom lane