Re: Build Problems on Solaris

2007-12-05 Thread Steve Murphy
atus gmake[3]: *** [tor] Error 1 gmake[3]: Leaving directory `/tmp/tor/src/or' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/tmp/tor/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/tor' gmake: *** [all] Error 2 bash-3.00$ Regards. Ste

Build Problems on Solaris

2007-12-05 Thread Steve Murphy
Hi. I'm having some build trouble with tor 0.2.0.12-alpha on Solaris 10 x86. Latest stable version (0.1.2.18) builds & works fine. Found that 0.2.0.2-alpha built fine, & any version after that fails in same place. I guess from looking at the change log its to do with the ipv6 changes, or i'm

Re: Build Problems on Solaris

2007-12-06 Thread Steve Murphy
ewson wrote: On Wed, Dec 05, 2007 at 01:52:29PM +, Steve Murphy wrote: [...] gcc -DHAVE_CONFIG_H -I. -I../.. -I../common -I/usr/local/include-g -O2 -Wall -g -O2 -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c In file included from ./util.h:17, from log.c:25: ./compa

Re: Build Problems on Solaris

2007-12-08 Thread Steve Murphy
Hi Nick. Yep, --enable-threads builds fine & works as a client ok. Just set it up as a Relay (lar) to see how it goes. Regards Steve Nick Mathewson wrote: > On Wed, Dec 05, 2007 at 08:27:39PM +, Steve Murphy wrote: >> Hi Nick. >> >> Got a bit further building fro