<!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=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<div>
<p dir="auto">Thanks Tim.</p>
<p dir="auto">That's the thing, PKG_CONFIG_PATH is set to
/usr/local/lib/64/pkgconfig. It seems the configure test is not using
it.</p>
<p dir="auto">This should confirm it. I added the following to my build script:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">echo "**********************************"</span>
<span id="LC2" class="line" lang="plaintext">echo "PKG_CONFIG_PATH: ${BUILD_PKGCONFIG[*]}"</span>
<span id="LC3" class="line" lang="plaintext">echo "**********************************"</span></code></pre>
<p dir="auto">Then configure is executed:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">PKG_CONFIG_PATH="${BUILD_PKGCONFIG[*]}" \</span>
<span id="LC2" class="line" lang="plaintext">CPPFLAGS="${BUILD_CPPFLAGS[*]}" \</span>
<span id="LC3" class="line" lang="plaintext">CFLAGS="${BUILD_CFLAGS[*]}" \</span>
<span id="LC4" class="line" lang="plaintext">CXXFLAGS="${BUILD_CXXFLAGS[*]}" \</span>
<span id="LC5" class="line" lang="plaintext">LDFLAGS="${BUILD_LDFLAGS[*]}" \</span>
<span id="LC6" class="line" lang="plaintext">LIBS="-lhogweed -lnettle -lgmp ${BUILD_LIBS[*]}" \</span></code></pre>
<p dir="auto">./configure ...</p>
<p dir="auto">I see:</p>
</div>


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

<br>
Reply to this email directly or
<a href="https://gitlab.com/gnutls/gnutls/issues/526#note_89701802">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/2ba9313788d0d073eec81eef7116b582/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/526#note_89701802"}}</script>
</p>
</div>
</body>
</html>