I'm having trouble building the examples with f77 on mingw32. I'm 
getting this error message:

[ 56%] Built target f77_examples
mingw32-make[2]: *** No rule to make target `dll/libplplotf77d.dll.a', 
needed by `examples/f77/x01f.exe'.  Stop.
mingw32-make[1]: *** [examples/f77/CMakeFiles/x01f.dir/all] Error 2
mingw32-make: *** [all] Error 2

Looking in the dll directory I see:
libplplotf77cd.dll.a
and
libplplotf77optsd.a

There is also:
libplplotf77cd.dll
libplplotf77d.dll

So maybe libplplotf77d.dll.a was supposed to be generated?

I started with the following cmake command:
"c:\program files\CMake 2.6\bin\cmake.exe" ..\plplot -G "MinGW 
Makefiles" 
-DSWIG_EXECUTABLE=C:\users\Hazen\Downloads\swigwin-1.3.40\swig.exe 
-DPKG_CONFIG_EXECUTABLE=C:\gtk\bin\pkg-config.exe -DBUILD_TEST=ON 
-DCMAKE_INSTALL_PREFIX=C:\plplot
path=c:\Python26;c:\MinGW\bin;C:\Qt\2009.04\qt\bin;C:\users\Hazen\plplot_build\dll;c:\gtk\bin

-Hazen

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