Bring back the intl subdirectory please

Mark Kettenis mark.kettenis@xs4all.nl
Mon Jan 24 20:29:00 GMT 2005


   Date: Mon, 24 Jan 2005 14:51:27 -0500
   From: Andrew Cagney <cagney@gnu.org>

   Mark,

   You are aware of this patch, right?
   http://sources.redhat.com/ml/gdb-patches/2005-01/msg00232.html

I might not be reading that patch right, but AFAICT that still assumes
that GNU gettext is available (either in libc or as a seperately
installed package).  On most non-GNU systems that isn't the case, and
even if you install it on OpenBSD using the port, it will not be found
since the system compiler doesn't search in /usr/local by default.

We currently have at least six bug reports of people trying to build
GDB 6.3, where things fail (in bfd/) because libintl.h cannot be
found.  I think it is safe to conclude that removing intl/ from the
distribution was a mistake since GDB no longer builds out of the box
on most pristine non-GNU systems.  IIRC we removed intl/ only to fix
problems on non-GNU systems.  Looks like it breaks far more systems
than it fixes.  We should really release a GDB 6.3.1 with intl/ added
back in.  I'm sorry that I didn't notice this before, but I simply
never removed intl/ from my local source tree, so I didn't notice the
breakage.

Mark



More information about the Gdb mailing list