[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
m4 : make error
From: |
Julien Tharin |
Subject: |
m4 : make error |
Date: |
Tue, 22 Oct 2002 17:19:34 -0700 (PDT) |
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/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- m4 : make error,
Julien Tharin <=