gmp.h is in `/usr/local/include` but there's no pkg-config. So to compile `zarith` on MacOS X I need to: ``` LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include opam install zarith -v ``` I suspect we need to pkg-config up gmp to make this opam-friendly
gmp.h is in
/usr/local/includebut there's no pkg-config. So to compilezarithon MacOS X I need to:I suspect we need to pkg-config up gmp to make this opam-friendly