delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2001/02/06/06:30:26

Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-apps-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/lists.html#faqs>
Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com
X-Mailer: 21.2 (beta41) "Polyhymnia" XEmacs Lucid (via feedmail 8 I)
To: Jerome BENOIT <JGMBenoit AT Wanadoo DOT fr>
Cc: "Dr. Volker Zell" <Dr DOT Volker DOT Zell AT oracle DOT com>,
Charles Wilson <cwilson AT ece DOT gatech DOT edu>,
cygwin-apps AT sources DOT redhat DOT com
Subject: Re: [ANNOUNCEMENT] Updated: libpng-1.0.9-3
References: <200102042131 DOT f14LVNr13796 AT rtl DOT cygnus DOT com>
<3A7DFCAC DOT 6F846E99 AT Wanadoo DOT fr> <3A7E1D98 DOT 59466F66 AT ece DOT gatech DOT edu>
<3A7E3CF4 DOT 39BEB71F AT ece DOT gatech DOT edu>
<kvzog13sun DOT fsf AT vzell DOT de DOT oracle DOT com> <3A7F8168 DOT 5FDA1069 AT Wanadoo DOT fr>
X-Face: I-*}xvwusAv%MlABo'jVNP7TDXf5bb*L[q,r{DnsR1GoL07^Wf)sAu%>!LjXAFlZZN+`OQu
}?#du]C)[*%ERKR#+l#sX'EoNbSO~|.x AT ogoS5|"-u?<s5ViLslvYMlj7_n!Tq1m AT xt2Bhj4[Zg+e?
/Yy\SE`V?%v~kRU3GoS1f&U]}
From: "Dr. Volker Zell" <Dr DOT Volker DOT Zell AT oracle DOT com>
Date: 06 Feb 2001 12:33:48 +0100
In-Reply-To: Jerome BENOIT's message of "Tue, 06 Feb 2001 05:45:28 +0100"
Message-ID: <kvwvb4avvn.fsf@vzell.de.oracle.com>
Lines: 51
User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Polyhymnia)
MIME-Version: 1.0

>>>>> "Jerome" == Jerome BENOIT <JGMBenoit AT Wanadoo DOT fr> writes:

    Jerome> What a list !
    Jerome> I have try without success to build plotutils-2.4.1 :
    Jerome> it seems that plotutils-2.4.1 does not compile OOTB.

    Jerome> How do you do taht ?
    Jerome> Have you got any patch ?

diff -upr /gnu/plotutils-2.4.1/ode/specfun.c plotutils-2.4.1/ode/specfun.c
--- /gnu/plotutils-2.4.1/ode/specfun.c	Sun May 30 21:20:53 1999
+++ plotutils-2.4.1/ode/specfun.c	Tue Jan 23 13:22:21 2001
@@ -82,7 +82,12 @@ static double lgamneg ____P((double x));
 static double lgampos ____P((double x));
 #else  /* not NO_SYSTEM_GAMMA, we link in vendor code */
 #define SIGNGAM signgam
+#ifdef __CYGWIN__
+extern __IMPORT struct _reent reent_data;
+#define signgam reent_data._new._reent._gamma_signgam
+#else
 extern int SIGNGAM;
+#endif
 #endif
 double f_gamma ____P((double x));

./configure  --enable-shared=no --enable-static=yes --with-gnu-ld --with-x --with-xpm --enable-ps-fonts-in-pcl --enable-lj-fonts-in-ps --enable-lj-fonts-in-x --enable-libplotter --enable-libxmi


make  check-TESTS
make[2]: Entering directory `/gnu/src/plotutils-2.4.1/test'
PASS: spline.test
PASS: ode.test
PASS: graph.test
PASS: plot2plot.test
PASS: plot2hpgl.test
PASS: plot2pcl.test
PASS: plot2fig.test
PASS: plot2cgm.test
PASS: plot2ps.test
PASS: plot2svg.test
PASS: tek2plot.test
PASS: pic2plot.test
===================
All 12 tests passed
===================

    Jerome> Thanks in advance,
    Jerome> Jerome BENOIT

Ciao
  Volker

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019