octave-maintainers
[Top][All Lists]
Advanced

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

Re: fork() for microsoft windows (native but not Cygwin).


From: Tatsuro MATSUOKA
Subject: Re: fork() for microsoft windows (native but not Cygwin).
Date: Mon, 2 May 2016 11:25:08 +0900 (JST)

----- Original Message -----

> From: Mike Miller
> To: Tatsuro MATSUOKA 
> Cc: "octave-maintainers
> Date: 2016/5/2, Mon 11:17
> Subject: Re: fork() for microsoft windows (native but not Cygwin).
> 
> On Mon, May 02, 2016 at 11:12:38 +0900, Tatsuro MATSUOKA wrote:
>>  Apparently the fork is not recognized and HAVE_FORK is undefined.
>> 
>>  The expected behavior fork to print fork is not supported in the current 
> situation.
>> 
>>  In think that this is a bug.
>> 
>>  Is it better to register the phenomena to the bug tracker?
> 
> I don't think this is a bug, it's correctly reporting that the fork
> function isn't found on Windows.
> 
> -- 
> mike


Sorry for confusing writing.
On octave-4.0.2 windows, from octave prompt

>> fork()
ans = -1

fork returns -1 but not say unimplemented

I think that return "-1" is strange but show "unimplemented"
by
>> fork()

Am I wrong?

Tatsuro



reply via email to

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