Octave link failure with gnulib setlocale, missing CoreFoundation

2019-10-15 Thread Andrew Janke
ometimes) using the gnulb setlocale module without the gettext module. Could this be a bug in the gnulib autoconf stuff? Or are we using it wrong? Cheers, Andrew Janke

Possible mkfifo configuration bug

2018-12-27 Thread Andrew Janke
nywhere in m4/mkfifo.m4 now. Should there be one in the "else" branch of "test $gl_cv_func_mkfifo = no"? Cheers, Andrew Janke

Re: Possible mkfifo configuration bug

2019-01-02 Thread Andrew Janke
Thanks for the fix. This took care of the issue for us. Cheers, Andrew On 12/28/18 1:29 AM, Paul Eggert wrote: Thanks for reporting that. I installed the attached two patches into Gnulib. The first should fix the bug; the second fixes a couple of typos I noticed while fixing the bug.