[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: My first Hack!! :)
- From: Richard Henderson <rth cygnus com>
- To: axp-list redhat com
- Subject: Re: My first Hack!! :)
- Date: Thu, 31 Dec 1998 15:48:27 -0800
On Thu, Dec 31, 1998 at 06:22:08PM -0500, Peter Petrakis wrote:
> #ifdef __USE_GNU
> /*
> extern _IO_ssize_t getdelim __P ((char **, size_t *, int, FILE*));
> extern _IO_ssize_t getline __P ((char **, size_t *, FILE *));
> extern _IO_ssize_t __getline __P ((char **, size_t *, FILE *));
> */
>
> Gettext went on to compile and install perfectly :).
> This was with egcs 1.1.1. Now what should I do with this answer?
Nothing. Gettext is broken. It should either not use
getline et al, or should not be build with _GNU_SOURCE.
r~
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]