Robert,<br>my patch: <a href="http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&amp;id=6c3539d8e1dbad13264b862e1344e3c3a8690dec">http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&amp;id=6c3539d8e1dbad13264b862e1344e3c3a8690dec</a><br>
your patch: <a href="http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=2b03888a918b7020a1f9330686dc531222057573">http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=2b03888a918b7020a1f9330686dc531222057573</a><br>
<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">as far as i saw the reason to use an absolute path for linking instead
of<br>using -lpythonX.XX is that at least debian does not ship a shared
object within<br>the basic python3 package so you have to install the -dev
package<br></blockquote><div>Really not. <br>The reason is, that the old version does not always work:<br>For me, print(distutils.sysconfig.get_config_var(&#39;VERSION&#39;)); prints &quot;3.2&quot;, but the library<br>is <a href="http://libpython3.2mu.so">libpython3.2mu.so</a>.<br>
The absolute path in my patch is always the right one and I do not know any disadvantages<br>of an absolute path.<br> <br></div><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
(that&#39;s kinda weird^H^H^H^H^Hf***ed up).<br clear="all"></blockquote>...<br><br>--Andreas Becker<br><br>