From pari-dev-return-543-ilya=math.ohio-state.edu@list.cr.yp.to  Sat May 22 03:35:19 1999
Received: from muncher.math.uic.edu (muncher.math.uic.edu [131.193.178.181])
	by mathserv.mps.ohio-state.edu (8.9.2/8.9.2) with SMTP id DAA22806
	for <ilya@math.ohio-state.edu>; Sat, 22 May 1999 03:35:18 -0400 (EDT)
Received: (qmail 29214 invoked by uid 1002); 22 May 1999 07:34:54 -0000
Mailing-List: contact pari-dev-help@list.cr.yp.to; run by ezmlm
Delivered-To: mailing list pari-dev@list.cr.yp.to
Received: (qmail 15275 invoked from network); 22 May 1999 07:34:54 -0000
Received: from mathserv.mps.ohio-state.edu (128.146.111.31)
  by muncher.math.uic.edu with SMTP; 22 May 1999 07:34:54 -0000
Received: from monk.mps.ohio-state.edu (monk.mps.ohio-state.edu [128.146.111.52])
	by mathserv.mps.ohio-state.edu (8.9.2/8.9.2) with ESMTP id DAA22802
	for <pari-dev@list.cr.yp.to>; Sat, 22 May 1999 03:35:16 -0400 (EDT)
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Received: (from ilya@localhost)
	by monk.mps.ohio-state.edu (8.9.2/8.9.2) id DAA13050
	for pari-dev@list.cr.yp.to; Sat, 22 May 1999 03:35:18 -0400 (EDT)
Message-Id: <199905220735.DAA13050@monk.mps.ohio-state.edu>
Subject: 2.0.15: Problems
To: pari-dev@list.cr.yp.to (Developers Pari)
Date: Sat, 22 May 1999 03:35:17 -0400 (EDT)
X-Mailer: ELM [version 2.5 PL0b1]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Status: RO
Content-Length: 1056
Lines: 29

I'm on Solaris 7 with WorkShop Compilers 5.0 98/12/15 C 5.0.

After I correct the problems (meaningless casts in lvalues) of galois
file, everything compiles OK, and static test runs OK, but dynamic
test does not work at all:

  > ./o.solaris-sparcv9/gp-dyn
  Illegal instruction (core dumped)

Moreover, redirection of PARI error messages (via the replacable
handlers for printing an error line and for fflushing) does not work,
which breaks a build of Math::Pari Perl module.  Can somebody guess
which edit could cause the latter behaviour?

Ilya

P.S.  Here is yet another tiny patch for gnuplotting:

--- ./src/graph/plotgnuplot.c~	Thu May 20 13:05:08 1999
+++ ./src/graph/plotgnuplot.c	Sat May 22 03:33:46 1999
@@ -150,7 +150,7 @@ term_set(char *s)
   strncpy(pari_plot.name,s,t-s);
   pari_plot.name[t-s] = '\0';
   if (!termset( pari_plot.name ))
-      err(talker,"error setting terminal \"\%s\"", pari_plot.name);
+      err(talker,"error setting terminal \"%s\"", pari_plot.name);
 
   /* *Needed*, say, by gif output: */
   set_options_from(t);

