> > > 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. >
Good idea Martin. So can I produce a shared library of 0mq that's statically linked to libstdc++? I realize this isn't really a 0mq question... any tips on where to look? > > Martin >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
