FX wrote: > As I'm not administrator on this machine, I'm wondering if there's a > way to prevent GCC to use that libintl. I've thought about using > --without-libintl-prefix, or --with-libintl-prefix=/I/do/not/exist, > but as build on that machine are slow, I'd rather have external > confirmation or advice before I proceed. So, how can I force GCC to > use its own libintl? I think what you're looking for is --with-included-gettext. Brian