openwrt-printing-packages
openwrt-printing-packages copied to clipboard
compile ghostscript on lantiq platform failes with error "undefined reference to `compress'"
problem resolved by adding flag -lz in MakeFile on EXTRALIBS=$(XTRALIBS) -ldl -lm -rdynamic -ldl -lz
Regards, Goran.
Can you send me a pull request?
If I can compile with it, I could then merge it. On Oct 2, 2013 2:20 PM, "gsustek" [email protected] wrote:
problem resolved by adding flag -lz in MakeFile on EXTRALIBS=$(XTRALIBS) -ldl -lm -rdynamic -ldl -lz
Regards, Goran.
— Reply to this email directly or view it on GitHubhttps://github.com/FranciscoBorges/openwrt-printing-packages/issues/9 .
don't know where to put this -lz switch on this repo...
i change this after in build_dir Makefile vi /home/gmgt/attitude_adjustment/build_dir/host/ghostscript-9.06/Makefile
Same issue when build this for openwrt CC we need to patch base/Makefile.in from ghostscript source. Unfortunately i m neebie on compiling and also on github management.