On Mon, Dec 17, 2007 at 03:20:17PM -0500, Jeff Squyres <[EMAIL PROTECTED]> 
wrote:
> less clear.  However, one common case:
> 
>      gcc my_app.c -lmpi -o my_app
> 
> runs into the problems I mentioned in previous mails if libmpi.so has  

No,this is untrue. The exmaple above will not run into any problems, as the
only library linked against is libmpi, so no conflict occurs unless openmpi
again isnists on NOT embedding libev but installing their own shared libarry
copy, which of course will run into problems, but if it hurts when you do
that, jsut don't do that, its clearly wrong.

> (especially if you encourage embedding libev).  Please don't become  
> the next libltdl!  ;-)

Just embed the library properly then...

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [EMAIL PROTECTED]
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to