I have forwarded the attached message on behalf of James E. Johnson.

In response...

Thanks, James, for your additional report.  It was good to hear everything
basically worked fine for you with cmake.

The warning messages are of three kinds.

A few of the cmake warnings don't mean anything on Linux because those
missing components (e.g., windows or Mac OS X device drivers) are not meant
for Linux.  However, most of the other warnings (octave, wxwidgets, itcl,
itk, gnome-canvas, etc.) means there is a component of PLplot that you are
missing because you haven't yet installed the appropriate devel version of
certain libraries that are needed by that component.  Sometimes getting an
additional PLplot component working is pretty straightforward (itcl, itk),
but sometimes it is more difficult (octave, wxwidgets) or extremely
difficult (gnome-canvas). It depends on your needs whether you go out of
your way to install the extra devel libraries or not.

I am not sure whether you saw any compilation warnings, but we definitely
have those on some platforms (such as my own gcc-4.2.3, Debian testing
platform), and we are working on reducing/removing them.

The run-time warnings you encountered with the svg device driver are because
that driver is immature and a lot of "noisy" debugging messages are still
being output.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________
--- Begin Message ---
Been busy, didn't get to this until yesterday. Everything worked fine with 
cmake. The tests all worked too, just some warnings in one of them. See 
attachements. FYI: I am running Linux 2.6.21.5 (Slackware 12.0) compiling 
with gcc version 4.1.2 on an old Dell Inspiron 4000 (Intel PIII 900 MHz).

Thanks for the pointers!

-- 
James

On Saturday 17 November 2007 01:44:57 you wrote:
> I am sending the attached message to the list on behalf of James E. Johnson
> (whose message bounced presumably because he isn't subscribed to
> plplot-devel).
>
> I am Ccing to him so he will see my response which is as follows:
>
> James, your report shows that "make check" from our old deprecated
> autotools-based build system no longer works.  The reason for that is
> nobody has been willing to maintain it because our new CMake based build
> system is a lot more powerful and also much easier for us to maintain. In
> fact, as noted in the release announcement for 5.8.0-RC1 (and also the
> forthcoming 5.8.0), the old autotools-based build system is scheduled for
> removal right after 5.8.0 is released.  So for this reason we will not be
> addressing the "make check" issue you have found.  But thanks anyway for
> going to the extra trouble of running the "make check" command and
> reporting the results to us.
>
> If you are still keen there is a big way you can help us out with testing
> 5.8.0-RC1 using our CMake-based build system.  First, follow the directions
> for that build system given at
> http://www.miscdebris.net/plplot_wiki/index.php?title=Main_Page .
>
> Please use the -DBUILD_TEST=ON cmake option (in addition to the others
> suggested by the wiki), and after running "cmake" with the requested
> options, run the commands, "make" and "ctest --verbose".  The latter does a
> build-tree test of the examples similar to but more extensive than the old
> "make check" command. A report of the install-tree test of the examples
> (directions for how to do that test are given by the above wiki) would be
> extremely useful to us as well.
>
> Alan
> __________________________
> Alan W. Irwin
>
> Astronomical research affiliation with Department of Physics and Astronomy,
> University of Victoria (astrowww.phys.uvic.ca).
>
> Programming affiliations with the FreeEOS equation-of-state implementation
> for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
> package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
> Linux Links project (loll.sf.net); and the Linux Brochure Project
> (lbproject.sf.net).
> __________________________
>
> Linux-powered Science
> __________________________
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Checking whether system has ANSI C header files
-- Looking for include files StandardHeadersExist
-- Looking for include files StandardHeadersExist - found
-- Performing Test memchrExists
-- Performing Test memchrExists - Success
-- Performing Test freeExists
-- Performing Test freeExists - Success
-- Check for whether ctype.h macros work on characters with the
   high bit set.
