[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gdb configuration and compilation



On Wed, 2007-09-05 at 13:30 -0500, Joel Sherrill wrote:
> Robert S. Grimes wrote:

> You are probably just missing the libintl development package.
?!? You never must have libintl installed.
configure --disable-nls
should always work

Also: i18n often does't work for any cross-binutils/gcc/gdb
because their locale files conflict with a native binutils/gcc/gdb
locale files (Details depends on a system's installation).
It's the reason why all rtems rpms are being built with --disable-nls.

Ralf