I would like to compile NRPE static, so I can copy the compiled binary to an OmniOS server, where I don\'t want gcc to be installed on. I would prefer to install NRPE with S
Try this:
./configure LDFLAGS="-static"