> > No idea if linking libstdc++ is supported in any way, but: > > At least on Debian, the libstdc++6-4.3-dev package on my system installs a > libstdc++.a: > > /usr/lib/gcc/i486-linux-gnu/4.3/libstdc++.a >
My embedded system/cross compiler has a complementary file for ARM. > > You'd want to hack the 0MQ build to link directly against that .a file > instead of just using -lstdc++. I guess this involves passing -nostdlib to > g++ and listing all the runtime libraries manually. > I'll muck with configure to see if I can make this happen. Funny thing is, I want libc (that shared library is already on the system), but don't want libc++. I think I could figure this out just building the 0mq library with my own makefiles... autoconf always makes my soul hurt. > > Note that I assume you will not want to link such a libzmq.so with any C++ > application since that will likely break in all sorts of horrible ways due > to conflicts between the different runtime libraries. > Yeah, sorry I didn't specifically mention this. My use of 0mq will only be with 'C' client code. Thanks Martin! > > -mato > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
