monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Re: [ANN] monotone 0.44 released


From: Patrick Georgi
Subject: Re: [Monotone-devel] Re: [ANN] monotone 0.44 released
Date: Mon, 01 Jun 2009 20:26:23 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090323)

CooSoft Support schrieb:
There may also be issues (probably not with mtn though) with the libc runtime as it uses dynamic loading of certain plugin libraries for authentication and hostname resolution (have seen this with some systems).

The -Wl,Bstatic -Wl,Bdynamic switches are useful around the libraries that you want to statically link.
There's an easier way (and in fact the only one that still works on solaris these days): Replace -lbotan (etc) with path/to/libbotan.a (etc) That way, libc and various other stuff is still linked dynamically (on Solaris, there is no static libc anymore)

monotone's configure flags allow such a configuration:
sqlite_LIBS=$TARGET/lib/libsqlite3.a

etc.


Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]