octave-maintainers
[Top][All Lists]
Advanced

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

Re: building on macOS?


From: Mike Miller
Subject: Re: building on macOS?
Date: Fri, 21 Dec 2018 09:37:46 -0800
User-agent: Mutt/1.10.1 (2018-07-13)

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.

-- 
mike

Attachment: signature.asc
Description: PGP signature


reply via email to

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