Help for this page

Select Code to Download


  1. or download this
    #include "libintl.h"
    
    ...
    int main() {
      gettext("abc");
    }
    
  2. or download this
    C:\Users\Moi\strawberry-perl-5.28.1.1-64bit-portable\Moi\test>gcc -o t
    +est test.c
    C:\Users\Moi\AppData\Local\Temp\ccCWWHXa.o:test.c:(.text+0x15): undefi
    +ned reference to `libintl_gettext'
    collect2.exe: error: ld returned 1 exit status