On my Intel Macbook Pro running 10.5.8, I get
SysErr ("Operation not supported", SOME ENOTSUP)
On a Linux michaeln-desktop 2.6.31-21-generic #59-Ubuntu SMP Wed Mar 24 07:28:56 UTC 2010 i686 GNU/Linux
I get:
-- Poly/ML 5.3 Release
Posix.Process.exec ("/bin/ls", []);
Warning-The type of (it) contains a free type variable. Setting it to a unique monotype. Segmentation fault
-- On a slightly different Linux atp-login1 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686 GNU/Linux
I get the expected behaviour...
--
Is there anything I should have done differently when building these Poly instances?
Michael