I recently upgraded from opensuse 11.0 to 11.3. I had LAM installed with 11.0, and all was well. I’m trying to install it again under 11.3.
I have installed lam-devel (and openmpi-devel), as well as gcc. When I try to compile and link using mpicc, everything compiles, but I then get the errors
gcc: libtool:: No such file or directory
gcc: link:: No such file or directory
mpicc: No such file or directory
Typing whereis for each of these gives
> whereis libtool
libtool: /usr/bin/libtool /usr/bin/X11/libtool /usr/share/libtool
> whereis link
link: /usr/bin/link /usr/bin/X11/link /usr/include/link.h /usr/share/man/man1/link.1.gz
> whereis mpicc
mpicc: /usr/bin/mpicc /usr/bin/X11/mpicc /usr/share/man/man1/mpicc.1.gz
What gives? Is there something more I need from the repositories? I can compile and link serial programs using gcc just fine.