Karim BELABAS on Wed, 23 Oct 2002 00:12:59 +0200 (MEST)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PATCH CVS] gnuplot-dynamic as the default


On Wed, 16 Oct 2002, Ilya Zakharevich wrote:
> This patch
>
>   a) Makes gnuplot-dynamic build the default (so when X is not found,
>      the graphic engine is gnuplot-dynamic; when X is found the engine is
>      X11.builtin-gnuplot-dynamic);
>
>   b) Adds the possibility to configure the DLL name for
>      gnuplot-dynamic at Configure-time (append ",DLL_NAME" to the
>      --graphics argument).  The name should in format suitable for
>      dl_open() call.  E.g., on OS/2 I distribute a pre-compiled
>      Gnuplot engine DLL, so one can build things with
>
>         sh Configure --graphic=gnuplot-dynamic,gnpltdrw

A $ was missing (it's fixed in CVS)

RCS file: /home/megrez/cvsroot/pari/config/Makefile.SH,v
retrieving revision 1.50
diff -c -u -r1.50 Makefile.SH
cvs server: conflicting specifications of output style
--- config/Makefile.SH  2002/10/22 22:07:51     1.50
+++ config/Makefile.SH  2002/10/22 22:11:08
@@ -114,7 +114,7 @@
   ;;
 builtin.X11-gnuplot-dynamic)
   cflags="$cflags -DBOTH_GNUPLOT_AND_X11"
-  PLOTCFLAGS="-I$Xincroot -DDYNAMIC_PLOTTING -DDYNAMIC_PLOTTING_RUNTIME_LINK=_graphic_lib_dll"
+  PLOTCFLAGS="-I$Xincroot -DDYNAMIC_PLOTTING -DDYNAMIC_PLOTTING_RUNTIME_LINK=$_graphic_lib_dll"
   if test "$osname" = concentrix; then
     PLOTLIBS="-lX11"
   else


    Karim.
-- 
Karim Belabas                    Tel: (+33) (0)1 69 15 57 48
Dép. de Mathematiques, Bat. 425  Fax: (+33) (0)1 69 15 60 19
Université Paris-Sud             Email: Karim.Belabas@math.u-psud.fr
F-91405 Orsay (France)           http://www.math.u-psud.fr/~belabas/
--
PARI/GP Home Page: http://www.parigp-home.de/