Hi Alan, here are the preliminary results for the new set-up:
I have worked with the current repository _out of the box_ Using CMake 2.6: Windows: all is working fine (except for a few missing Fortran bindings - I will add those) MinGW and Cygwin: the library plplotf77d.dll.a is not created! This prohibits the building of the examples. The same happens for Fortran 95. I think they have to do with the exporting of the routines (the .def file). I will have to check this - a compiler/linker option? Using CMake 2.8.1rc3: Windows: Compaq compiler is recognised, but there is no proper compiler module file. MinGW: the FORTRAN 77 examples are built without a problem, but with the Fortran 95 examples the linker complains: symbols such as __gfortran_os_error are doubly defined. (Note: the compiler and linker on my system are still the same as a year ago when all definitely worked, so some other change is causing this.) Cygwin: have not tried yet - requires building CMake for Cygwin first. (I found some small errors in plgradient.c and plfill.c that caused gcc to complain - repaired those) Well, these are the preliminary tests. Now I have to check the causes. Regards, Arjen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
