On Mon, Jul 24, 2006 at 05:00:37PM -0400, Larry Hall (Cygwin) wrote:
TV JOE wrote:
I've a C program referencing complex.h. But make can't find it and the
only copy I see is in /usr/include/mingw which I don't think is the
right version. Advice welcomed.
Try:
<http://cygwin.com/cgi-bin2/package-grep.cgi?grep=complex.h>
That will tell you what packages have complex.h in them. I expect you
can reasonably narrow down from there the package you need and how to
get at the file you want.
I don't think that there is any cygwin package which provides a usable
complex.h is there? I don't see one from the above list and, if one was
going to exist, it should come from newlib -- which doesn't seem to be
the case.