Hi Alan,

below is the output from CMake and make on Cygwin.

While CMake was successful, make failed due to problems
with test-drv-info.exe. There was indeed no dll 
subdirectory
created.

If I run ldd on this executable file, the result is:

test-drv-info.exe:
        ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll 
(0x774d0000)
        kernel32.dll => /cygdrive/c/Windows/syswow64/kernel32.dll 
(0x75930000)
        KERNELBASE.dll => 
/cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x75450000)
        SYSFER.DLL => /cygdrive/c/Windows/SysWOW64/SYSFER.DLL 
(0x74e20000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000)
        cygltdl-7.dll => /usr/bin/cygltdl-7.dll (0x6f700000)
        cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x6fcb0000)

For the drivers themselves, for example xfig.dll, a
strange entry pops up:

xfig.dll:
        ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll 
(0x774d0000)
        kernel32.dll => /cygdrive/c/Windows/syswow64/kernel32.dll 
(0x75930000)
        KERNELBASE.dll => 
/cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x75450000)
        SYSFER.DLL => /cygdrive/c/Windows/SysWOW64/SYSFER.DLL 
(0x74e20000)
        ??? => ??? (0x63100000)

This is also the case for the PLplot library itself:

cygplplotd-11.dll:
        ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll 
(0x774d0000)
        kernel32.dll => /cygdrive/c/Windows/syswow64/kernel32.dll 
(0x75930000)
        KERNELBASE.dll => 
/cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x75450000)
        SYSFER.DLL => /cygdrive/c/Windows/SysWOW64/SYSFER.DLL 
(0x74e20000)
        ??? => ??? (0x6f900000)

When I put the relevant DLLs in the PATH, nothing changes:

cygplplotd-11.dll with relevant DLLs in PATH:
        ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll 
(0x774d0000)
        kernel32.dll => /cygdrive/c/Windows/syswow64/kernel32.dll 
(0x75930000)
        KERNELBASE.dll => 
/cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x75450000)
        SYSFER.DLL => /cygdrive/c/Windows/SysWOW64/SYSFER.DLL 
(0x74e20000)
        ??? => ??? (0x6f900000)

I can inspect the DLL via a hex viewer and then I see a
number of additional dependencies that ldd does not 
report.

My conclusion therefore is still that -rpath does not
work on Cygwin, I am afraid.

Regards,

Arjen

----
CMake output
------------
-- The C compiler identification is GNU 4.5.3
-- Check for working C compiler: /usr/bin/gcc.exe
-- Check for working C compiler: /usr/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- CMake version = 2.8.9
-- CMAKE_SYSTEM_NAME = CYGWIN
-- SH_EXECUTABLE = /usr/bin/bash.exe
-- Checking whether system has ANSI C header files
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - 
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 file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for crt_externs.h
-- Looking for crt_externs.h - not 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 mkstemp
-- Looking for mkstemp - found
-- Looking for unlink
-- Looking for unlink - found
-- Looking for _NSGetArgc
-- Looking for _NSGetArgc - not found
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for finite
-- Looking for finite - found
-- Looking for isnan
-- Looking for isnan - found
-- Looking for isinf
-- Looking for isinf - found
-- Looking for snprintf
-- Looking for snprintf - found
-- SWIG was not found. Please specify Swig executable 
location
-- Found Perl: /usr/bin/perl.exe (found version "5.14.2")
-- WARNING: Perl module XML::DOM not found
-- Could NOT find PkgConfig (missing: 
 PKG_CONFIG_EXECUTABLE)
