http://sourceware.org/bugzilla/show_bug.cgi?id=13558
--- Comment #2 from Daniel Richard G. <skunk at iskunk dot org> 2012-05-01 19:18:49 UTC --- Created attachment 6383 --> http://sourceware.org/bugzilla/attachment.cgi?id=6383 Patch against current binutils CVS source syslex.c is a Lex-generated source file. Although the Lex source (syslex.l) #includes "config.h" right at the beginning, the generated source adds a few hundred lines of boilerplate before that, which unfortunately contains numerous system header #includes. Tweaking the rule that invokes Lex did not appear feasible, so instead I modified the build definitions to compile a small wrapper source file that #includes config.h and then syslex.c, while removing the former #include from syslex.l. (I did not encounter any issue with mkdtemp() on AIX 4.3.) -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils