Hi Michael,

mwpowell...@gmail.com said:
> Hello,
> 
> I want to build ZMQ for ARM but have problems.
> 
> If I just build with the plain old i386 arch, no problems. I do get a .a
> library I can statically link against, BTW. Good.
> 
> Now if I ./configure ... CC=arm-none-linux-gnueabi-gcc --host=arm
> 
> It builds, but the output files are still targeting 80386. This isn't right?
> 
> How do we build for ARM?

You want:

$ ./configure --host=arm-none-linux-gnueabi

Cheers,

-mato
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to