• undefined reference to `gnutls_protocol_set_priority'


      CCLD     wget.exe
    gnutls.o:gnutls.c:(.text+0xf2c): undefined reference to `gnutls_protocol_set_priority'
    gnutls.o:gnutls.c:(.text+0xf62): undefined reference to `gnutls_protocol_set_priority'
    gnutls.o:gnutls.c:(.text+0xf91): undefined reference to `gnutls_protocol_set_priority'
    gnutls.o:gnutls.c:(.text+0xfb6): undefined reference to `gnutls_protocol_set_priority'
    gnutls.o:gnutls.c:(.text+0xfd4): undefined reference to `gnutls_protocol_set_priority'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x47e): undefined reference to `uidna_openUTS46'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x498): undefined reference to `uidna_close'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x540): undefined reference to `u_strFromUTF8'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x5a0): undefined reference to `u_strFromUTF8'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x5f4): undefined reference to `uidna_nameToASCII'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x634): undefined reference to `u_strToUTF8'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x694): undefined reference to `u_strToUTF8'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x1999): undefined reference to `ucnv_open'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x19dc): undefined reference to `ucnv_toUChars'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x19ea): undefined reference to `ucnv_close'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x1a2a): undefined reference to `u_strToLower'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x1a74): undefined reference to `u_strToUTF8'
    
    GnuTLS 3.4.x is source compatible with GnuTLS 3.3.x releases; however, several deprecated functions were removed, and are listed below. 
    
    Old function  gnutls_protocol_set_priority
    Replacement   gnutls_priority_set_direct
  • 相关阅读:
    JDBI
    Concise: Compressed ’n’ Composable Integer Set
    java 7 新特性
    BIO的简单Demo
    手写一个死锁Demo
    实现一个Cglib代理Demo
    实现一个JDK代理demo
    ClassNotFoundException和 NoClassDefFoundError区别验证
    集合—ArrayList
    Hadoop之Storm基础
  • 原文地址:https://www.cnblogs.com/nlsoft/p/13579514.html
Copyright © 2020-2023  润新知