Bug 6709 - BFD build can't find libintl.h in /usr/local/include
Summary: BFD build can't find libintl.h in /usr/local/include
Status: RESOLVED INVALID
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.18
: P2 critical
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-30 15:24 UTC by tbird-contact
Modified: 2008-07-08 20:41 UTC (History)
1 user (show)

See Also:
Host: i386-unknown-freebsd6.2
Target: mips-unknown-elf
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tbird-contact 2008-06-30 15:24:23 UTC
Exactly what the summary says.  The BFD configure script never goes looking for
it, and as a result libintl.h is not found anywhere in the include path. Oops!

FreeBSD6.2-RELEASE with gettext-0.14.5 (building binutils-2.18 from FSF sources)
Comment 1 Daniel Jacobowitz 2008-07-08 20:41:58 UTC
Sorry, that's just how GCC's path searching works - /usr/local/include is not on
the default path.  Set CPPFLAGS before configuring instead.