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: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <3A805C3F.D8A33D74@Wanadoo.fr> Date: Tue, 06 Feb 2001 21:19:11 +0100 From: Jerome BENOIT X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Dr. Volker Zell" CC: Charles Wilson , 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> <3A7F8168 DOT 5FDA1069 AT Wanadoo DOT fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I hav ejust try it and I get: g_defplot.c:51: `PTHREAD_MUTEX_INITIALIZER' undeclared here (not in a function) make[2]: *** [g_defplot.lo] Error 1 make[2]: Leaving directory `/usr/local/src/plotutils-2.4.1/libplot' Anyidea ? Jerome BENOIT "Dr. Volker Zell" wrote: > > >>>>> "Jerome" == Jerome BENOIT 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