This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Updated: libunistring 0.9.5-1


>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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]