Hi everyone,<br><br>I&#39;m trying to compile a program (my own) that uses gettext without success.<br><br>I get this error:<br><br><span style="font-family: courier new,monospace;">i686-pc-mingw32-g++  -g -O2   -o network-logger.exe network_logger-main.o network_logger-networkinterface.o network_logger-nix_networkinterface.o network_logger-win_networkinterface.o -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0   -liphlpapi </span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">network_logger-main.o: In function `bindtextdomain&#39;:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/usr/i686-pc-mingw32/sys-root/mingw/include/libintl.h:272: undefined reference to `_libintl_bindtextdomain&#39;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">network_logger-main.o: In function `bind_textdomain_codeset&#39;:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/usr/i686-pc-mingw32/sys-root/mingw/include/libintl.h:290: undefined reference to `_libintl_bind_textdomain_codeset&#39;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">network_logger-main.o: In function `textdomain&#39;:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/usr/i686-pc-mingw32/sys-root/mingw/include/libintl.h:254: undefined reference to `_libintl_textdomain&#39;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">network_logger-main.o: In function `gettext&#39;:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/usr/i686-pc-mingw32/sys-root/mingw/include/libintl.h:127: undefined reference to `_libintl_gettext&#39;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">collect2: ld returned 1 exit status</span><br><br>Thank you.<br>