Hi,

some further testing revealed that the file "Windows-GNU-Fortran.cmake" 
is not used at all by CMake. I inserted a bogus command and expected
CMake to complain but it did not.

Regards,

Arjen

On 2010-03-23 08:46, Arjen Markus wrote:
> Hi Werner, Alan,
> 
> I tried the following set-up:
> 
> - The latest source code from PLplot (yesterday afternoon)
> - CMake 2.6.4 with the MinGW Makefiles generator
> - gcc and gfortran, version 4.5.0
> 
> CMake itself runs fine, but the build fails on the import
> library dll/libplplotf77.dll.a that is listed as one of the
> dependencies for the FORTRAN 77 examples.
> 
> I checked that our Windows-GNU-Fortran.cmake file contains
> the option -Wl,--out-implib for building shared libraries,
> but the _link_ command that is generated by CMake does not
> have that option. Therefore no such file is being built.
> 
> Right now, I have no clue where CMake is getting its
> gfortran compiler and linker options from. I do see such
> an option in the generated files for libplplotf77cd.dll,
> but that uses the gcc compiler, not gfortran.
> 
> Any thoughts? This is hindering my testing activities.
> 

------------------------------------------------------------------------------
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
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to