Re: Building on opensolaris

2009-11-23 Thread Nick Kew
Theo Schlossnagle wrote: In the patch I submitted, the Solaris variant (for non gcc) sets: common_opt="-mt -m32 -D__WORDSIZE=32" debug_opt="-g $common_opt" release_opt="-g $common_opt -xO3" cxx_opt="-library=stlport4 -erroff" in configure.ac. So you shouldn't be hitting those issues. Neither

Re: Building on opensolaris

2009-11-23 Thread Bryan Call
On 11/21/2009 02:24 PM, Nick Kew wrote: Just a heads-up in case anyone is interested: I've played with building trafficserver on opensolaris/AMD64. Since I need to be in a fit state tomorrow I'm knocking off now rather than running a potentially-all-night session, so here's progress to date: 1.

Re: Building on opensolaris

2009-11-21 Thread Theo Schlossnagle
In the patch I submitted, the Solaris variant (for non gcc) sets: common_opt="-mt -m32 -D__WORDSIZE=32" debug_opt="-g $common_opt" release_opt="-g $common_opt -xO3" cxx_opt="-library=stlport4 -erroff" in configure.ac. So you shouldn't be hitting those issues. On Nov 21, 2009, at 5:39 PM, Nick K

Re: Building on opensolaris

2009-11-21 Thread Nick Kew
On 21 Nov 2009, at 22:24, Nick Kew wrote: > 8. STL trouble: it's complaining of templates being >redefined (within a single .h files). Clearly a >case of needing the right CFLAGS to deal with the >templates, but that's where I've stopped for tonight. Bah. It's not STL, it's just t