[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: 4/4 CVS Build - Huge Jump in Responsiveness - Just ME?
Hey Nick,
I tried to compile CVS no-pthreads and the compile dies thusly:
Making all in or
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -g -O2 -MT
dirserv.o -MD -MP -MF ".deps/dirserv.Tpo" -c -o dirserv.o dirserv.c;
then mv -f ".deps/dirserv.Tpo" ".deps/dirserv.Po"; else rm -f
".deps/dirserv.Tpo"; exit 1; fi
dirserv.c: In function `directory_remove_unrecognized':
dirserv.c:448: error: parse error before "ent"
*** Error code 1
Stop.
make: stopped in /usr/local/src/tor-curr/src/or
*** Error code 1
Stop.
make: stopped in /usr/local/src/tor-curr/src
*** Error code 1
Stop.
make: stopped in /usr/local/src/tor-curr
*** Error code 1
Stop.
make: stopped in /usr/local/src/tor-curr
---end compile crash ----------------
Tried pthreads on and it still dies at the same place.
I run NetBSD 2.0_stable
I'm not sure how to tell you what pthread version I have.
It seems to be part of gcc 3.3.3? I did a "strings" on
libpthread.a and in it, pthread.c had this entry:
$NetBSD: pthread.c,v 1.33.2.1 2004/08/30 10:01:22 tron Exp $
don't know if that is useful...can you tell me how to check
version of pthreads?
Thanks!
gene
On Tue, April 5, 2005 7:47 pm, Nick Mathewson said:
> On Mon, Apr 04, 2005 at 09:17:33PM -0500, Gene ENonymous wrote:
>> Apr 04 17:42:33.940 [warn] connection_unregister(): Error removing write
>> event for 97
>> Apr 04 19:38:28.364 [warn] connection_unregister(): Error removing read
>> event for 60
>
> Okay, I think I fixed this. See whether no-pthreads builds work for
> you with latest CVS?
>
> Also, which versions of NetBSD and libevent are you using?
>
> --
> Nick Mathewson
>