This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: glibc parallel builds broken


On Thu, 26 Apr 2012 02:58:54 -0400 (EDT), David wrote:

> 
> Siddhesh, your change tonight broke parallel builds for me.
> 
> The problem is that nothing makes sure that gnu/lib-names.h is
> generated before files that include it are built.
> 
> As a result, what happens is that it ends up including the system
> /usr/include/gnu/lib-names.h header which doesn't have a define for
> LIBGCC_S_SO
> 
> Please add appropriate dependencies into the makefiles and whatever
> else might be necessary to fix this.
> 

Ah, sorry about that. I'll work on this today.

--
Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]