[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Svn co + Segmentation Fault (core dumped)

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 26 May 2009 16:37:28 +0100

On Tue, May 26, 2009 at 07:44:11AM -0700, Shumba wrote:
> I also had to hack the configure file and add the line:
>
> LIBS="$LIBS -lintl"

I believe I've had the same issue on OpenBSD once.
The configure script didn't enable NSL support because
bindtextdomain() could not be found.
As of r37827 Subversion's configure script should now be
smart enough to handle that case.

But just to make sure where your error really came from,
could you send me the file 'config.log' in the top-level
directory of the subversion source tree that gets created
by configure? Actually, I'll need this file twice -- once with
LIBS unmodified, and once with LIBS being tweaked to contain
-lintl so that the build works for you.

Because I'd like to know if you really got the same error that
I had (which should now be fixed), or whether you are seeing a
different problem that needs another fix.

Thanks,
Stefan
Received on 2009-05-26 17:38:37 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.