Peter Daniel Kirchner wrote:
> is > #undef sgi > missing from your dx/acconfig.h ? Yes, it is missing. > > > if so, add it. > > you may be working with an old/bad dx/include/dxconfig.h.in > that is created/updated by autoconf iff the #undef sgi line is there. > Added it.I did a make distclean, CVSMake, configure and make. Didn't help. I still get the same errors. I can manually replace "string.h" with "strings.h" to get past the compilations of array.c, regulararray.c and cstarray.c, but the next hangup appears to be in message.c where the include errno.h is not invoked (I think). So it appears that there is still something wrong with my configure. It worries me that messages like this checking for sys/string.h ... no checking for sys/strings.h ... no checking for sys/errno.h ... no still appear in the output for configure. I guess I'll start looking at that section of the configure script. > Pete
