[EMAIL PROTECTED] (Bob Proulx) wrote: > Jim Meyering wrote: >> Check out the red columns here: >> >> http://proulx.com:9000/ >> >> Maybe a system-provided mempcpy macro is causing trouble? >> ... >> cc -I. -Ae -O -c mempcpy.c >> cc: "string.h", line 39: error 1000: Unexpected symbol: "__dest". >> cc: "string.h", line 39: error 1000: Unexpected symbol: "__src". >> cc: "string.h", line 39: error 1573: Type of "__src" is undefined due to an >> illegal declaration. > > Line 39 in the file is this: > > void *mempcpy (void *restrict __dest, void const *restrict __src, size_t > __n);
Hi Bob, Thanks for the info. Can I get to the build directory for one of the losing systems? Or just get a copy of its config.log? That should tell us why the configure-time check for restrict isn't working.