-- Looking for pkg-config - not found
-- WARNING: Makefile+pkg-config version of examples build 
in the install tree will not work.
-- X11_FOUND = 0
-- X11_INCLUDE_DIR =
-- X11_COMPILE_FLAGS =
-- X11_LIBRARIES =
-- WARNING: SHAPELIB not found.  Setting HAVE_SHAPELIB to 
OFF.
-- CMAKE_PLATFORM_INFO_DIR = 
/cygdrive/d/plplot-svn/build-cygwin-dll/CMakeFiles
-- The C compiler identification is GNU 4.5.3
-- Check for working C compiler: /usr/bin/gcc.exe
-- Check for working C compiler: /usr/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- 
'CMAKE_PLATFORM_INFO_DIR=/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/CXX/CMakeFiles'
-- CMAKE_GENERATOR = Unix Makefiles
-- The CXX compiler identification is GNU 4.5.3
-- Check for working CXX compiler: /usr/bin/c++.exe
-- Check for working CXX compiler: /usr/bin/c++.exe -- 
works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: 
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/CXX
-- The CXX compiler identification is GNU 4.5.3
-- Check for working CXX compiler: /usr/bin/c++.exe
-- Check for working CXX compiler: /usr/bin/c++.exe -- 
works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- 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
-- The C compiler identification is GNU 4.5.3
-- Check for working C compiler: /usr/bin/gcc.exe
-- Check for working C compiler: /usr/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- 
'CMAKE_PLATFORM_INFO_DIR=/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Fortran/CMakeFiles'
-- CMAKE_GENERATOR = Unix Makefiles
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: 
/usr/bin/gfortran.exe
-- Check for working Fortran compiler: 
/usr/bin/gfortran.exe  -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/bin/gfortran.exe supports Fortran 
90
-- Checking whether /usr/bin/gfortran.exe supports Fortran 
90 -- yes
-- Configuring done
-- Generating done
-- Build files have been written to: 
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Fortran
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: 
/usr/bin/gfortran.exe
-- Check for working Fortran compiler: 
/usr/bin/gfortran.exe  -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/bin/gfortran.exe supports Fortran 
90
-- Checking whether /usr/bin/gfortran.exe supports Fortran 
90 -- yes
-- Check for f77 command line support
-- Check for f77 command line support - found
-- Check if isnan function is available in fortran
-- Check for isnan in fortran - not found
-- NOTICE: Found: /usr/bin/gfortran.exe
-- WARNING: swig not found. Disabling java bindings
-- WARNING: swig not found. Disabling Python bindings
-- WARNING: swig not found. Disabling Octave bindings
-- Looking for include paths and libraries for Tcl/Tk
-- AM: start --
-- Found Tclsh: /bin/tclsh (found version "8.5")
-- AM: after INCLUDEs --
-- AM: parent --
-- AM: /usr/include
-- AM: 
/include;/include;;;//include;//include;/usr/include/tcl;/usr/include/tcl;/usr/include/tcl8.6;/usr/include/tcl8.5;/usr/include/tcl8.4;/usr/include/tcl8.3;/usr/include/tcl8.2;/usr/include/tcl8.0
-- Found TCL: /usr/lib/libtcl.dll.a
-- Found TCLTK: /usr/lib/libtcl.dll.a
-- Found TK: /usr/lib/libtk.dll.a
-- Looking for include paths and libraries for Tcl/Tk - 
found
-- Looking for tclsh
-- Looking for tclsh - found
-- TCL_TCLSH = /bin/tclsh
-- TCL_INCLUDE_PATH = /usr/include
-- TCL_LIBRARY = /usr/lib/libtcl.dll.a
-- Itcl not available or not compatible with current Tcl 
shell
-- WARNING: X11 not found, disabling Tk interface code
-- WARNING: Because Tk is disabled must disable incr Tk as 
well
-- The C compiler identification is GNU 4.5.3
-- Check for working C compiler: /usr/bin/gcc.exe
-- Check for working C compiler: /usr/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- 
'CMAKE_PLATFORM_INFO_DIR=/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles'
-- CMAKE_GENERATOR = Unix Makefiles
-- Check for working Ada builder: 
GNAT_EXECUTABLE_BUILDER-NOTFOUND
CMake Error at 
/cygdrive/d/plplot-svn/plplot/cmake/modules/language_support/cmake/CMakeTestAdaCompiler.cmake:48
 
(MESSAGE):
   The Ada builder "GNAT_EXECUTABLE_BUILDER-NOTFOUND" is 
not able to compile,
   bind, and link a simple test program.

   It fails with the following output:

    Change Dir: 
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp

   

   Run Build Command:/usr/bin/make.exe

   /usr/bin/cmake.exe
   
-H/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp
   
-B/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp
   --check-build-system CMakeFiles/Makefile.cmake 0

   /usr/bin/cmake.exe -E cmake_progress_start
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp/CMakeFiles
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp/CMakeFiles/progress.marks


   /usr/bin/make -f CMakeFiles/Makefile2 all

   make[1]: Entering directory
   
