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

Re: Problem compiling 1.0.0beta1 on Solaris 9

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-23 15:57:12 CET

Philip Martin <philip@codematters.co.uk> writes:

> Michael Legart <michael@legart.dk> writes:
>
>> Undefined first referenced
>> symbol in file
>> pthread_mutexattr_setrobust_np
>> /root/subversion-1.0.0-beta1/apr/.libs/libapr-0.so

> It has also been suggested that using gcc built on an earlier
> version of Solaris will also cause the problem.

I think you can check your gcc by running "gcc -v" to determine which
spec file your compiler is using, and then checking it for something
like "%{pthread:-lpthread}" which tells the comiler to link the
pthread library when the pthread switch is used.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 23 15:57:01 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.