[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-09-01 19:06:59 CEST

mailing.lists@gmx.net (SVN List) writes:

> % cd subversion/clients/cmdline && /bin/bash
> /shared/misc/software/sources/subversion-0.28.1/libtool --mode=link gcc
> -g -O2 -pthreads -DNEON_ZLIB

Here we have -pthreads in the libtool command...

[...]
> gcc -g -O2 -DNEON_ZLIB -o .libs/svn add-cmd.o cat-cmd.o checkout-cmd.o

but it appears to have been dropped from the gcc command, I don't know
why that happens. It also happens on my Linux box so it's not Solaris
specific. However on my Linux box the apr library does get linked
with -pthreads, and so when the executables link against libapr they
pick up the thread library that way. I don't understand what libtool
is doing.

Does the link work if you run the gcc link command by hand and
explicitly add a -pthreads flag?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 1 19:07:57 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.