Alan W. Irwin wrote: > >On Windows platforms the goal is to eventually have the same PLplot features >as the Linux platform. I think we are already slightly ahead of the old >sys/win32/msdev build system, but I would like to hear from both Werner and >Arjen what PLplot feature they each want to get working next on windows with >our CBS. > > The immediate goals for me are: - Get a smooth build of the Fortran bindings on Windows (mostly a CMake issue, almost there) - Get the Tcl bindings to work smoothly (two scripts need tweaking)
From there it should be easy to go to Java and Python, I guess, but that requires additional software (SWIG for instance). The main issue under Windows is that finding DLLs (shared libraries) requires putting them in the PATH (there is no rpath equivalent). Currently each DLL is put in its own subdirectory, so the PATH would grow beyond any reasonable length. The practical solution seems to be to put them all in the same directory (at least for the Windows platform). Regards, Arjen ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel