openwrt-printing-packages icon indicating copy to clipboard operation
openwrt-printing-packages copied to clipboard

compile ghostscript on lantiq platform failes with error "undefined reference to `compress'"

Open gsustek opened this issue 11 years ago • 3 comments

problem resolved by adding flag -lz in MakeFile on EXTRALIBS=$(XTRALIBS) -ldl -lm -rdynamic -ldl -lz

Regards, Goran.

gsustek avatar Oct 02 '13 12:10 gsustek

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 .

FranciscoBorges avatar Oct 02 '13 12:10 FranciscoBorges

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

gsustek avatar Oct 03 '13 09:10 gsustek

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.

blairfancy avatar Oct 16 '15 08:10 blairfancy