> gcc -O -o makedepend \ > makedepend.o libcpp.a ../libiberty/libiberty.a \ > ./../intl/libintl.a -liconv -liconv > ld: 0711-317 ERROR: Undefined symbol: ..libintl_dgettext > ld: 0711-317 ERROR: Undefined symbol: ..libintl_bindtextdomain You can try installing the libintl library that comes in the /opt/freeware software collection with AIX. Or confiure with --disable-nls. David