<div dir="ltr">Hi,<br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 29, 2013 at 1:16 PM, Erik Lindahl <span dir="ltr">&lt;<a href="mailto:erik.lindahl@scilifelab.se" target="_blank">erik.lindahl@scilifelab.se</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">I suspect that by definition it is going to be too complicated to ask people to use dlsym() for all code they want to use, and then we have pretty much decided that we will need two separate libraries.<br>
</div>
<br>
However, even then I would prefer that the user does not have to interact with two different libraries, but that they only link to libgromacs.so, which in turn will bring in the right flavor of libgromacs_core.so.<br>
<br>
Or can we come up with any cleaner way to do it?<br></blockquote></div><br></div><div class="gmail_extra" style>I don&#39;t think it is very easy to make it any cleaner than this. Since the generic library anyways needs to wrap that factory call to the other library, it can (as the simplest solution) simply expose this method also to the code calling the generic binary.</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Teemu</div></div>