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

Re: Unable to link the command line frontend

From: Russ Allbery <rra_at_stanford.edu>
Date: 2002-02-18 01:27:06 CET

Lele Gaifax <lele@seldati.it> writes:

> ../../../subversion/libsvn_wc/libsvn_wc.la
> ../../../subversion/libsvn_ra/libsvn_ra.la
> ../../../subversion/libsvn_delta/libsvn_delta.la
> ../../../subversion/libsvn_subr/libsvn_subr.la
> -L/home/lele/WiP/subversion/svn/apr -lapr
> ../../../expat-lite/libexpat.la -lm -lcrypt -lnsl -ldl
> libtool: link: cannot find the library `'

In those .la files are lists of dependent libraries. One of them contains
something that has the wrong syntax, or isn't a library link command, or
otherwise is something that libtool can't parse. I've run into this
before through sending the wrong flags to libtool somewhere farther up the
line or due to a bug in libtool.

You have to look into the .la files to debug it further; look for anything
that isn't -L/something or -lsomething.

-- 
Russ Allbery (rra_at_stanford.edu)             <http://www.eyrie.org/~eagle/>
---------------------------------------------------------------------
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:08 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.