-- High-bit characters - work
-- ANSI C header files - found
-- Looking for include files HAVE_UNISTD_H
-- Looking for include files HAVE_UNISTD_H - found
-- Looking for include files HAVE_TERMIOS_H
-- Looking for include files HAVE_TERMIOS_H - found
-- Looking for include files HAVE_STDINT_H
-- Looking for include files HAVE_STDINT_H - found
-- Performing Test HAVE_SYS_WAIT_H
-- Performing Test HAVE_SYS_WAIT_H - Success
-- Looking for DIR in sys/types.h;dirent.h
-- Looking for DIR in sys/types.h;dirent.h - found
-- Check for signal return type in <signal.h>
-- Check for signal handler return type type void  - found
-- Looking for popen
-- Looking for popen - found
-- Looking for usleep
-- Looking for usleep - found
-- Looking for isinf
-- Looking for isinf - found
-- Looking for finite
-- Looking for finite - found
-- Looking for isnan
-- Looking for isnan - found
-- SWIG_VERSION = 1.3.31
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- X11_FOUND = 1
-- X11_INCLUDE_DIR = /usr/include
-- X11_COMPILE_FLAGS = -I/usr/include
-- X11_LIBRARIES = -lSM;-lICE;/usr/lib/libX11.so;/usr/lib/libXext.so
-- X11_LIBRARY_DIR = /usr/lib
-- Check for using namespace support
-- Check for using namespace - found
-- Looking for C++ include cmath
-- Looking for C++ include cmath - found
-- Check for broken isnan support in <cmath>
-- Check for isnan in <cmath> - found
-- Check for using stdint.h with CXX compiler
-- Check for using stdint.h with CXX compiler - ok
-- Check for working Fortran compiler: /usr/bin/f95
-- Check for working Fortran compiler: /usr/bin/f95 -- works
-- Checking whether /usr/bin/f95 supports Fortran 90
-- Checking whether /usr/bin/f95 supports Fortran 90 -- yes
-- Check for using namespace support
-- Check for f77 command line support - found
-- NOTICE: Found: /usr/bin/f95
-- WARNING: octave not found. Disabling octave bindings
-- Looking for include paths and libraries for Tcl/Tk
-- Looking for include paths and libraries for Tcl/Tk - found
-- Looking for tclsh
-- Looking for tclsh - found
-- TCL_INCLUDE_PATH = /usr/include
-- TCL_LIBRARY = /usr/lib/libtcl.so
-- Looking for itcl.h
-- Looking for itcl.h - not found
-- WARNING: Disabling incr Tcl interface code
-- TK_INCLUDE_PATH = /usr/include;/usr/include
-- TK_LIBRARY = /usr/lib/libtk.so;-L/usr/lib;-lSM;-lICE;/usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for itk.h
-- Looking for itk.h - not found
-- WARNING: Disabling incr Tk interface code
-- Check for NaN awareness in C compiler
-- Check for NaN awareness in C compiler - found
-- FindQHull: Found both qhull_a.h and libqhull.a
-- Looking for qh_new_qhull
-- Looking for qh_new_qhull - found
-- Looking for pkg-config - found
-- checking for module 'pango'
--   found pango, version 1.16.4
-- checking for module 'pangoft2'
--   found pangoft2, version 1.16.4
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Found LTDL: /usr/lib/libltdl.so;/usr/lib/libdl.so
-- checking for modules 'pangocairo;pango;cairo'
--   found pangocairo, version 1.16.4
--   found pango, version 1.16.4
--   found cairo, version 1.4.10
-- WARNING: cd.h and/or libcd.a not found.  Setting PLD_cgm to OFF.
-- checking for module 'libgnomeprintui-2.2'
--   package 'libgnomeprintui-2.2' not found
-- WARNING: libgnomeprintui-2.2 not found.  Setting PLD_gcw to OFF.
-- WARNING: PLD_gcw is OFF so setting ENABLE_gnome2 to OFF.
-- WARNING: PLD_gcw is OFF so setting ENABLE_pygcw to OFF.
-- Looking for gdImagePng in /usr/lib/libgd.so
-- Looking for gdImagePng in /usr/lib/libgd.so - found
-- Found ZLIB: /usr/lib/libz.so
-- Found PNG: /usr/lib/libpng.so
-- Looking for gdImageJpeg in /usr/lib/libgd.so
-- Looking for gdImageJpeg in /usr/lib/libgd.so - found
-- Found JPEG: /usr/lib/libjpeg.so
-- Looking for gdImageGif in /usr/lib/libgd.so
-- Looking for gdImageGif in /usr/lib/libgd.so - found
-- Found GD: /usr/lib/libgd.so
-- checking for modules 'lasi;pangoft2;pango'
--   package 'lasi' not found
includedir = 
libdir = 
linkflags = 
cflags = 
-- WARNING: pango, pangoft2, or lasi not found with pkg-config.
   Setting PLD_psttf to OFF.  Please install all of these packages
   and/or set the environment variable PKG_CONFIG_PATH appropriately.
