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

Re: r1302 build failure (libtool problem?)

From: Jens Askengren <jensus_at_linux.nu>
Date: 2002-02-20 15:49:08 CET

ons 2002-02-20 klockan 08.28 skrev Lele Gaifax:

> KF> Lele Gaifax <lele@seldati.it> writes:
> >> Jens Askengren writes:
> JA> My build (client only, no db4) fails with the following error:
> JA> (lines might have been wrapped) <snip>
> JA> ../../../expat-lite/libexpat.la -lm -lcrypt -lnsl -ldl
> JA> libtool: link: cannot find the library `' make: ***
> JA> [subversion/clients/cmdline/svn] Error 1
> >> Look in the */*.la files: in at least two of them you will
> >> find a line containing "-pthread" on its own, delete those
> >> lines.

This kind of semisolved the problem: If running make again, the .la
files will be rebuild. So i chmod -w the files and ran make, but that
gave me undefined references to mm_create, mm_destroy and a few more
mm_* functions. In a desperate attempt to solve the problem i added -lmm
to the commandline. That solved the undefined references, but created a
svn that segfaulted emediately.

> KF> Do either of you know the exact ./configure switches (& any
> KF> other circumstances) that cause this problem? I'd like to add
> KF> a FAQ item if possible.

No options at all. Using libc-2.2.4 on Linux 2.4.17.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:09 2006

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

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