GCC 3.5 and lib SDL

Hi

I have been trying to compile SDL with gcc 3.5 (active dev/mainline of gcc) and
I got the following errors during linking the libSDL-1.2.0.7.0.dylib:
ld: Undefined symbols:
__ZNSt24__default_alloc_templateILb1ELi0EE10deallocateEPvm
__ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE
__ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE
__ZNSt24__default_alloc_templateILb1ELi0EE22_S_node_allocator_lockE
__ZNSt24__default_alloc_templateILb1ELi0EE8allocateEm
__ZNSt24__default_alloc_templateILb1ELi0EE9_S_refillEm
I tried to just link static libs and then compile my end prog but it reported the
exact same missing symbols during linking :frowning:
I am compiling on Mac OS X and I was wondering what other people
experiences are when compiling with 3.5.

Thanks

Matt

I got the following errors during linking the libSDL-1.2.0.7.0.dylib:
ld: Undefined symbols:
__ZNSt24__default_alloc_templateILb1ELi0EE10deallocateEPvm
Well, just found it myself after tracing where stl_alloc.h was included from.
User error, apologies for the posting.