Re: OpenCOBOL, MINGW/Cygwin and gmp.h problem



Apparently there is something called Gnu Multiprecision Arithmetic
library:
http://www.swox.com/gmp/. Looks like it can't find the include file...
see if you have it somewhere:

find / -name gmp.h -print

If you find it, maybe you can set an environment variable or a flag to
indicate to add that path to the include search.
good luck
Chris Mason

.