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

Re: Solaris report: Subversion-1.0.0

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-24 15:15:39 CET

Sander Striker <striker@apache.org> writes:

> On Tue, 2004-02-24 at 11:00, John Szakmeister wrote:
>>
>> Do you know where '-lpthread' is missing? Can you submit a patch? :-)
>
> IIRC, this is due to the fact that your OS isn't up to the latest patch
> level. I've seen this before, but didn't need to change the source,
> only external conditions.

The missing -lpthread in link commands is a symptom of the use of
Debian's libtool-1.4.3 in the tarball. I don't think it's a problem
with the OS being out of date, and there is not really anything to
patch.

I think it should be possible to build the pristine tarball on Solaris
using either

    $ LDFLAGS=-lpthread ./configure ...
    $ make ...

or

    $ ./configure ...
    $ make EXTRA_LDFLAGS=-lpthread ...

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 15:15:31 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.