-- Looking for gdi32 header and library
-- Looking for gdi32 header and library - not found
-- WARNING: Setting PLD_wingcc to OFF.
-- WARNING: wxWidgets not found so setting PLD_wxwidgets to OFF.
-- WARNING: PLD_wxwidgets is OFF so setting ENABLE_wxwidgets to OFF.
-- Cannot determine repository type. Please set UPDATE_TYPE to 'cvs' or 'svn'. CTest update will not work.

Summary of CMake build system results for PLplot

Install location variables which can be set by the user:
CMAKE_INSTALL_PREFIX:      /var/tmp/plplot-5.8.0-RC1/jj/usr/local
CMAKE_INSTALL_EXEC_PREFIX  /var/tmp/plplot-5.8.0-RC1/jj/usr/local
CMAKE_INSTALL_BINDIR 	   /var/tmp/plplot-5.8.0-RC1/jj/usr/local/bin
CMAKE_INSTALL_DATADIR 	   /var/tmp/plplot-5.8.0-RC1/jj/usr/local/share
CMAKE_INSTALL_LIBDIR 	   /var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib
CMAKE_INSTALL_INCLUDEDIR   /var/tmp/plplot-5.8.0-RC1/jj/usr/local/include
CMAKE_INSTALL_INFODIR 	   /var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/info
CMAKE_INSTALL_MANDIR 	   /var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/man

Derived install location variables:
DATA_DIR	/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/plplot5.8.0-RC1
LIB_DIR		/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib
INCLUDE_DIR	/var/tmp/plplot-5.8.0-RC1/jj/usr/local/include/plplot
BIN_DIR		/var/tmp/plplot-5.8.0-RC1/jj/usr/local/bin
TCL_DIR		/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/plplot5.8.0-RC1/tcl
PYTHON_INSTDIR	/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/python2.5/site-packages
DRV_DIR		/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/plplot5.8.0-RC1/driversd
DOC_DIR		/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/doc/plplot
MAN_DIR		/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/man
INFO_DIR	/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/info

Other important CMake variables:

CMAKE_SYSTEM_NAME:	Linux
UNIX:			1
WIN32:			
APPLE:			
MSVC:				(MSVC_VERSION:	)
MINGW:			
MSYS:			
CYGWIN:			
BORLAND:		
WATCOM:		  

SWIG_FOUND:		1
PERL_FOUND:		YES
X11_FOUND:		1

CMAKE_BUILD_TYPE:	
CMAKE_C_COMPILER CMAKE_C_FLAGS:			/usr/bin/gcc  
CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS:		/usr/bin/c++  
CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS:	/usr/bin/f95  
Target Fortran:	
PYTHON_EXECUTABLE:				/usr/bin/python2.5
PYTHON_INCLUDE_PATH:				/usr/include/python2.5;/usr/lib/python2.5/numpy/core/include/numpy
PYTHON_LIBRARIES:				/usr/lib/python2.5/config/libpython2.5.a
LIB_TAG:		d

