octave-maintainers
[Top][All Lists]
Advanced

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

Re: building on macOS?


From: Carlo De Falco
Subject: Re: building on macOS?
Date: Sat, 22 Dec 2018 20:55:49 +0000


> On 21 Dec 2018, at 18:37, Mike Miller <address@hidden> wrote:
> 
> On Fri, Dec 21, 2018 at 17:20:52 +0000, Carlo De Falco wrote:
>>>> [err, msg] = mkfifo ("/tmp/pippo.fifo", 600);
>>>> err
>> err = -1
>>>> msg
>> msg = Function not implemented
>> 
>> while in Octave 4.4
>> 
>>>> [err, msg] = mkfifo ("/tmp/pippo.fifo", 600);
>>>> err
>> err = 0
>>>> msg
>> msg = 
>> 
>> Any idea what may have broken makefifo?
> 
> This means HAVE_MKFIFO was set to false by your configure run. You'd
> have to look into config.log for more details about why that is.

Hi,

Actually, in my config.log I see :

HAVE_MKFIFO='1'
HAVE_MKFIFOAT='1'

so how come that mkfifo does not work?
Where else shall I look?

Thanks,
c.



reply via email to

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