[Bf-committers] irix linking problem (still)

John K. Walton bf-committers@blender.org
Sun, 8 Dec 2002 14:20:33 -0500 (EST)


Kent, I found something that addresses the problem.
what's the best way to get it into the compilation (no clue 
with these autoconf tools)

6.3  7.3 Caveat


           The MIPSpro 7.3 (but not its maintenance releases) had a bug
           in its STL allocator header files. As a result, Programs
           that were compiled with MIPSpro 7.3 C++ and use STL
           allocators will need to be recompiled with the new STL
           header files from c++_dev. Otherwise, they may encounter the
           following type of failure:

           unresolvable symbol in

_S_free_list__Q2_3std45__default_alloc_template__pt__13_XCbL10XCiL10

           A workaround, if you want to compile something using 7.4 so
           that it's compatible with something compiled using 7.3: add
           the flag -D_NOTHREADS to the compilation.



On Sun, 8 Dec 2002, Kent Mein wrote:

> In reply to John K. Walton (walton@mrnutty.com):
> 
> Try adding  -D__STL_USE_NEW_IOSTREAMS to your compile line does that
> help?
> 
> Kent
> 
> _______________________________________________
> Bf-committers mailing list
> Bf-committers@blender.org
> http://www.blender.org/mailman/listinfo/bf-committers
>