gnutls-3.5.18 static building for windows

Required libraries:
1. libnettle
2. gmplib

Optional libraries:
1. libtasn1-4.13
2. libunistring-0.9.9
./configure --prefix=/usr/local/ \
--disable-shared \
--enable-static
config.h add
#define LC_MIN 0
#define LC_MAX 5

building gnutls-3.5.18
./configure --prefix=/usr/local/ \
--disable-shared \
--enable-static \
--enable-fast-install \
--enable-local-libopts --disable-non-suiteb-curves --disable-doc --without-p11-kit

src/Makefile add
LIBS = -lintl
make -j4 && make install

https://files.cnblogs.com/files/nlsoft/gnutls-3.5.18-static-lib-mingw32.7z

相关文章:

  • 2022-03-03
  • 2021-08-30
  • 2021-07-30
  • 2021-09-12
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-13
  • 2022-12-23
  • 2021-11-02
  • 2021-12-17
  • 2021-07-20
  • 2021-10-31
相关资源
相似解决方案