Newsgroups: comp.parallel.pvm
From: Richard Kilgore <rkilgore@lore.ece.utexas.edu>
Subject: Re: Installing PVM 3.3.7 on Linux PC
Organization: The University of Texas at Austin, Austin, Texas
Date: 14 Apr 1995 22:05:51 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Message-ID: <3mmrjv$g14@geraldo.cc.utexas.edu>

arthurl <arthurl@tiac.net> wrote:
>Hi all:
>
>I am trying to build pvm 3.3.7 on my Linux PC. On typing "make"  I 
>get after a few successful compilations:
>
>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:1845: `TCP_NODELAY' undeclared (first use this function)
>./pvmd.c:1845: (Each undeclared identifier is reported only once
>./pvmd.c:1845: for each function it appears in.)
>make[1]: *** [pvmd.o] Error 1
>
>Can anyone tell me in which include file the variable TCP_NODELAY is
>declared? (The environment variable PVM_ROOT has been set correctly).
>

I use Linux kernel 1.2.1, and the following line appears in my
/usr/include/linux/socket.h file:

		#define TCP_NODELAY 1

It compiles and works fine.

	Good luck!

	- rick
-- 
Richard B. Kilgore
Grad Student, University of Texas at Austin
WWW URL: http://lore.ece.utexas.edu/~rkilgore/
E-mail rkilgore@pine.ece.utexas.edu


