[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Gdb configuration and compilation
- Date: Thu, 06 Sep 2007 00:02:10 +0200
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: 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