Please send all the info listed here (using the configure line with the
LDFLAGS=... argument):
http://www.open-mpi.org/community/help/
On Jul 6, 2011, at 12:12 PM, Sushil Mishra wrote:
> I tried it like fallowing but it do not work :
> ./configure LDFLAGS=-L/usr/heimdal/lib --prefix=$AMBE
I tried it like fallowing but it do not work :
./configure LDFLAGS=-L/usr/heimdal/lib --prefix=$AMBERHOME
It still has the same error. Any other suggestions ?
On Wed, Jul 6, 2011 at 4:17 PM, Jeff Squyres wrote:
> I think you'll need to add LDFLAGS=-L/usr/heimdal/lib to your configure
> line s
I think you'll need to add LDFLAGS=-L/usr/heimdal/lib to your configure line so
that the linker can find it. E.g.:
./configure LDFLAGS=-L/usr/heimdal/lib ...
You may need to add /usr/heimdal/lib to your LD_LIBRARY_FLAGS, so that the
run-time linker can find it, too (ie., when you actually ru
yes, I have this variable in my shell environment.
> echo $LD_LIBRARY_PATH
/usr/heimdal/lib
Do i need to replace it somewhere else in the files ?
/sushil
On Wed, Jul 6, 2011 at 2:09 PM, Ralph Castain wrote:
> We don't directly link to that library, so it must be getting pulled in by
> some oth
We don't directly link to that library, so it must be getting pulled in by some
other lib. Have you tried adding /usr/heimdal/lib to your LD_LIBRARY_PATH
before building?
On Jul 6, 2011, at 3:27 AM, Sushil Mishra wrote:
> Hi all:
> I am trying to install openmpi-1.5.2 in Debian 4.3.2-1.1. I am
Hi all:
I am trying to install openmpi-1.5.2 in Debian 4.3.2-1.1. I am not a root
user and I have to do it as user. The problem I am facing is in "make all"
and error is fallowing:
Making all in mca/plm/tm
make[2]: Entering directory
`/home/sushil/Softwares/amber11/AmberTools/src/openmpi-1.5.2/or