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]

installation problem with make..again


i downloaded the cygipc package and then i run the ./configurethe log file
shows the following error in the end..
first i get the warning "TCL/TK" not found in your path..i gave the path in
the configure command line and that ran that again and the log file has the
following as tail..

configure:6968: gcc -o conftest -O2   -I/usr/local/include   -L/usr/local/lib
co
nftest.c -lcrypt -lm -ltermcap -lcygipc 1>&5^M
configure: In function `main':^M
configure:6963: `SA_RESTART' undeclared (first use in this function)^M
configure:6963: (Each undeclared identifier is reported only once^M
configure:6963: for each function it appears in.)^M
configure: failed program was:^M
#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);


please help me..
i than ran the make file..
which stops and gives the following output..
....the other things were alright..except..
make -C libpq all
make[2]: Entering directory `/usr/pgsql/src/backend/libpq'
gcc -I../../include -I../../backend   -I/usr/local/include -O2
-I/usr/local/incl
ude -DBUILDING_DLL=1 -Wall -Wmissing-prototypes -Wmissing-declarations -I..  
-c
 -o pqcomm.o pqcomm.c
pqcomm.c:71: netinet/tcp.h: No such file or directory
make[2]: *** [pqcomm.o] Error 1
make[2]: Leaving directory `/usr/pgsql/src/backend/libpq'
make[1]: *** [libpq.dir] Error 2
make[1]: Leaving directory `/usr/pgsql/src/backend'
make: *** [install] Error 2

then tcp.h file..i dont know where to get that from..


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]