octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #55273] mkfifo returns "Function not implement


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55273] mkfifo returns "Function not implemented" error
Date: Sun, 23 Dec 2018 16:02:21 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Update of bug #55273 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

I would also check the value of REPLACE_MKFIFO, this determines whether
libgnu/mkfifo.c is compiled in or not. If it is true, then you should check
whether HAVE_MKFIFO is being passed in to that module correctly. I'm not sure
I understand how some of the HAVE_foo macros get passed in to gnulib's source
files, since they are not all in Octave's config.h.

If REPLACE_MKFIFO is true on your system, but the module is somehow being
compiled without HAVE_MKFIFO, then that would explain where the ENOSYS error
is coming from (libgnu/mkfifo.c line 32).

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55273>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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