Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Apparently-From: <earnie?boyd@yahoo.com>
Message-ID: <3ADC6988.BBC5DBE@yahoo.com>
Date: Tue, 17 Apr 2001 12:04:24 -0400
From: Earnie Boyd <earnie_boyd@yahoo.com>
Reply-To: Cygwin Users <cygwin@cygwin.com>
X-Mailer: Mozilla 4.76 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: "William D. Kirby" <wdkirby@ix.netcom.com>
CC: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: Readline library global variable rl_complete_with_tilde_expansion
References: <3ADC6419.E7DBB60F@ix.netcom.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

"William D. Kirby" wrote:
> 
> In building gnuplot v3.8f+ the global variable
> rl_complete_with_tilde_expansion causes an error of being undefined in
> plot.c. It is declared as extern int in plot.c, and as int in the
> readline library complete.c. Is this a fault in the readline library or
> in the Cygwin gcc compiler (gcc 2.95.3-3)?
> 

The problem is that plot.c doesn't include the appropriate header to
declare it and is taking matters into it's own hands.  Include the
appropriate header and remove the plot.c declaration.

Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

