View Single Post
  #6  
Old 08-06-2010, 03:50 AM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

The problem is with optimization and stringstreams under 64bit gcc. If you remove the -O flag from any object file compiles that have stringstreams, it works.

And FYI, my dev server is still 64bit and works fine as best I can tell (obviously with just me using it, I won't find obscure bugs).
Reply With Quote