[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8295: coreutils 8.10 portability fixes
From: |
Paul Eggert |
Subject: |
bug#8295: coreutils 8.10 portability fixes |
Date: |
Sat, 19 Mar 2011 18:59:16 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 |
On 03/19/2011 12:04 PM, Andreas Stolcke wrote:
> - Several places where iterator variables are declared inside for(), failing
> compiles
> on systems that support c99.
I assume you meant "systems that don't support c99".
The README file has a section "Pre-C99 build failure"
about that. Which compiler were you using, and why
didn't "configure" successfully put it into c99 mode?