Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Apparently-From: Message-ID: <3ADC6988.BBC5DBE@yahoo.com> Date: Tue, 17 Apr 2001 12:04:24 -0400 From: Earnie Boyd Reply-To: Cygwin Users X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "William D. Kirby" CC: "cygwin AT cygwin DOT com" Subject: Re: Readline library global variable rl_complete_with_tilde_expansion References: <3ADC6419 DOT E7DBB60F AT ix DOT netcom DOT 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