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

Re: error making static version of svn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-05 13:26:20 CET

mailing.lists@gmx.net writes:

> i am running mandrake 9.0;
> when i try to set up a static version of svn i get this errors when i run
> make:
>
> libtool: link: warning: complete static linking is impossible in this
> configuration
> libtool: link: warning: `/usr/lib/libgdbm.la' seems to be moved
> libtool: link: warning: `/usr/lib/libgdbm.la' seems to be moved
> libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.

That's not an error, it's only a warning. The warning may explain
some subsequent error.

> what does this means ?
>
> the files are in the path /usr/lib/...

The .la files are libtool text files, you can examine them with a text
editor. Libtool expected the libgdbm.la to be installed in some
directory other than /usr/lib.

> what i have to do, that the making will have success?

Show us the error message :)

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 5 13:27:22 2003

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.