ENABLE_DYNDRIVERS:	ON
DRIVERS_LIST: cairo;gd;hpgl;mem;null;pbm;ps;svg;tk;tkwin;xfig;xwin
DEVICES_LIST: pdfcairo;pngcairo;pscairo;xcairo;png;jpeg;gif;hp7470;hp7580;lj_hpgl;mem;null;pbm;ps;svg;tk;tkwin;xfig;xwin

Library options:
BUILD_SHARED_LIBS:	ON		PL_DOUBLE:	ON

Optional libraries:
HAVE_QHULL:		ON		WITH_CSA:	ON
HAVE_FREETYPE:		ON		HAVE_PTHREAD:	OFF
HAVE_AGG:		

Language Bindings:
ENABLE_f77:		ON		ENABLE_f95:		ON
ENABLE_cxx:		ON		ENABLE_java:		ON
ENABLE_python:		ON		ENABLE_octave:		OFF
ENABLE_tcl:		ON		ENABLE_itcl:		OFF
ENABLE_tk:		ON		ENABLE_itk:		OFF
ENABLE_pdl:		OFF		ENABLE_wxwidgets:	OFF
ENABLE_gnome2:		OFF		ENABLE_pygcw:		OFF
ENABLE_ada:		OFF

-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/plplot-5.8.0-RC1
Testing front-end c
PLplot library version: 5.8.0-RC1
Testing front-end cxx
PLplot library version: 5.8.0-RC1
Testing front-end f77
PLplot library version: 5.8.0-RC1
Testing front-end f95
PLplot library version: 5.8.0-RC1
Testing front-end java
PLplot library version: 5.8.0-RC1
Testing front-end python
PLplot library version: 5.8.0-RC1
Testing front-end tcl
Read 721 data points, 2 separate streams
Read 721 data points, 4 separate streams
Read 12 data points, 1 separate streams
Read 100 data points, 1 separate streams
Testing front-end perl
PLplot library version: 5.8.0-RC1
target=`echo all`; \
        list='c c++ f77 f95 tk java'; for subdir in $list; do \
          if test -d "$subdir"; then \
            echo "Making $target in $subdir"; \
            (cd $subdir && make $target); \
          fi; \
        done
