Newsgroups: comp.parallel.pvm
From: edemaine@ug.cs.dal.ca (Erik Demaine)
Subject: Re: PVM on LINUX!
Organization: Math, Stats & CS, Dalhousie University, Halifax, NS, Canada
Date: Thu, 17 Aug 1995 12:35:42 GMT
Message-ID: <DDGGBJ.IL8@cs.dal.ca>

Marco Luehmann (luhma) wrote:
: I installed PVM on Linux in the usual way and everything seemed to be right.
: But when I tried to compile (with cc) it answered that the library 
: pvm3.h can't be found. I set my path to this directory but I didn't work
: at all. Even trying to abuse the example-makefiles with my filename
: failed. Does anybody know what is wrong?!

You need to add a -I command to your compile line.  For example, if the
full path is:
	/over/here/pvm3.h
then compile with something like
	gcc -I/over/here -o myprogram myprogram.c

Erik
--
Erik Demaine        || edemaine@ug.cs.dal.ca  || edemaine@fx2800.dal.ca
edemaine@cs.dal.ca  || 01ERIK@ac.dal.ca       || edemaine@is.dal.ca
URL: http://ug.cs.dal.ca:3400/~edemaine/edemaine.html
*** The letter "V" is just a "for every" symbol without the middle line.

