This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

including the installed bfd.h header fails because of missing config.h


Seen in a distribution test rebuild. With 2.23 and trunk every package which
includes bfd.h fails to build, because the sanity check triggers. I can think of
different solutions:

 - Remove the sanity check on installation
   awk '/PR 14072/,/^#endif/ {next} {print}' bfd.h

 - Install the config.h under a different name bfd-config.h
   and use this name in the installed bfd.h.

This should be fixed on the branch too.

Matthias


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