This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 0/2] BZ#10375 fixes
On 08/05/12 13:12, Roland McGrath wrote:
>> On 08/05/12 12:47, Roland McGrath wrote:
>>>> gcc: error: @libc_extra_cflags@: No such file or directory
>>>> make[2]: *** [/home/arch/code/glibc-build/ifunc-defines.h] Error 1
>>>
>>> Are you sure configure and config.status got re-run after applying the
>>> patch? This looks like exactly the failure mode I would expect if
>>> config.make.in were processed by a config.status that was made before my
>>> configure changes.
>>
>> I am sure. I built in a freshly made directory after checking out your
>> branch.
>
> Odd. I guess double-check that I didn't somehow manage to miss the
> configure regeneration in my branch commit (e.g. touch configure.in and let
> make re-run autoconf). If that's not it, then you'll just have to debug
> the configure procedure and see why it didn't put the right thing into
> config.make.
>
Missed configure regeneration appears to be the issue. There is no
occurrence of libc_extra_cflags in the configure file after your patch.
There is in configure.in.
Allan