Alan W. Irwin wrote:

In our extensive pre-release testing nobody noticed such a segfault.
However, one good possibility is you are configuring PLplot in a way
that is different from what we tested. Therefore, please give all the PLplot build details to give others at least a chance of replicating the segfaults your are seeing.

Your report (in fact any bug report) should include the following:

(1) cmake options

(2) cmake output

(3) make output

Your report (in fact any bug report) should also include all the details
about how you are running example 21. Build tree or install tree? ctest or
command line?  Which specific drivers have you tested, etc.

Ideally, you should be running example 21 in the install tree as follows:

examples/c/x21c -dev svg -o test.svg

Or you could use -dev psc instead.

The reason I suggest these devices is they have no external dependencies. In
general, the reason you should run the example like above is it is only a
small step from there to rebuilding and installing with the gcc -c option
and using valgrind to figure out the memory management problem that is
causing the segfault.

I am also using gcc 4.3.2. My system is 64-bit like yours. My kernel is one
version earlier than yours (2.6.26), but I doubt that will make any
difference in this case. Right now, valgrind gives a perfect result for
example 21 on my Debian testing system using -dev psc, but that is probably
because my build was done in a different way then yours. So please give the
requested details so we have a chance, at least, to replicate the bug you
have found.

Apologies for leaving out all the details. I've tried to assemble them in the attached files.

The problem is:
hl:/usr/local/share/plplot5.9.1/examples$ ./c/x21c

Plotting Options:
 < 1> ps         PostScript File (monochrome)
 < 2> psc        PostScript File (color)

Enter device number or keyword: 1
Enter graphics output file name: x21.ps
Segmentation fault
hl:/usr/local/share/plplot5.9.1/examples$

-Hazen

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- 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
-- Looking for snprintf
-- Looking for snprintf - found
-- SWIG_VERSION = 1.3.35
-- Found Perl: /usr/bin/perl
-- Looking for pkg-config - found
-- 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
-- Found X11: /usr/lib/libX11.so
-- X11_FOUND = 1
-- X11_INCLUDE_DIR = /usr/include
-- X11_COMPILE_FLAGS = -I/usr/include
-- X11_LIBRARIES = 
/usr/lib/libSM.so;/usr/lib/libICE.so;/usr/lib/libX11.so;/usr/lib/libXext.so
-- ENABLE_tcl is OFF so disabling everything else that is Tcl/Tk related
-- 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
-- checking for module 'pango'
--   found pango, version 1.22.2
-- checking for module 'pangoft2'
--   found pangoft2, version 1.22.2
-- WARNING: libltdl library not found. Setting ENABLE_DYNDRIVERS OFF.
   Please install that library and/or set the environment variables
   CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH appropriately.

Summary of CMake build system results for PLplot

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

Derived install location variables:
DATA_DIR        /usr/local/share/plplot5.9.1
LIB_DIR         /usr/local/lib
INCLUDE_DIR     /usr/local/include/plplot
BIN_DIR         /usr/local/bin
TCL_DIR         /usr/local/share/plplot5.9.1/tcl
ADA_INCLUDE_DIR /usr/local/share/ada/adainclude/plplotadad
ADA_LIB_DIR     /usr/local/lib/ada/adalib/plplotadad
PYTHON_INSTDIR  
DRV_DIR         /usr/local/lib/plplot5.9.1/driversd
DOC_DIR         /usr/local/share/doc/plplot
MAN_DIR         /usr/local/share/man
INFO_DIR        /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:             TRUE
X11_FOUND:              1

CMAKE_BUILD_TYPE:       
CMAKE_C_COMPILER CMAKE_C_FLAGS:                 /usr/bin/gcc 
LIB_TAG:                d

ENABLE_DYNDRIVERS:      OFF
DRIVERS_LIST: ps
DEVICES_LIST: ps

Library options:
BUILD_SHARED_LIBS:      ON              PL_DOUBLE:      ON

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

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

