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
Message-ID: <002301c0f376$e165a780$0100a8c0@duron>
From: "Frank Wuebbeling" <wuebbel@math.uni-muenster.de>
To: <cygwin@cygwin.com>
References: <000201c0f363$01992720$0100a8c0@duron> <20010612143708.A413@redhat.com>
Subject: Re: 1.3.2: signgam problem still present in plotutils, gnuplot etc.
Date: Tue, 12 Jun 2001 21:35:38 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200


> Hmm.  I don't recall anyone submitting a patch for this.

The mailing on the CYGWIN list I referred to had a patch, to which several
people agreed it worked. It almost also did the job for plotutils, meaning
it revealed a problem in plotutils, removing that one made it work (the
problem was that plotutils assumes that signgam is a variable, and
redeclares it - which fails if it is not and is obsolete anyway since math.h
is responsible for declaring it).

Again, the page was http://www.cygwin.com/ml/cygwin/2001-03/msg01837.html. I
quote the main idea. I have no idea whatsoever what the change really does,
so I don't want to submit a patch - I just propose reconsidering the old
posting which had one. I incorporated the fix in math.h. Here's the original
posting:

> The same problem occurs compiling the latest beta version of gnuplot for
> X-Windows using Cygwin v1.1.8 (gcc 2.95.2-6). Your reommended fix of
> inserting
> in the soucre code the definition of signgam
>
> extern __IMPORT struct _reent reent_data;
> #define signgam reent_data._new._reent._gamma_signgam
>
> works.



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

