help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can not indtsll octave parallel


From: Olaf Till
Subject: Re: Can not indtsll octave parallel
Date: Sat, 29 Oct 2016 19:43:36 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Sat, Oct 29, 2016 at 05:25:00AM +0000, mina adel wrote:
> 
> Hello All,
> I am trying to install the Octave parallel library (using pkg install -forge 
> -verbose parallel)  but I am getting the following error:
> checking for socket in -lws2_32... no
> configure: error: found winsock2.h but no corresponding library
> I am using Windows 7. I also have the windows sdk installed.
> Thanks in advanceMina

Even if you get this error with the winsock library fixed, configure
will probably fail for different reasons. There is probably no current
Windows configuration, exept with cygwin, where the parallel package
can be installed.

The main reason is that even the functions for local parallel
execution rely on the 'fork' method to create processes, which isn't
available in Windows.

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]