`/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp'


   /usr/bin/make -f 
CMakeFiles/testadacompiler.dir/build.make
   CMakeFiles/testadacompiler.dir/depend

   make[2]: Entering directory
   
`/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp'


   cd
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp
   && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles"
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp/CMakeFiles/testadacompiler.dir/DependInfo.cmake


   Scanning dependencies of target testadacompiler

   make[2]: Leaving directory
   
`/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp'


   /usr/bin/make -f 
CMakeFiles/testadacompiler.dir/build.make
   CMakeFiles/testadacompiler.dir/build

   make[2]: Entering directory
   
`/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp'


   /usr/bin/cmake.exe -E cmake_progress_report
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp/CMakeFiles
   1

   [100%] Building Ada object 
CMakeFiles/testadacompiler.dir/testadacompiler.o

   /usr/bin/gcc.exe -c
   
/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp/testadacompiler.adb
   -o CMakeFiles/testadacompiler.dir/testadacompiler.o

   gcc: error trying to exec 'gnat1': execvp: No such file 
or directory

   CMakeFiles/testadacompiler.dir/build.make:60: recipe 
for target
   `CMakeFiles/testadacompiler.dir/testadacompiler.o' 
failed

   make[2]: Leaving directory
   
`/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp'


   make[2]: *** 
[CMakeFiles/testadacompiler.dir/testadacompiler.o] Error 1

   CMakeFiles/Makefile2:66: recipe for target
   `CMakeFiles/testadacompiler.dir/all' failed

   make[1]: Leaving directory
   
`/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/Ada/CMakeFiles/CMakeTmp'


   make[1]: *** [CMakeFiles/testadacompiler.dir/all] Error 
