Updated: libunistring 0.9.5-1

Lemke, Michael ST/HZA-ZSW lemkemch@schaeffler.com
Fri Apr 10 15:18:00 GMT 2015


>On Friday, April 10, 2015 4:59 PM Nellis, Kenneth wrote:
>Then wrote what I thought would be a trivial first program.
...
>It compiles fine, but I don't know how to get it to link.
>
>$ gcc -lunistring unicode_character_name.c
>/tmp/ccaJ19ki.o:unicode_character_name.c:(.text+0x57): undefined reference to `unicode_character_name'
>/tmp/ccaJ19ki.o:unicode_character_name.c:(.text+0x57): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `unicode_character_name'
>collect2: error: ld returned 1 exit status
>$
>
>Ideas?

Try

$ gcc unicode_character_name.c -lunistring

Michael


More information about the Cygwin mailing list