[zeromq-dev] Problem not compile zguides C examples

Kamil Shakirov kamils80 at gmail.com
Sat Oct 23 18:43:50 CEST 2010


Hi Sirupsen,

Do you have ZeroMQ installed in the standard locations like /usr
or /usr/local?

If you don't, you can still compile examples with:

INCDIR=$YOUR_PREFIX/include LIBDIR=$YOUR_PREFIX/lib ./build all

On Sat, 2010-10-23 at 17:01 +0200, Sirupsen wrote:
> I have gcc 4.5.1 installed as well as zeromq 2.0.10. When I run
> `./build all` within the C examples directory I get this error for
> every example:
> 
> 
>         Building C examples...
>         gcc: durapub2.o: No such file or directory
>         durapub.c
>         gcc: durapub.o: No such file or directory
>         durasub.c
>         gcc: durasub.o: No such file or directory
>         hwclient.c
>         gcc: hwclient.o: No such file or directory
>         hwserver.c
>         gcc: hwserver.o: No such file or directory
>         [..]
> 
> 
> -- 
> Simon
> 
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev

-- 
--ska




More information about the zeromq-dev mailing list