Newsgroups: comp.parallel.pvm
From: "Can K. SandalcI" <sandalci@ece.orst.edu>
Subject: Re: PVM on Solaris: arch lib
Organization: College of Engineering, Oregon State University
Date: Thu, 9 Mar 1995 19:53:27 -0800
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Message-ID: <Pine.NXT.3.91.950309195135.1944B-100000@agri>

[...]
> 
>  Set PVM_ARCH to your architecture type (SUN4, HP9K, RS6K, SGI, etc)
> # if PVM_ARCH = BSD386 then set ARCHLIB = -lrpc
> # if PVM_ARCH = SGI    then set ARCHLIB = -lsun
> # if PVM_ARCH = I860   then set ARCHLIB = -lrpc -lsocket
> # if PVM_ARCH = IPSC2  then set ARCHLIB = -lrpc -lsocket
> # otherwise leave ARCHLIB blank
> 
>    leaving ARCHLIB blank works for SUN4 but not SUN4SOL2 (solaris)
> 
>    Does anyone know what to do? Thanks a lot in advance.

The Makefile should be sth. like this :

PVM_ARCH        =       SUN4SOL2
ARCHLIB = -lrms -lew -lelan -lsocket -lnsl
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

INCPATH	= /opt/MEIKOcs2/include/PVM 	#/usr/local/include
LDPATH	= /opt/MEIKOcs2/lib 		#/usr/local/lib

PVMLIB	=       -lpvm3
SDIR    =       .

[...].

+----------------------------------------------------------------------+
| Can K. SandalcI                  e-mail: sandalci@ece.orst.edu       |
|                                    http://www.ece.orst.edu/~sandalci |
| Electrical & Computer Engr.                                          |
| Oregon State University          In every real man a child is hidden |
| Corvallis, OR 97331              that wants to play. (F. Nietzsche)  |
+----------------------------------------------------------------------+


