[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_SYS_LARGEFILE and old OSX framework
From: |
Paul Eggert |
Subject: |
Re: AC_SYS_LARGEFILE and old OSX framework |
Date: |
Wed, 30 Oct 2013 18:11:03 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
Diorcet Yann wrote:
> I tried your idea ... same result.
It sounds like it's not an Autoconf-related
problem, then. But you'll have to debug it, I'm afraid.
Possibly your program is trying to store an ino_t
value into an int variable; that could explain
the problem.