【发布时间】:2014-03-19 14:53:55
【问题描述】:
我正在尝试在 Windows7 64 位上使用带有 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 函数也不起作用。 有谁知道问题可能是什么?
佐尔坦
【问题讨论】:
-
要使用 octave,我只需下载“octave-3.6.4.tar.gz”文件,解压并运行 bin 目录中的 octave.exe 文件。