Help for this page

Select Code to Download


  1. or download this
    gcc .\test.c -I.\include -L.\lib -lintl -o test.exe
    
  2. or download this
    pexports .\bin\libintl3.dll > intl.def
    dlltool --as-flags=--64 -m i386:x86-64 -k --output-lib libintl.a --inp
    +ut-def intl.def
    gcc .\test.c -I .\include -L . -lintl -o test.exe