Re: [Plplot-devel] Dynamic drivers on cygwin (close, but not there)

2006-10-17 Thread Werner Smekal
Hi Alan, > Let's see what CMake feels is the correct module extension on Cygwin. To do > that temporarily remove the line > > SUFFIX ".so" > > from drivers/CMakeLists.txt. I have not tried this removal before since I > was concerned that CMake and libltdl would have different ideas about

Re: [Plplot-devel] cmake OS-X update

2006-10-17 Thread Hazen Babcock
On Oct 11, 2006, at 12:40 PM, Alan W. Irwin wrote: > Hi Hazen: > > It also leaves the Octave issue for which I have one important > question below. CBS Plplot / Octave (v2.1.73) works on OS-X. The problems I had before were due to octave, or at least they went away when I reinstalled octav

Re: [Plplot-devel] Dynamic drivers on cygwin (close, but not there)

2006-10-17 Thread Alan W. Irwin
On 2006-10-17 21:56+0200 Werner Smekal wrote: >> Important question: do you get that same error message about undefined >> symbol on Cygwin for the hpgl.so case? If so, then in your case libltdl >> is >> finding and reading hpgl.so properly, and it should be straightforward to >> fix the symbol

Re: [Plplot-devel] Dynamic drivers on cygwin (close, but not there)

2006-10-17 Thread Werner Smekal
Alan, > * In the first (hpgl) case, lt_dlopenext is called with "hpgl". > According to > the documentation of lt_dlopenext (see info libtool on any Linux distro) > it first tries the filename hpgl, then hpgl.la, then hpgl.extension where > _for Linux_ ".extension" is ".so" and therefore that

Re: [Plplot-devel] Dynamic drivers on cygwin (close, but not there)

2006-10-17 Thread Alan W. Irwin
Werner, there is an important question for you below: On 2006-10-17 20:16+0200 Werner Smekal wrote: > [...] 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

[Plplot-devel] Dynamic drivers on cygwin (close, but not there)

2006-10-17 Thread Werner Smekal
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. Comma