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 Kew wrote:

> 
> 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 the first time a bunch of templates
> gets included, and that came ultimately from #include <string>!
> I'll follow up on that when I've figured it out.
> 
> -- 
> Nick Kew

--
Theo Schlossnagle
http://omniti.com/is/theo-schlossnagle
p: +1.443.325.1357 x201   f: +1.410.872.4911





Reply via email to