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

Re: [PYTHON-BINDINGS] compiling FreeBSD port with svn bindings

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-11 14:04:56 CEST

"Daniel S. Haischt" <me@daniel.stefan.haischt.name> writes:

> /usr/local/lib/apache2/libapr-0.so: undefined reference to `pthread_create'
>
> can you give me any pointers what is going wrong or how to
> compile subversion with the --with-swig option set to yes?

The swig-py bindings require APR threads, but on FreeBSD, APR disables
threads by default. You need to make sure APR is configured with the
--enable-threads option.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 11 14:08:30 2003

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.