I have cm3 5.2.6 installed on a bare Windows machine and try to compile
some of my packages which depend on non-M3 libraries like plplot and fftw.
I can compile simple packages like 'set' and 'bitvector' but on m3plplot,
cm3 quits with "dynamic link library creation failed". I have installed
plplot.dll somewhere where it should be found. Confusingly enough
NT386\m3plplot.lst tells that plplot.lib is not found. Indeed I don't have
a plplot.lib. I assume, that .lib are static link libraries. Why does cm3
need it or how can I tell cm3 to use only the .dll? I hope that it is
possible to mix static and shared libraries.