gcc .\test.c -I.\include -L.\lib -lintl -o test.exe #### pexports .\bin\libintl3.dll > intl.def dlltool --as-flags=--64 -m i386:x86-64 -k --output-lib libintl.a --input-def intl.def gcc .\test.c -I .\include -L . -lintl -o test.exe