Simon Josefsson <si...@josefsson.org> writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Next one is this (FreeBSD): >> >> gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib >> -I../libinetutils -g -O2 -c pty.c >> pty.c:24:17: error: pty.h: No such file or directory >> pty.c: In function 'startslave': >> pty.c:55: warning: implicit declaration of function 'forkpty' >> gmake[2]: *** [pty.o] Error 1 > > I recall posting a patch about this to gnulib some time ago, I also > tried building inetutils under Mac OS X. I'll see if I can find it...
Here it is: http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/19822 But inetutils already have the pty module... can you debug why pty.h isn't created? /Simon