bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/13558] binutils 2.22 v. AIX 6.1 -- build fails with large-


From: skunk at iskunk dot org
Subject: [Bug binutils/13558] binutils 2.22 v. AIX 6.1 -- build fails with large-file support problems (and mkdtemp confusion)
Date: Tue, 01 May 2012 19:18:49 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]