bug-libunistring
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-libunistring] Problem with static libunistring


From: address@hidden
Subject: [bug-libunistring] Problem with static libunistring
Date: Sun, 7 Oct 2018 21:57:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

Hi !

I'm using libunistring with mingw-w64 on arch linux through the aur, but since the package uses https://ftp.gnu.org/gnu/libunistring/, I don't think my problem is related to the way it's packaged.

I have a C project using libcurl, wich depends on libunistring, and want to compile it statically with mingw (using "libunistring.a"), but get the following errors, related to uninorm.h if I'm correct :

  • undefined reference to '__imp_uninorm_nfc'
  • undefined reference to '__imp_uninorm_nfc'
  • undefined reference to '__imp_UC_CATEGORY_M'
  • undefined reference to '__imp_uninorm_nfc'

These errors don't occur when I use the dynamic version of libunistring (using "libunistring.dll.a").
I have no idea where this problem comes from, so I assumed this was a bug.

Do you have any idea ?

Thanks,

have a nice day !


f1she3


reply via email to

[Prev in Thread] Current Thread [Next in Thread]