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

Re: building 0.28.1 svn client on solaris 2.8

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-30 14:40:25 CEST

mailing.lists@gmx.net writes:

> Undefined first referenced
> symbol in file
> pthread_mutex_consistent_np
> /shared/misc/software/sources/subversion-0.28.1/apr/.libs/libapr-0.so
> pthread_mutexattr_setrobust_np
> /shared/misc/software/sources/subversion-0.28.1/apr/.libs/libapr-0.so
> ld: fatal: Symbol referencing errors. No output written to .libs/svn
> collect2: ld returned 1 exit status
> make: *** [subversion/clients/cmdline/svn] Error 1

The configure script for apr is responsible for determining if your
system has pthread_mutexattr_setrobust_np. If you look at the
generated file apr/include/arch/unix/apr_private.h do you see a
#define for HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP?

There should be a generated apr-config script in the apr/ dir. What
is the output from './apr-config --libs'?

If you take the libtool link command that failed, and rerun it by hand
without the --silent option then libtool will print the gcc command
that is run to link. What does that show?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 30 14:41:55 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.