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).
|