Hi,
I cross compile and installed zlib for arm architecture :
ls /opt/asdlab/zlib/include/
zconf.h zlib.h
ls /opt/asdlab/zlib/lib
libz.a
But why is configure not able to find only when I set --enable-pdf=yes.
Btw, configure works fine when --enable-pdf=no or with just a ./configure.
I will try later either buildroot or sysroot
Regards,
D.Giriprasad
You need zlib, compiled for
your cross-target, installed in the
toolchain's search pathes. I guess you use sysroot, otherwise you'll
get a hell of other problems ...
Perhaps you'd like to use an automatic tool for such builds:
https://sourceforge.net/p/briegel/home/
|