<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p class="details" style="font-style: italic; color: #666;">
<a href="https://gitlab.com/codesquid">Tim Kosse</a> created an issue: <a href="https://gitlab.com/gnutls/gnutls/-/issues/1232">#1232</a>
</p>
<div></div>
<h2 dir="auto">
<a id="user-content-description-of-problem" class="anchor" href="#description-of-problem" aria-hidden="true"></a>Description of problem:</h2>
<p dir="auto">When compiling GnuTLS for Windows, both natively and cross-compiled, running 'make install' in the top build directory installs the dummy crypt32.dll and ncrypt.dll from the tests/windows subdirectory.</p>
<p dir="auto">The presence of these dummy libraries in the library search path results in a conflict with Windows' native DLLs.</p>
<p dir="auto">These debug libraries seem to be missing the noinst_ prefix in tests/windows/Makefile.am</p>
<h2 dir="auto">
<a id="user-content-version-of-gnutls-used" class="anchor" href="#version-of-gnutls-used" aria-hidden="true"></a>Version of gnutls used:</h2>
<p dir="auto">3.6.12, 3.7.1</p>
<h2 dir="auto">
<a id="user-content-distributor-of-gnutls-eg-ubuntu-fedora-rhel" class="anchor" href="#distributor-of-gnutls-eg-ubuntu-fedora-rhel" aria-hidden="true"></a>Distributor of gnutls (e.g., Ubuntu, Fedora, RHEL)</h2>
<p dir="auto">Source tarballs from <a href="https://www.gnupg.org/ftp/gcrypt/gnutls/" rel="nofollow noreferrer noopener" target="_blank">https://www.gnupg.org/ftp/gcrypt/gnutls/</a></p>
<h2 dir="auto">
<a id="user-content-how-reproducible" class="anchor" href="#how-reproducible" aria-hidden="true"></a>How reproducible:</h2>
<ul dir="auto">
<li>Setup a x86_64-w64-mingw32 build environment, either under Debian or using msys2</li>
<li>Compile and install recent GMP, Nettle</li>
<li>Extract gnutls-3.7.1.tar.xz</li>
<li>cd gnutls-3.7.1</li>
<li>./configure --host=x86_64-w64-mingw32 --with-included-libtasn1 --with-included-unistring --without-p11-kit --prefix=$HOME/myprefix</li>
<li>make -k install</li>
</ul>
<h2 dir="auto">
<a id="user-content-actual-results" class="anchor" href="#actual-results" aria-hidden="true"></a>Actual results:</h2>
<p dir="auto">Dummy crypt32.dll and ncrypt.dll are installed into $HOME/myprefix/lib</p>
<h2 dir="auto">
<a id="user-content-expected-results" class="anchor" href="#expected-results" aria-hidden="true"></a>Expected results:</h2>
<p dir="auto">crypt32.dll and ncrypt.dll are not installed.</p>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1232">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/-/sent_notifications/1cab4be0b3b25cfd5fcfaf883de43ab0/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/1232"}}</script>


</p>
</div>
</body>
</html>