[gnutls-devel] GnuTLS | pkcs11_privkey.c:335:32: error: storage size of 'rsa_pss_params' isn't known (#812)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri Aug 2 02:24:12 CEST 2019
Will Tan commented:
If you change the compilation optional, you get another error messages,
```
cd ~/gnutls-3.6.9
./configure --bindir=/usr/bin/ \
--sbindir=/usr/sbin/ \
--libexecdir=/usr/libexec/ \
--sysconfdir=/etc/ \
--libdir=/usr/lib64/ \
--includedir=/usr/include/ \
--datarootdir=/usr/share/ \
--infodir=/usr/share/info/ \
--localedir=/usr/share/locale/ \
--mandir=/usr/share/man/ \
--docdir=/usr/share/doc/gnutls/ \
--enable-static \
--disable-guile \
--without-p11-kit
```
Error Messages,
```
psktool-args.c:42:0: warning: macro "OPTION_CODE_COMPILE" is not used [-Wunused-macros]
#define OPTION_CODE_COMPILE 1
^
CCLD libcmd-psk.la
CCLD psktool
../lib/.libs/libgnutls.so: undefined reference to `__get_cpuid_count'
collect2: error: ld returned 1 exit status
make[4]: *** [psktool] Error 1
make[4]: Leaving directory `/root/gnutls-3.6.9/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/gnutls-3.6.9/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/gnutls-3.6.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gnutls-3.6.9'
make: *** [all] Error 2
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/812#note_199180019
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190802/8b9acada/attachment.html>
More information about the Gnutls-devel
mailing list