Newsgroups: comp.parallel
From: Donald Krieger <don@neuronet.pitt.edu>
Subject: Re: [Q]link p4 fortran program in HP
Organization: University of Pittsburgh
Date: Tue, 24 Jan 1995 12:42:40 GMT
Message-ID: <3g0k25$2c3@usenet.srv.cis.pitt.edu>

I have had a similar problem in linking libraries with fortran
routines, although I have not worked with P4.

I use fort77 rather than f77 .

I also make sure that the linker is finding the libraries.
This has been a problem because our f77 compiler does not
reside on my machine.  So I make with:   on compile make program
Of course my libraries are not on compile and it fails unless
I copy the libraries to compile or make them available using
NFS.

I have also seen linking fail because the order of the modules
was wrong in the link command.  I never have thoroughly understood
how to fix this other than fiddle.

Good luck.

					Don



