Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <712d935b041003141065122035@mail.gmail.com> Date: Sun, 3 Oct 2004 23:10:45 +0200 From: Miguel Cuesta Reply-To: Miguel Cuesta To: cygwin AT cygwin DOT com Subject: `SIG_IGN' undeclared: Error when 'make' an application Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi. Trying to install m4-1.4.2 (http://savannah.gnu.org/projects/m4/) on Cygwin (MS Windows 2000) When trying to 'make', I get this error message: ------------------------------- make[1]: Entering directory `/home/root/m4-1.4.2/src' gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -g -O2 m4.c m4.c: In function `main': m4.c:451: error: `SIG_IGN' undeclared (first use in this function) m4.c:451: error: (Each undeclared identifier is reported only once m4.c:451: error: for each function it appears in.) make[1]: *** [m4.o] Error 1 make[1]: Leaving directory `/home/root/m4-1.4.2/src' make: *** [all] Error 1 --------------------------- Any suggestion? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/