Newsgroups: comp.parallel.pvm
From: nps@nmla.eee.nott.ac.uk (Nick Smith)
Subject: Re: PVM on LINUX!
Organization: Electrical and Electronic Engineering, University of Nottingham
Date: 17 Aug 1995 11:02:15 GMT
Message-ID: <40v7jn$879@griffin.ccc.nottingham.ac.uk>

In article <40s7lu$phr@gwsun.medinf.mu-luebeck.de>, Marco Luehmann <luhma> writes:

> 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?!

Marco,

Are you sure you are telling the compiler where to look (using the -I<path>
for header files and -L<path> for libraries options) not just including
pvm3.h in your executable search path (ie PATH environment variable)?

Regards,
nick

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ Nick P G Smith              + LAB:                    Tower Block, Room 815 +
+ Electronic Engineering      + VOICE:           +44 (0)115-951-5151 ext 2055 +
+ University of Nottingham    + FAX:                      +44 (0)115-951-5616 +
+ University Park             + WWW:      http://www.nml.eee.nott.ac.uk/~nps/ +
+ Nottingham NG7 2RD          + E-MAIL:                    nps@eee.nott.ac.uk +
+ United Kingdom              +                       nps@nmlb.eee.nott.ac.uk +
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+                                      "In the long run ... we are all dead." +
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

