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

Re: Problem building shared libraries with trunk@9588

From: Michael Sweet <mike_at_easysw.com>
Date: 2004-05-02 02:07:44 CEST

Greg Hudson wrote:
> On Sat, 2004-05-01 at 09:13, makl wrote:
>
>>With a system that doesn't allow unresolved references at link time, it
>>is impossible to build the shared libraries.
>
>
> For reference, what system has this property?

Windows, AIX (although there is a linker option in later AIX releases
that can be used to disable errors from this stuff, binaries will not
work without the end-user system having the appropriate AIX release
and/or patches installed for the run-time resolution fixes), older
releases of Solaris (I think 2.6 and earlier, which are still in
pretty heavy use), and older releases of IRIX (6.2 and earlier,
IIRC).

There are probably others, so the short answer would be to move any
functions that the two libraries need into a third library so that
the dependencies are not circular...

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Printing Software for UNIX                       http://www.easysw.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 2 02:09:42 2004

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.