我正在尝试在Windows7 64bit上使用带有Octave v3.6.4的multicore-0.2.15工具箱 (http://octave.sourceforge.net/multicore/) 但即使是演示脚本似乎无法工作,也无法创建管道而且收到了错误消息。因此,如果我尝试在Octave中评估以下命令
[read_fd,write_fd,err,msg] = pipe()
我收到以下输出:
read_fd = -1 write_fd = -1 err = -1 msg = pipe: not supported on this system
fork功能也不起作用。 有谁知道问题可能是什么?
佐尔坦
答案 0 :(得分:0)
错误消息pipe: not supported on this system
说明了一切。系统中不支持pipe()
(Windows 7)。你可以: