David Matthews wrote:
Michael Norrish wrote:
Does the latest version of Poly build on Windows if you have minw and msys to hand?
It should do. I haven't tested it for a while but I did update the configure script to build the native Windows version on mingw+msys.
It does build, thanks. It was all very smooth. Now for my next questions though:
How do I do the linking against the shared libraries? When I do PolyML.export, I get a .obj file, but I'm not sure how to turn it into an executable. The gcc command-line that worked on Unix doesn't seem to work under Windows (even as MSYS).
How do I send the process an eof? Neither control-d nor control-z<RET> work. (I've done OS.Process.exit OS.Process.success to get out so far.)
How do I send a SIGINT equivalent? Control-C doesn't seem to do anything.
Thanks, Michael.