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

Re: [PATCH][merge-tracking] libsvn_fs_util

From: Peter Samuelson <peter_at_p12n.org>
Date: 2006-09-08 23:15:16 CEST

> On 2006-09-08 12:56:47 -0400, Greg Hudson wrote:
> > I believe linking shared libraries against static libraries is not
> > particularly portable. What would be the advantage here?

[Marcus Rueckert]
> it doesnt work on anything else than ix86.

You mean libtool doesn't support it for anything else than ix86? That
would surprise me, as libtool aims to support all of its operations
everywhere.

Certainly it's possible to link a static library into a shared library
on a lot more platforms than that, if not _all_ platforms. The thing
to watch out for is that the static library must be compiled with PIC
(position-independent code, "-fPIC" in gcc) just like the shared
library.

Received on Fri Sep 8 23:16:33 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.