[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.
- Re: building on macOS?, (continued)
- Re: building on macOS?, Ben Abbott, 2018/12/20
- Re: building on macOS?, Carlo De Falco, 2018/12/20
- Re: building on macOS?, Carlo De Falco, 2018/12/20
- Re: building on macOS?, Ben Abbott, 2018/12/20
- Re: building on macOS?, Carlo de Falco, 2018/12/20
- Re: building on macOS?, Mike Miller, 2018/12/20
- Re: building on macOS?, Mike Miller, 2018/12/20
- Re: building on macOS?, Carlo De Falco, 2018/12/21
- Re: building on macOS?, Carlo De Falco, 2018/12/21
- Re: building on macOS?, Mike Miller, 2018/12/21
- Re: building on macOS?,
Carlo De Falco <=
- Re: building on macOS?, Carlo De Falco, 2018/12/23
- Re: building on macOS?, Carlo De Falco, 2018/12/23
- Re: building on macOS?, Mike Miller, 2018/12/21
- Re: building on macOS?, Andrew Janke, 2018/12/20
Re: building on macOS?, Ben Abbott, 2018/12/23