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

-pthread

From: Daniel Stenberg <daniel_at_haxx.se>
Date: 2000-10-25 15:27:03 CEST

Hi ho

I've grown bored with the "missing -pthread" warning my old gcc on solaris
spews on me. Now, there are appearantly no less than eight Makefile.am files
that explicitly use the -pthread flag:

% find . -name Makefile.am -exec grep -n "\-pthread" /dev/null {} \;
./subversion/client/Makefile.am:7:CFLAGS = @CFLAGS@ -pthread
./subversion/libsvn_delta/tests/Makefile.am:12:CFLAGS = @CFLAGS@ -pthread
./subversion/libsvn_fs/Makefile.am:19:CFLAGS = @CFLAGS@ -pthread
./subversion/libsvn_fs/tests/Makefile.am:11:CFLAGS = @CFLAGS@ -pthread
./subversion/libsvn_subr/tests/Makefile.am:8:CFLAGS = @CFLAGS@ -pthread
./subversion/libsvn_wc/tests/Makefile.am:10:CFLAGS = @CFLAGS@ -pthread
./subversion/libsvn_ra_dav/tests/Makefile.am:7:CFLAGS = @CFLAGS@ -pthread
./subversion/tests-common/Makefile.am:8:CFLAGS = @CFLAGS@ -pthread

... can anyone explain why they have to be there?

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
Received on Sat Oct 21 14:36:12 2006

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.