Search found 3 matches

by kaputzke
2011-09-26T01:05:35-07:00
Forum: Developers
Topic: Static Linking
Replies: 13
Views: 38744

Re: Static Linking

yes that worked,- so now I am stuck at the same point,- no libgs.a... I tried several versions and variants (ghostscript, gnu-ghostscript, espgs) but none of the buildchains spit out an libgs.a. A simple "ar -rv libgs.a objs/*o" in ghostscript build dir produced a non working library.
by kaputzke
2011-09-21T03:38:47-07:00
Forum: Developers
Topic: Static Linking
Replies: 13
Views: 38744

Re: Static Linking

Thank you for the config option, for me it fails at the same location for another lib: /usr/bin/ld: cannot find -ltiff collect2: ld returned 1 exit status make[1]: *** [utilities/animate] Error 1 make[1]: Leaving directory `/home/tkrawuts/tmp/immck/ImageMagick-6.7.2-7' make: *** [all] Error 2 The ...
by kaputzke
2011-09-19T07:15:10-07:00
Forum: Developers
Topic: Static Linking
Replies: 13
Views: 38744

Re: Static Linking

Hi picasso, could you post your ./configure line after which you modified Makefile with -all-static?