On Wednesday 21 August 2002 01:06, Chris Wallace wrote: > Hi all, > > I am trying to apply a patch for a port monitoring app. The patch > applies > just fine but when I execute the 'make' command I get these errors: >
What app? What version? Which patch? > <snip> > > secure.c:25: gmp.h: No such file or directory > make: *** [secure.o] Error 1 > Try #locate gmp.h. Is it on your system? If yes, is the proper include path set when compiling? > I don't see gmp.h listed amongst the source files downloaded with the > patch, so I figure that it's a prob with my recent upgrade to Red Hat > 7.3? > It is the header file for the GNU Multiple Precision Math library.