Making all in c
make[1]: Entering directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/c'
/usr/bin/gcc x01c.c -o x01c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x02c.c -o x02c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x03c.c -o x03c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x04c.c -o x04c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x05c.c -o x05c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x06c.c -o x06c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x07c.c -o x07c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x08c.c -o x08c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x09c.c -o x09c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x10c.c -o x10c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x11c.c -o x11c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x12c.c -o x12c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x13c.c -o x13c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x14c.c -o x14c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x15c.c -o x15c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x16c.c -o x16c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x17c.c -o x17c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x18c.c -o x18c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x19c.c -o x19c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x20c.c -o x20c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x21c.c -o x21c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x22c.c -o x22c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x23c.c -o x23c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x24c.c -o x24c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x25c.c -o x25c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x26c.c -o x26c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x27c.c -o x27c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
/usr/bin/gcc x28c.c -o x28c -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd`
make[1]: Leaving directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/c'
Making all in c++
make[1]: Entering directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/c++'
/usr/bin/c++ x01cc.cc -o x01cc -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x01.cc -o x01 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x02.cc -o x02 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x03.cc -o x03 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x04.cc -o x04 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x05.cc -o x05 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x06.cc -o x06 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x07.cc -o x07 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x08.cc -o x08 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x09.cc -o x09 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x10.cc -o x10 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x11.cc -o x11 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x12.cc -o x12 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x13.cc -o x13 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x14.cc -o x14 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x15.cc -o x15 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x16.cc -o x16 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x17.cc -o x17 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x18.cc -o x18 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x19.cc -o x19 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x20.cc -o x20 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x21.cc -o x21 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x22.cc -o x22 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x23.cc -o x23 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x24.cc -o x24 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x25.cc -o x25 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x26.cc -o x26 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
/usr/bin/c++ x28.cc -o x28 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-c++`
make[1]: Leaving directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/c++'
Making all in f77
make[1]: Entering directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/f77'
/usr/bin/f95 x01f.f -o x01f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x02f.f -o x02f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x03f.f -o x03f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x04f.f -o x04f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x05f.f -o x05f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x06f.f -o x06f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x07f.f -o x07f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x08f.f -o x08f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x09f.f -o x09f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x10f.f -o x10f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x11f.f -o x11f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x12f.f -o x12f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x13f.f -o x13f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x14f.f -o x14f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x15f.f -o x15f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x16f.f -o x16f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x16af.f -o x16af -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x17f.f -o x17f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x18f.f -o x18f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x19f.f -o x19f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x22f.f -o x22f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x23f.f -o x23f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
/usr/bin/f95 x28f.f -o x28f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f77`
make[1]: Leaving directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/f77'
Making all in f95
make[1]: Entering directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/f95'
/usr/bin/f95  x01f.f90 -o x01f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x02f.f90 -o x02f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x03f.f90 -o x03f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x04f.f90 -o x04f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x05f.f90 -o x05f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x06f.f90 -o x06f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x07f.f90 -o x07f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x08f.f90 -o x08f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x09f.f90 -o x09f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x10f.f90 -o x10f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x11f.f90 -o x11f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x12f.f90 -o x12f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x13f.f90 -o x13f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x14f.f90 -o x14f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x15f.f90 -o x15f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x16f.f90 -o x16f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x16af.f90 -o x16af -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x17f.f90 -o x17f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x18f.f90 -o x18f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x19f.f90 -o x19f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x22f.f90 -o x22f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x23f.f90 -o x23f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
/usr/bin/f95  x28f.f90 -o x28f -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-f95`
make[1]: Leaving directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/f95'
Making all in tk
make[1]: Entering directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/tk'
/usr/bin/gcc xtk01.c -o xtk01 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-tcl`
/usr/bin/gcc xtk02.c -o xtk02 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-tcl`
/usr/bin/gcc xtk04.c -o xtk04 -Wl,-rpath 
-Wl,/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib:/usr/lib 
`PKG_CONFIG_PATH=/var/tmp/plplot-5.8.0-RC1/jj/usr/local/lib/pkgconfig 
pkg-config --cflags --libs plplotd-tcl`
make[1]: Leaving directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/tk'
Making all in java
make[1]: Entering directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/java'
/usr/lib/java/bin/javac   x01.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x01.class .
/usr/lib/java/bin/javac   x02.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x02.class .
/usr/lib/java/bin/javac   x03.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x03.class .
/usr/lib/java/bin/javac   x04.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x04.class .
/usr/lib/java/bin/javac   x05.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x05.class .
/usr/lib/java/bin/javac   x06.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x06.class .
/usr/lib/java/bin/javac   x07.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x07.class .
/usr/lib/java/bin/javac   x08.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x08.class .
/usr/lib/java/bin/javac   x09.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x09.class .
/usr/lib/java/bin/javac   x10.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x10.class .
/usr/lib/java/bin/javac   x11.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x11.class .
/usr/lib/java/bin/javac   x12.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x12.class .
/usr/lib/java/bin/javac   x13.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x13.class .
/usr/lib/java/bin/javac   x14.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x14.class .
/usr/lib/java/bin/javac   x15.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x15.class .
/usr/lib/java/bin/javac   x16.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x16.class .
/usr/lib/java/bin/javac   x17.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x17.class .
/usr/lib/java/bin/javac   x18.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x18.class .
/usr/lib/java/bin/javac   x19.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x19.class .
/usr/lib/java/bin/javac   x20.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x20.class .
/usr/lib/java/bin/javac   x21.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x21.class .
/usr/lib/java/bin/javac   x22.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x22.class .
/usr/lib/java/bin/javac   x23.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x23.class .
/usr/lib/java/bin/javac   x24.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x24.class .
/usr/lib/java/bin/javac   x26.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x26.class .
/usr/lib/java/bin/javac   x28.java -d . -classpath 
/var/tmp/plplot-5.8.0-RC1/jj/usr/local/share/java/plplot.jar -encoding utf8
cp plplot/examples/x28.class .
make[1]: Leaving directory `/var/tmp/plplot-5.8.0-RC1/tmp/examples/java'
Start processing tests
Test project /var/tmp/plplot-5.8.0-RC1
Constructing a list of tests
Done constructing a list of tests
Changing directory into /var/tmp/plplot-5.8.0-RC1/test
  1/ 10 Testing examples_c                    
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ ./plplot-test.sh\ --device=psc\ --front-end=c
Testing front-end c
PLplot library version: 5.8.0-RC1
-- Process completed
   Passed
  2/ 10 Testing examples_cxx                  
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ ./plplot-test.sh\ --device=psc\ --front-end=cxx
Testing front-end cxx
PLplot library version: 5.8.0-RC1
-- Process completed
   Passed
  3/ 10 Testing examples_f77                  
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ ./plplot-test.sh\ --device=psc\ --front-end=f77
Testing front-end f77
PLplot library version: 5.8.0-RC1
-- Process completed
   Passed
  4/ 10 Testing examples_f95                  
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ ./plplot-test.sh\ --device=psc\ --front-end=f95
Testing front-end f95
PLplot library version: 5.8.0-RC1
-- Process completed
   Passed
  5/ 10 Testing examples_java                 
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ PLPLOT_JAVA_WRAP_DIR=/var/tmp/plplot-5.8.0-RC1/bindings/java/\ PLPLOT_CLASSPATH=/var/tmp/plplot-5.8.0-RC1/examples/java/plplot.jar\ ./plplot-test.sh\ --device=psc\ --front-end=java
Testing front-end java
PLplot library version: 5.8.0-RC1
-- Process completed
   Passed
  6/ 10 Testing examples_python               
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ ./plplot-test.sh\ --device=psc\ --front-end=python
Testing front-end python
PLplot library version: 5.8.0-RC1
-- Process completed
   Passed
  7/ 10 Testing examples_tcl                  
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ ./plplot-test.sh\ --device=psc\ --front-end=tcl
Testing front-end tcl
Read 721 data points, 2 separate streams
Read 721 data points, 4 separate streams
Read 12 data points, 1 separate streams
Read 100 data points, 1 separate streams
-- Process completed
   Passed
  8/ 10 Testing examples_perl                 
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ ./plplot-test.sh\ --device=psc\ --front-end=perl
Testing front-end perl
PLplot library version: 5.8.0-RC1
-- Process completed
   Passed
  9/ 10 Testing examples_png                  
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ ./plplot-test.sh\ --front-end=c\ --device=png
Testing front-end c
PLplot library version: 5.8.0-RC1
-- Process completed
   Passed
 10/ 10 Testing examples_svg                  
Test command: /usr/bin/bash -c EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ SRC_EXAMPLES_DIR=/var/tmp/plplot-5.8.0-RC1/examples\ PLPLOT_LIB=/var/tmp/plplot-5.8.0-RC1/data/\ ./plplot-test.sh\ --front-end=c\ --device=svg
Testing front-end c
PLplot library version: 5.8.0-RC1
plOpenFile: Opened ./x01c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x02c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x03c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x04c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x05c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x06c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x07c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x08c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x09c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x10c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x11c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x12c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x13c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x15c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x16c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x18c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x19c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/usaglobe.map
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/usaglobe.map
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/globe.map
plOpenFile: Opened ./x20c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x21c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x22c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x23c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x24c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x25c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x26c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x27c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
plOpenFile: Opened ./x28c.svg
plLibOpenPdfstr: Found file /var/tmp/plplot-5.8.0-RC1/data/plxtnd5.fnt
-- Process completed
   Passed

100% tests passed, 0 tests failed out of 10

--- End Message ---
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to