El 16/10/2013, a las 00:03, Shane Hubred <[email protected]> escribió:
> I didn't use the --with-libzmq flag when I built czmq. Instead I did the
> following. Hope it helps.
> export CFLAGS=-I/tmp/build
> export LDFLAGS=-L/tmp/build
> ./configure --enable-static --disable-shared --prefix=/tmp/build && make &&
> make instal
> Using the --with-libzmq flag should set up flags like so (from configure.ac):
>
> CFLAGS="-I${with_libzmq}/include ${CFLAGS}"
> LDFLAGS="-L${with_libzmq}/lib ${LDFLAGS}"
>
> I thought they should, but should the “include” and “lib” parts be there?
>
> -Matt
Yes, is the same. So, as expected, I received the same error._______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev