<!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 style="color: #777777;">
<a href="https://gitlab.com/tanzhenchao">Will Tan</a>
commented:
</p>
<div style="">
<p dir="auto">If you change the compilation optional, you get another error messages,</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">cd ~/gnutls-3.6.9</span>
<span id="LC2" class="line" lang="plaintext">./configure --bindir=/usr/bin/ \</span>
<span id="LC3" class="line" lang="plaintext">            --sbindir=/usr/sbin/ \</span>
<span id="LC4" class="line" lang="plaintext">            --libexecdir=/usr/libexec/ \</span>
<span id="LC5" class="line" lang="plaintext">            --sysconfdir=/etc/ \</span>
<span id="LC6" class="line" lang="plaintext">            --libdir=/usr/lib64/ \</span>
<span id="LC7" class="line" lang="plaintext">            --includedir=/usr/include/ \</span>
<span id="LC8" class="line" lang="plaintext">            --datarootdir=/usr/share/ \</span>
<span id="LC9" class="line" lang="plaintext">            --infodir=/usr/share/info/ \</span>
<span id="LC10" class="line" lang="plaintext">            --localedir=/usr/share/locale/ \</span>
<span id="LC11" class="line" lang="plaintext">            --mandir=/usr/share/man/ \</span>
<span id="LC12" class="line" lang="plaintext">            --docdir=/usr/share/doc/gnutls/ \</span>
<span id="LC13" class="line" lang="plaintext">            --enable-static \</span>
<span id="LC14" class="line" lang="plaintext">            --disable-guile \</span>
<span id="LC15" class="line" lang="plaintext">            --without-p11-kit</span></code></pre>
<p dir="auto">Error Messages,</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">psktool-args.c:42:0: warning: macro "OPTION_CODE_COMPILE" is not used [-Wunused-macros]</span>
<span id="LC2" class="line" lang="plaintext"> #define OPTION_CODE_COMPILE 1</span>
<span id="LC3" class="line" lang="plaintext"> ^</span>
<span id="LC4" class="line" lang="plaintext">  CCLD     libcmd-psk.la</span>
<span id="LC5" class="line" lang="plaintext">  CCLD     psktool</span>
<span id="LC6" class="line" lang="plaintext">../lib/.libs/libgnutls.so: undefined reference to `__get_cpuid_count'</span>
<span id="LC7" class="line" lang="plaintext">collect2: error: ld returned 1 exit status</span>
<span id="LC8" class="line" lang="plaintext">make[4]: *** [psktool] Error 1</span>
<span id="LC9" class="line" lang="plaintext">make[4]: Leaving directory `/root/gnutls-3.6.9/src'</span>
<span id="LC10" class="line" lang="plaintext">make[3]: *** [all-recursive] Error 1</span>
<span id="LC11" class="line" lang="plaintext">make[3]: Leaving directory `/root/gnutls-3.6.9/src'</span>
<span id="LC12" class="line" lang="plaintext">make[2]: *** [all] Error 2</span>
<span id="LC13" class="line" lang="plaintext">make[2]: Leaving directory `/root/gnutls-3.6.9/src'</span>
<span id="LC14" class="line" lang="plaintext">make[1]: *** [all-recursive] Error 1</span>
<span id="LC15" class="line" lang="plaintext">make[1]: Leaving directory `/root/gnutls-3.6.9'</span>
<span id="LC16" class="line" lang="plaintext">make: *** [all] Error 2</span></code></pre>
</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/812#note_199180019">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/e6db575932a73e44bec58e011390d229/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/812#note_199180019"}}</script>


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