bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build failures: string.h vs. HP-UX


From: Jim Meyering
Subject: Re: build failures: string.h vs. HP-UX
Date: Sat, 27 Jan 2007 08:16:48 +0100

address@hidden (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]