On 09/21/2010 12:32 AM, Joseph Stewart wrote: > I'm working on a memory constrained system that currently doesn't have > (or need) this library. > > Is there a way to build 0mq such that I can distribute with less (or > no) libstdc++? More importantly, has anyone already tackled this? Any > pointers are greatly appreciated!
You may try to link with libstdc++ statically. As 0MQ uses only a subset of C++ functionality, you may end up with a smaller executable. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