2

   Makefile:78: recipe for target `all' failed

   make: *** [all] Error 2

   

   

   CMake will not be able to correctly generate this 
project.
Call Stack (most recent call first):
   CMakeLists.txt:33 (enable_language)

-- Check for working Ada builder: 
GNAT_EXECUTABLE_BUILDER-NOTFOUND -- broken

-- Configuring incomplete, errors occurred!
-- WARNING: no working Ada compiler so disabling Ada 
bindings and examples.
-- WARNING: swig not found. Disabling Lua bindings
-- The C compiler identification is GNU 4.5.3
-- Check for working C compiler: /usr/bin/gcc.exe
-- Check for working C compiler: /usr/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- 
'CMAKE_PLATFORM_INFO_DIR=/cygdrive/d/plplot-svn/build-cygwin-dll/language_tests/D/CMakeFiles'
-- CMAKE_GENERATOR = Unix Makefiles
-- D Compiler Install Prefix (use D_PATH env var to 
override): CMAKE_D_COMPILER-
CMake Error: your D compiler: "CMAKE_D_COMPILER-NOTFOUND" 
was not found.   Please set CMAKE_D_COMPILER to a valid 
compiler path or name.
-- Configuring incomplete, errors occurred!
-- WARNING: no working D compiler so disabling D bindings 
and examples.
-- Check for NaN awareness in C compiler
-- Check for NaN awareness in C compiler - found
-- WARNING: qhull library not found.  Setting 
PL_HAVE_QHULL to OFF.
-- WARNING: pango not found because pkg-config not 
available.
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Found LTDL: /usr/lib/libltdl.dll.a;/usr/lib/libdl.a
-- LTDL_INCLUDE_DIR = /usr/include
-- LTDL_LIBRARY_DIR = /usr/lib
-- LTDL_LIBRARIES = 
/usr/lib/libltdl.dll.a;/usr/lib/libdl.a
-- WARNING: pkg-config not found. Setting cairo drivers to 
OFF.
-- WARNING: ENABLE_tk OFF.  Setting PLD_tk, PLD_ntk, and 
PLD_tkwin OFF.
-- WARNING: pkg-config not found. Setting PLD_psttf to 
OFF.
-- Could NOT find Qt4 (missing:  QT_QMAKE_EXECUTABLE 
QT_MOC_EXECUTABLE QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE 
QT_INCLUDE_DIR QT_LIBRARY_DIR QT_QTCORE_LIBRARY)
-- WARNING: Qt4 development environment not found so 
disabling all qt devices.
-- WARNING: PLD_extqt is OFF so setting ENABLE_qt to OFF.
-- WARNING: ENABLE_python is OFF so setting ENABLE_pyqt4 
to OFF.
-- Looking for gdi32 header and library
-- Looking for gdi32 header and library - found
-- WARNING: wxWidgets or its libraries not found so 
setting all wxwidgets devices to OFF.
-- WARNING: PLD_wxwidgets is OFF so setting 
ENABLE_wxwidgets to OFF.
-- WARNING:ocamlc not found. Disabling ocaml bindings
-- WARNING: validate target will not be available to check 
for syntax issues in the PLplot DocBook documentation 
because onsgmls was not found.
-- WARNING: Perl modules XML::Parser and/or XML::DOM not 
available
    so cannot check that swig_documentation.i is up to 
date.
-- WARNING: pkg-config not found so plplotcanvas_demo, 
plplotcanvas_animation,  extXdrawable_demo, and 
ext-cairo-test not built.

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.9
LIB_DIR         /usr/local/lib
INCLUDE_DIR     /usr/local/include/plplot
BIN_DIR         /usr/local/bin
TCL_DIR         /usr/local/share/plplot5.9.9/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.9/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:      CYGWIN
UNIX:                   1
WIN32:                  0
APPLE:                  
MSVC:                           (MSVC_VERSION:  )
MINGW:                  
MSYS:                   
CYGWIN:                 1
BORLAND:                
WATCOM:         

SWIG_FOUND:             FALSE
PERL_FOUND:             TRUE
X11_FOUND:              0

CMAKE_BUILD_TYPE:       
CMAKE_C_COMPILER CMAKE_C_FLAGS:                 /usr/bin/gcc.exe
CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS:             /usr/bin/c++.exe
CMAKE_Fortran_COMPILER 
CMAKE_Fortran_FLAGS:    /usr/bin/gfortran.exe
Target Fortran: 
LIB_TAG:                d

ENABLE_DYNDRIVERS:      ON
DRIVERS_LIST: mem;null;ps;svg;wingcc;xfig
DEVICES_LIST: mem;null;ps;svg;wingcc;xfig

Library options:
BUILD_SHARED_LIBS:      ON              PL_DOUBLE:      ON

Optional libraries:
PL_HAVE_QHULL:          OFF             WITH_CSA:       ON
PL_HAVE_FREETYPE:                       PL_HAVE_PTHREAD:        
HAVE_AGG:                               HAVE_SHAPELIB:  OFF

Language Bindings:
ENABLE_f77:             OFF             ENABLE_f95:             ON
ENABLE_cxx:             ON              ENABLE_java:            OFF
ENABLE_python:          OFF             ENABLE_octave:          OFF
ENABLE_tcl:             ON              ENABLE_itcl:            OFF
ENABLE_tk:              OFF             ENABLE_itk:             OFF
ENABLE_pdl:             OFF             ENABLE_wxwidgets:       OFF
ENABLE_ada:             OFF             ENABLE_d:               OFF
ENABLE_ocaml:           OFF             ENABLE_lua:             OFF
ENABLE_qt:              OFF             ENABLE_pyqt4:           OFF

-- Configuring done
-- Generating done
-- Build files have been written to: 
/cygdrive/d/plplot-svn/build-cygwin-dll

----
make output
-----------
Scanning dependencies of target csirocsa
[  0%] Building C object 
lib/csa/CMakeFiles/csirocsa.dir/csa.c.o
Linking C shared library cygcsirocsa-0.dll
[  0%] Built target csirocsa
Scanning dependencies of target deltaT-gen
[  0%] Building C object 
lib/qsastime/CMakeFiles/deltaT-gen.dir/deltaT-gen.c.o
[  0%] Building C object 
lib/qsastime/CMakeFiles/deltaT-gen.dir/dspline.c.o
Linking C executable deltaT-gen.exe
[  0%] Built target deltaT-gen
Scanning dependencies of target deltaT.h_built
[  1%] Generating deltaT.h
[  1%] Built target deltaT.h_built
Scanning dependencies of target tai-utc-gen
[  1%] Building C object 
lib/qsastime/CMakeFiles/tai-utc-gen.dir/tai-utc-gen.c.o
Linking C executable tai-utc-gen.exe
[  1%] Built target tai-utc-gen
Scanning dependencies of target tai-utc.h_built
[  2%] Generating tai-utc.h
[  2%] Built target tai-utc.h_built
Scanning dependencies of target qsastime
[  3%] Building C object 
lib/qsastime/CMakeFiles/qsastime.dir/qsastime.c.o
[  3%] Building C object 
lib/qsastime/CMakeFiles/qsastime.dir/dsplint.c.o
Linking C shared library cygqsastime-0.dll
[  3%] Built target qsastime
Scanning dependencies of target plhershey-unicode-gen
[  3%] Building C object 
include/CMakeFiles/plhershey-unicode-gen.dir/__/fonts/plhershey-unicode-gen.c.o
Linking C executable plhershey-unicode-gen.exe
[  3%] Built target plhershey-unicode-gen
Scanning dependencies of target plhershey-unicode.h_built
[  4%] Generating plhershey-unicode.h
[  4%] Built target plhershey-unicode.h_built
Scanning dependencies of target plplotd
[  4%] Building C object 
src/CMakeFiles/plplotd.dir/pdfutils.c.o
[  5%] Building C object 
src/CMakeFiles/plplotd.dir/plaffine.c.o
[  5%] Building C object 
src/CMakeFiles/plplotd.dir/plarc.c.o
[  5%] Building C object 
src/CMakeFiles/plplotd.dir/plargs.c.o
[  6%] Building C object 
src/CMakeFiles/plplotd.dir/plbox.c.o
[  6%] Building C object 
src/CMakeFiles/plplotd.dir/plcont.c.o
[  6%] Building C object 
src/CMakeFiles/plplotd.dir/plcore.c.o
[  6%] Building C object 
src/CMakeFiles/plplotd.dir/plctrl.c.o
[  8%] Building C object 
src/CMakeFiles/plplotd.dir/plcvt.c.o
[  8%] Building C object 
src/CMakeFiles/plplotd.dir/pldtik.c.o
[  8%] Building C object 
src/CMakeFiles/plplotd.dir/plf2ops.c.o
[  8%] Building C object 
src/CMakeFiles/plplotd.dir/plfill.c.o
[  9%] Building C object 
src/CMakeFiles/plplotd.dir/plfreetype.c.o
[  9%] Building C object 
src/CMakeFiles/plplotd.dir/plgradient.c.o
[  9%] Building C object 
src/CMakeFiles/plplotd.dir/plhist.c.o
[  9%] Building C object 
src/CMakeFiles/plplotd.dir/plimage.c.o
[ 10%] Building C object 
src/CMakeFiles/plplotd.dir/plline.c.o
[ 10%] Building C object 
src/CMakeFiles/plplotd.dir/plmap.c.o
[ 10%] Building C object 
src/CMakeFiles/plplotd.dir/plot3d.c.o
[ 10%] Building C object 
src/CMakeFiles/plplotd.dir/plpage.c.o
[ 11%] Building C object 
src/CMakeFiles/plplotd.dir/plsdef.c.o
[ 11%] Building C object 
src/CMakeFiles/plplotd.dir/plshade.c.o
[ 11%] Building C object 
src/CMakeFiles/plplotd.dir/plstdio.c.o
[ 11%] Building C object 
src/CMakeFiles/plplotd.dir/plstripc.c.o
[ 12%] Building C object 
src/CMakeFiles/plplotd.dir/plsym.c.o
[ 12%] Building C object 
src/CMakeFiles/plplotd.dir/pltick.c.o
[ 12%] Building C object 
src/CMakeFiles/plplotd.dir/plvpor.c.o
[ 13%] Building C object 
src/CMakeFiles/plplotd.dir/plwind.c.o
[ 13%] Building C object 
src/CMakeFiles/plplotd.dir/plbuf.c.o
[ 13%] Building C object 
src/CMakeFiles/plplotd.dir/plgridd.c.o
[ 13%] Building C object 
src/CMakeFiles/plplotd.dir/plvect.c.o
[ 15%] Building C object 
src/CMakeFiles/plplotd.dir/mt19937ar.c.o
[ 15%] Building C object 
src/CMakeFiles/plplotd.dir/pltime.c.o
[ 15%] Building C object 
src/CMakeFiles/plplotd.dir/pllegend.c.o
Linking C shared library cygplplotd-11.dll
[ 15%] Built target plplotd
Scanning dependencies of target plplotcxxd
[ 15%] Building CXX object 
bindings/c++/CMakeFiles/plplotcxxd.dir/plstream.cc.o
Linking CXX shared library cygplplotcxxd-10.dll
[ 15%] Built target plplotcxxd
Scanning dependencies of target plplotf95cd
[ 15%] Building C object 
bindings/f95/CMakeFiles/plplotf95cd.dir/sc3d.c.o
[ 16%] Building C object 
bindings/f95/CMakeFiles/plplotf95cd.dir/sccont.c.o
[ 16%] Building C object 
bindings/f95/CMakeFiles/plplotf95cd.dir/scstubs.c.o
Linking C shared library cygplplotf95cd-9.dll
[ 16%] Built target plplotf95cd
Scanning dependencies of target plplotf95d
[ 16%] Building Fortran object 
bindings/f95/CMakeFiles/plplotf95d.dir/strutil.f90.o
[ 17%] Building Fortran object 
bindings/f95/CMakeFiles/plplotf95d.dir/sfstubsf95.f90.o
[ 17%] Building Fortran object 
bindings/f95/CMakeFiles/plplotf95d.dir/configurable.f90.o
Linking Fortran shared library cygplplotf95d-9.dll
[ 17%] Built target plplotf95d
Scanning dependencies of target plplot.tcl_target
[ 17%] Generating plplot.tcl
[ 17%] Built target plplot.tcl_target
Scanning dependencies of target tclmatrixd
[ 18%] Building C object 
bindings/tcl/CMakeFiles/tclmatrixd.dir/tclMatrix.c.o
[ 18%] Building C object 
bindings/tcl/CMakeFiles/tclmatrixd.dir/matrixInit.c.o
Linking C shared library cygtclmatrixd-9.dll
[ 18%] Built target tclmatrixd
[ 18%] Generating tclgen.h, tclgen_s.h, tclgen.c
Scanning dependencies of target plplottcltkd
[ 18%] Building C object 
bindings/tcl/CMakeFiles/plplottcltkd.dir/tclAPI.c.o
[ 18%] Building C object 
bindings/tcl/CMakeFiles/plplottcltkd.dir/tclMain.c.o
Linking C shared library cygplplottcltkd-9.dll
[ 18%] Built target plplottcltkd
Scanning dependencies of target tclIndex_tcl
[ 18%] Generating tclIndex
[ 18%] Built target tclIndex_tcl
Scanning dependencies of target mem
[ 18%] Building C object 
drivers/CMakeFiles/mem.dir/mem.c.o
Linking C shared module mem.dll
[ 18%] Built target mem
Scanning dependencies of target null
[ 19%] Building C object 
drivers/CMakeFiles/null.dir/null.c.o
Linking C shared module null.dll
[ 19%] Built target null
Scanning dependencies of target ps
[ 19%] Building C object drivers/CMakeFiles/ps.dir/ps.c.o
Linking C shared module ps.dll
[ 19%] Built target ps
Scanning dependencies of target svg
[ 19%] Building C object 
drivers/CMakeFiles/svg.dir/svg.c.o
Linking C shared module svg.dll
[ 19%] Built target svg
Scanning dependencies of target test-drv-info
[ 19%] Building C object 
drivers/CMakeFiles/test-drv-info.dir/test-drv-info.c.o
Linking C executable test-drv-info.exe
[ 19%] Built target test-drv-info
Scanning dependencies of target xfig
[ 20%] Building C object 
drivers/CMakeFiles/xfig.dir/xfig.c.o
Linking C shared module xfig.dll
[ 20%] Built target xfig
Scanning dependencies of target test_xfig_dyndriver
[ 20%] Generating test_dyndrivers_dir/xfig.driver_info
Could not open driver module xfig
libltdl error: The specified module could not be found.
drivers/CMakeFiles/test_xfig_dyndriver.dir/build.make:55: 
recipe for target 
`drivers/test_dyndrivers_dir/xfig.driver_info' failed
make[2]: *** 
[drivers/test_dyndrivers_dir/xfig.driver_info] Error 1
CMakeFiles/Makefile2:2470: recipe for target 
`drivers/CMakeFiles/test_xfig_dyndriver.dir/all' failed
make[1]: *** 
[drivers/CMakeFiles/test_xfig_dyndriver.dir/all] Error 2
Makefile:146: recipe for target `all' failed
make: *** [all] Error 2

 

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited.
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.





------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to