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 
> the correct platform extensions, but let us find out.  (Be sure to start
> with an empty build tree.)
> 
> That removal may solve all your problems, but if not then the other
> possibility is to make up a fake *.la file for each device following
> whatever ABS does for each platform.  We know that approach worked on Cygwin
> for get-drv-info with our ABS. But I hope we can avoid that *.la
> complication.

Commenting out SUFFIX ".so" also doesn't work. This time a hpgl.dll is 
produced, but get-drv-info can't open it - even if I give the whole path 
to the module. I think we should have a look in the source of libltdl - 
e.g. the header file wants to have WIN32, _WIN32 or __WINDOWS__ defined 
  (even for cygwin) - this is automatically done for windows compilers, 
but I don't think in cygwin - I make a test if this changes anything. If 
you have any other ideas let me know.

Thanks,
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

-------------------------------------------------------------------------
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