-- Configuring done
-- Generating done
-- Build files have been written to: 
/home/hbabcock/opensource/plplot-working/plplot-CBS-1
Scanning dependencies of target csirocsa
[  2%] Building C object lib/csa/CMakeFiles/csirocsa.dir/csa.o
Linking C shared library libcsirocsa.so
[  2%] Built target csirocsa
Scanning dependencies of target csironn
[  4%] Building C object lib/nn/CMakeFiles/csironn.dir/delaunay.o
[  7%] Building C object lib/nn/CMakeFiles/csironn.dir/hash.o
[  9%] Building C object lib/nn/CMakeFiles/csironn.dir/istack.o
[ 12%] Building C object lib/nn/CMakeFiles/csironn.dir/lpi.o
[ 14%] Building C object lib/nn/CMakeFiles/csironn.dir/nnai.o
[ 17%] Building C object lib/nn/CMakeFiles/csironn.dir/nnpi.o
[ 19%] Building C object lib/nn/CMakeFiles/csironn.dir/nncommon.o
Linking C shared library libcsironn.so
[ 19%] Built target csironn
Scanning dependencies of target plhershey-unicode-gen
[ 21%] Building C object 
include/CMakeFiles/plhershey-unicode-gen.dir/__/fonts/plhershey-unicode-gen.o
Linking C executable plhershey-unicode-gen
[ 21%] Built target plhershey-unicode-gen
Scanning dependencies of target plhershey-unicode.h_built
[ 21%] Generating plhershey-unicode.h
[ 24%] Built target plhershey-unicode.h_built
Scanning dependencies of target plplotd
[ 26%] Building C object src/CMakeFiles/plplotd.dir/pdfutils.o
[ 29%] Building C object src/CMakeFiles/plplotd.dir/plargs.o
[ 31%] Building C object src/CMakeFiles/plplotd.dir/plbox.o
[ 34%] Building C object src/CMakeFiles/plplotd.dir/plcont.o
[ 36%] Building C object src/CMakeFiles/plplotd.dir/plcore.o
[ 39%] Building C object src/CMakeFiles/plplotd.dir/plctrl.o
[ 41%] Building C object src/CMakeFiles/plplotd.dir/plcvt.o
[ 43%] Building C object src/CMakeFiles/plplotd.dir/pldeprecated.o
[ 46%] Building C object src/CMakeFiles/plplotd.dir/pldtik.o
[ 48%] Building C object src/CMakeFiles/plplotd.dir/plfill.o
[ 51%] Building C object src/CMakeFiles/plplotd.dir/plfreetype.o
[ 53%] Building C object src/CMakeFiles/plplotd.dir/plhist.o
[ 56%] Building C object src/CMakeFiles/plplotd.dir/plimage.o
[ 58%] Building C object src/CMakeFiles/plplotd.dir/plline.o
[ 60%] Building C object src/CMakeFiles/plplotd.dir/plmap.o
[ 63%] Building C object src/CMakeFiles/plplotd.dir/plot3d.o
[ 65%] Building C object src/CMakeFiles/plplotd.dir/plpage.o
[ 68%] Building C object src/CMakeFiles/plplotd.dir/plsdef.o
[ 70%] Building C object src/CMakeFiles/plplotd.dir/plshade.o
[ 73%] Building C object src/CMakeFiles/plplotd.dir/plstdio.o
[ 75%] Building C object src/CMakeFiles/plplotd.dir/plstripc.o
[ 78%] Building C object src/CMakeFiles/plplotd.dir/plsym.o
[ 80%] Building C object src/CMakeFiles/plplotd.dir/pltick.o
[ 82%] Building C object src/CMakeFiles/plplotd.dir/plvpor.o
[ 85%] Building C object src/CMakeFiles/plplotd.dir/plwind.o
[ 87%] Building C object src/CMakeFiles/plplotd.dir/plbuf.o
[ 90%] Building C object src/CMakeFiles/plplotd.dir/plgridd.o
[ 92%] Building C object src/CMakeFiles/plplotd.dir/plvect.o
[ 95%] Building C object src/CMakeFiles/plplotd.dir/mt19937ar.o
[ 97%] Building C object src/CMakeFiles/plplotd.dir/__/drivers/ps.o
Linking C shared library libplplotd.so
[ 97%] Built target plplotd
Scanning dependencies of target pltek
[100%] Building C object utils/CMakeFiles/pltek.dir/pltek.o
Linking C executable pltek
[100%] Built target pltek
[  2%] Built target csirocsa
[ 19%] Built target csironn
[ 21%] Built target plhershey-unicode-gen
[ 24%] Built target plhershey-unicode.h_built
[ 97%] Built target plplotd
[100%] Built target pltek
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/share/doc/plplot/AUTHORS
-- Up-to-date: /usr/local/share/doc/plplot/COPYING.LIB
-- Up-to-date: /usr/local/share/doc/plplot/ChangeLog
-- Up-to-date: /usr/local/share/doc/plplot/Copyright
-- Up-to-date: /usr/local/share/doc/plplot/FAQ
-- Up-to-date: /usr/local/share/doc/plplot/NEWS
-- Up-to-date: /usr/local/share/doc/plplot/PROBLEMS
-- Up-to-date: /usr/local/share/doc/plplot/README
-- Up-to-date: /usr/local/share/doc/plplot/README.release
-- Installing: /usr/local/lib/libcsirocsa.so.0.0.1
-- Up-to-date: /usr/local/lib/libcsirocsa.so.0
-- Up-to-date: /usr/local/lib/libcsirocsa.so
-- Up-to-date: /usr/local/share/doc/plplot/README.csa
-- Up-to-date: /usr/local/share/doc/plplot/README.1st.csa
-- Installing: /usr/local/lib/libcsironn.so.0.0.1
-- Up-to-date: /usr/local/lib/libcsironn.so.0
-- Up-to-date: /usr/local/lib/libcsironn.so
-- Up-to-date: /usr/local/share/doc/plplot/README.nn
-- Up-to-date: /usr/local/share/doc/plplot/README.1st.nn
-- Up-to-date: /usr/local/include/plplot/disptab.h
-- Up-to-date: /usr/local/include/plplot/drivers.h
-- Up-to-date: /usr/local/include/plplot/pdf.h
-- Up-to-date: /usr/local/include/plplot/pldebug.h
-- Up-to-date: /usr/local/include/plplot/pldll.h
-- Up-to-date: /usr/local/include/plplot/plevent.h
-- Up-to-date: /usr/local/include/plplot/plplot.h
-- Up-to-date: /usr/local/include/plplot/plplotP.h
-- Up-to-date: /usr/local/include/plplot/plstrm.h
-- Up-to-date: /usr/local/include/plplot/plxwd.h
-- Up-to-date: /usr/local/include/plplot/gcw.h
-- Installing: /usr/local/include/plplot/plplotcanvas.h
-- Installing: /usr/local/include/plplot/plConfig.h
-- Installing: /usr/local/include/plplot/plDevs.h
-- Installing: /usr/local/lib/libplplotd.so.9.6.0
-- Up-to-date: /usr/local/lib/libplplotd.so.9
-- Up-to-date: /usr/local/lib/libplplotd.so
-- Installing: /usr/local/lib/pkgconfig/plplotd.pc
-- Installing: /usr/local/share/plplot5.9.1/cglobe.map
-- Installing: /usr/local/share/plplot5.9.1/globe.map
-- Installing: /usr/local/share/plplot5.9.1/plstnd5.fnt
-- Installing: /usr/local/share/plplot5.9.1/plxtnd5.fnt
-- Installing: /usr/local/share/plplot5.9.1/usa.map
-- Installing: /usr/local/share/plplot5.9.1/usaglobe.map
-- Up-to-date: /usr/local/share/doc/plplot/README.drivers
-- Up-to-date: /usr/local/share/doc/plplot/README.wxwidgets
-- Installing: /usr/local/share/plplot5.9.1/examples/lena.pgm
-- Installing: /usr/local/share/plplot5.9.1/examples/Makefile
-- Installing: /usr/local/share/plplot5.9.1/examples/c/plcdemos.h
-- Installing: /usr/local/share/plplot5.9.1/examples/c/tutor.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x01c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x02c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x03c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x04c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x05c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x06c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x07c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x08c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x09c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x10c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x11c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x12c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x13c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x14c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x15c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x16c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x17c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x18c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x19c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x20c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x21c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x22c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x23c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x24c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x25c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x26c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x27c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x28c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x29c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x30c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/x31c.c
-- Installing: /usr/local/share/plplot5.9.1/examples/c/Makefile
-- Installing: /usr/local/bin/pltek
-- Installing: /usr/local/share/plplot5.9.1/examples/test_c.sh
-- Installing: /usr/local/share/plplot5.9.1/examples/test_diff.sh
-- Installing: /usr/local/share/plplot5.9.1/examples/plplot-test.sh
-- Installing: /usr/local/share/plplot5.9.1/examples/plplot-test-interactive.sh
-- Up-to-date: /usr/local/bin/plm2gif
-- Up-to-date: /usr/local/bin/plpr
-- Up-to-date: /usr/local/share/man/man1/plm2gif.1
-- Up-to-date: /usr/local/share/man/man1/plpr.1
-- Up-to-date: /usr/local/share/man/man1/pltek.1
-- Up-to-date: /usr/local/share/doc/plplot/README.pkg-config
target=`echo c/x01c`; \
        list='c c++ f77 f95 tk java ada ocaml'; for subdir in $list; do \
          if test -d "$subdir"; then \
            echo "Making $target in $subdir"; \
            (cd $subdir && make); \
          fi; \
        done
Making c/x01c in c
make[1]: Entering directory `/usr/local/share/plplot5.9.1/examples/c'
/usr/bin/gcc x01c.c -o x01c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x02c.c -o x02c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x03c.c -o x03c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x04c.c -o x04c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x05c.c -o x05c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x06c.c -o x06c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x07c.c -o x07c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x08c.c -o x08c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x09c.c -o x09c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x10c.c -o x10c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x11c.c -o x11c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x12c.c -o x12c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x13c.c -o x13c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x14c.c -o x14c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x15c.c -o x15c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x16c.c -o x16c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x17c.c -o x17c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x18c.c -o x18c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x19c.c -o x19c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x20c.c -o x20c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x21c.c -o x21c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x22c.c -o x22c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x23c.c -o x23c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x24c.c -o x24c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x25c.c -o x25c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x26c.c -o x26c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x27c.c -o x27c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x28c.c -o x28c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x29c.c -o x29c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x30c.c -o x30c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
/usr/bin/gcc x31c.c -o x31c -Wl,-rpath -Wl,/usr/local/lib 
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --cflags --libs plplotd`
make[1]: Leaving directory `/usr/local/share/plplot5.9.1/examples/c'
------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to