Newsgroups: comp.parallel.pvm
From: danken@ccsg.tau.ac.il (Dan Kenigsberg)
Subject: Trouble compiling on Linux
Organization: Tel-Aviv University Computation Center
Date: Fri, 6 Jan 1995 00:34:17 GMT
Message-ID: <1995Jan6.003417.24160@aristo.tau.ac.il>

Well I know it sounds foolish, but I wanted pvm on my private 486 so I
could learn to use it at home. This what make shouted at me:

building in src
cd src; ../lib/aimk install
making in LINUX/ for LINUX
cc -O -I../../include -DARCHCLASS=\"LINUX\" -DIMA_LINUX -DSYSVSIGNAL -DNOWAIT3 -DNOUNIXDOM -DRSHCOMMAND=\"/usr/bin/rsh\" -c ../pvmd.c
../pvmd.c: In function `loclconn':
../pvmd.c:1758: `IPPROTO_TCP' undeclared (first use this function)
../pvmd.c:1758: (Each undeclared identifier is reported only once
../pvmd.c:1758: for each function it appears in.)
make1: *** pvmd.o Error 1
make: *** s Error 1

Does someone know what is this macro IPPROTO_TCP and where it should be defined?
I looked at Linux sources and saw #define IPPROTO_TCP 6
but it didn't help much. the compiled pvm console cant communicate with
the daemon.

Any suggestions?

					Dan Kenigsberg


