Brian Barnes wrote:
[]
> and google is not helping me.  Specifically, lam-mpif77 cannot find 
> liblamf77mpi libraries, although they are installed in the path specified. 
> I tried to compile a program which does not use MPI, just to make sure it 
> was a real problem, and sure enough it failed.  The path should be 
> world-readable.  I wonder if the issue has to do with fink only building 
> dynamic (instead of static) libraries?

In fact, it builds also the static libraries. They are in the lammpi-dev 
package which you don't have installed. Install it and these particular 
errors will go away.

But this is, of course, not the right solution of the problem, because 
the static libraries are not meant for runtime. The real problem is that 
the lammpi executables are searching for the dynamic libraries with a 
.so suffix instead of the correct *.dylib. This is a bug in the package 
that shouldn't be hard to patch.

-- 
Martin


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to