FranciscoBorges / openwrt-printing-packages

Printing packages for OpenWrt
GNU General Public License v2.0
37 stars 51 forks source link

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

Open gsustek opened 10 years ago

gsustek commented 10 years ago

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

Regards, Goran.

FranciscoBorges commented 10 years ago

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" notifications@github.com 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 .

gsustek commented 10 years ago

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

blairfancy commented 8 years ago

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.