[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-readline] readline.h dependency on stdio.h
From: |
Chet Ramey |
Subject: |
Re: [Bug-readline] readline.h dependency on stdio.h |
Date: |
Tue, 17 May 2011 09:34:16 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 |
On 5/16/11 8:51 AM, serge Guelton wrote:
> Hi folks,
> An autoconf test on readline function recently failed due to the
> following problem:
>
> The following code (yes it is a one liner :p)
>
> ==================================
> #include <readline/readline.h>
> ==================================
>
> Fails to compile with gcc -c due to a dependency on stdio.h (missing
> FILE definition)
> This dependency did not exist before.
Not so. The dependency has always existed, and is documented in the
readline manual page.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU address@hidden http://cnswww.cns.cwru.edu/~chet/