This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

after applying patches..configure problem :(


i copied the patch file on the website into patch.diff and then gave the
command patch -p1 < patch.diff
it patched some files and then when i run the ./configure i get the following
error..

please help me..


configure:6968: gcc -o conftest -O2   -I/usr/local/include   -L/usr/local/lib
conftest.c -lcrypt -lm -ltermcap -lcygipc 1>&5
configure: In function `main':
configure:6963: `SA_RESTART' undeclared (first use in this function)
configure:6963: (Each undeclared identifier is reported only once
configure:6963: for each function it appears in.)
configure: failed program was:
#line 6958 "configure"
#include "confdefs.h"
#include <signal.h>
int main() {
struct sigaction act, oact;
sigemptyset(&act.sa_mask);
act.sa_flags = SA_RESTART;
sigaction(0, &act, &oact);
; return 0; }


3/b shakti society,
Nr. Shreyas Rly Crossing,
New Sharda Mandir Road,
Paldi
Ahmedabad 380007
Gujarat
India.
Ph :- +91-079-661-2485.

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]