On 05/17/2011 10:24 AM, Ilja Golshtein wrote: >> AFAIK not using STL won't remove the dependency on stdlibc++ :( > > Why? > > libsupc++ library which is a part of gcc distribution addresses the desire to > build C++ application without > native STL support. It is widely used by developers who require special STL > libraries or something.
Aha. Nice. I wasn't aware of libsupc++'s existence. The question is whether those having problems linking with libstdc++ would find linking with libsupc++ easier. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
