This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Prevent libintl in /usr/local to be used


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]