Hi list,

a new libtools package for cygwin was released (1.5.23a) and this solved a problem regarding missing dependencies in libltdl.dll.a. The plplot library compiles and links but it stops since get-drv-info can't load the driver. Attached are the files cmake.out.gz and make.out.gz.

Commands
cd plplot
mkdir buildcygwin
cd buildcygwin
cmake -DENABLE_tcl=OFF -DCMAKE_VERBOSE_MAKEFILE=ON .. >& cmake.out
make >& make.out

The build stops with

Linking C shared module hpgl.so
cd /home/smekal/DevZone/plplot/buildcygwin/drivers && /usr/bin/cmake.exe -P CMakeFiles/hpgl.dir/cmake_clean_target.cmake cd /home/smekal/DevZone/plplot/buildcygwin/drivers && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/hpgl.dir/link.txt --verbose=1 /usr/bin/gcc.exe -shared -Wl,--export-all-symbols -Wl,--enable-auto-import -o hpgl.so "CMakeFiles/hpgl.dir/hpgl.o" -L/home/smekal/DevZone/plplot/buildcygwin/src -L/home/smekal/DevZone/plplot/buildcygwin/lib/csa -L/lib -lplplotd -lm -lltdl.dll -ldl -lcsirocsa -lfreetype.dll cd /home/smekal/DevZone/plplot/buildcygwin/drivers && ./get-drv-info hpgl > /home/smekal/DevZone/plplot/buildcygwin/drivers/hpgl.rc
Could not open driver module hpgl
libltdl error: No such file or directory

get-drv-info doesn't find hpgl even if i run the program with
./get-drv-info hpgl.so

I've now run out of ideas how to proceed. Any ideas?

Regards,
Werner


--
Dipl. Ing. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
       +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

Attachment: cmake.out.gz
Description: application/gzip

Attachment: make.out.gz
Description: application/gzip

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to