Hello, I used cygwin-gcc2.95.3-5 to make m4 using the "make" command and I had an error: SIG_IGN undeclared while compiling m4.c I edited m4.c and replaced #include <sys/signal.h> by #include <signal.h> because in <signal.h> SIG_IGN is declared. And after all was ok. But where did you use #include <sys/signal.h>???
Bye for now, Julien __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ _______________________________________________ Bug-m4 mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-m4
