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]

glibc parallel builds broken


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.

Thank you.


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