On Thu, Jan 28, 2010 at 01:09:42PM +0000, Giulio Troccoli wrote: > The macro Q_ is defined in subversion/svn/svn_private_config.h as > > #define Q_(x1, x2, n) dngettext(PACKAGE_NAME, x1, x2, n) > > So yes, the linker can't find dngettext I suppose.
But the configure script can find it? > I have tried and disabled NLS. This works, but what are the > consequences? I will be using the SVN client only on this machine. The consequence is that Subversion will talk to you in English only, even if your locale specifies a different language. If you're comfortable with that, I guess you can disable NLS as a workaround. Stefan