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

Re: svn compile error on solaris 2.8, cc

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-01-07 04:53:11 CET

On Mon, 2003-01-06 at 16:36, Philip Martin wrote:
> Googling for the error reveals a number of projects that have a
> similar problem, and most of them suspect sed is the culprit. The
> suggested solution is to use /usr/xpg4/bin/sed or GNU sed instead of
> /usr/bin/sed.

I can confirm that using gnu sed resolves the problem; I used to have it
with gtkhtml and evolution.

As best I can understand it, the problem is that libtool does not
collapse duplicates when expanding library dependencies, nor does it
rely on shared library dependencies to make listing library dependencies
unnecessary. So frequently-used libraries like -lsocket and -lz get
listed over and over and over again. To be fair, properly collapsing
duplicate library specifications may be tough when your implementation
language is /bin/sh.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 7 04:58:34 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.