configure:14275: checking for gettext configure:14301: gcc -o conftest.exe -g -O2 -I/c/grasslibs/include -Wl,--export-dynamic,--enable-runtime-pseudo-reloc -L/c/grasslibs/lib conftest.c 1>&5 configure:14285: warning: conflicting types for built-in function 'gettext' C:/DOKUME~1/mlennert/LOKALE~1/Temp/ccMtaaaa.o: In function `main':c:/grasssrc/grass-6.3.0RC4/configure:14295: undefined reference to `gettext' collect2: ld returned 1 exit status configure: failed program was: #line 14278 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gettext(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gettext(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_gettext) || defined (__stub___gettext) choke me #else gettext(); #endif ; return 0; } configure:14319: checking for gettext in -lintl configure:14336: gcc -o conftest.exe -g -O2 -I/c/grasslibs/include -Wl,--export-dynamic,--enable-runtime-pseudo-reloc -L/c/grasslibs/lib conftest.c -lintl 1>&5 configure:14329: warning: conflicting types for built-in function 'gettext' c:\mingw\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lintl collect2: ld returned 1 exit status configure: failed program was: #line 14325 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gettext(); int main() { gettext() ; return 0; }