Don't copy system files to the tree!

In the tree, do the following:
grep -i bz2 config.log -n -a10

Basically check the log to see why conftest.c is failing at bz2. That
should tell you why BZ2_bzCompress is missing.

My guess is you are missing the libbz2-1.0.dev (or whatever it's called in
Debian). Pull in the dev package using your package installer.



On Tue, Jun 25, 2013 at 6:34 PM, fabrixx <for...@gimpusers.com> wrote:

> I'm tryng to compile gimp into my Debian.
>
> I have the package libbz2-1.0 and linked related library files it from
> /lib/lib64xxx  to /usr/lib  & ldconfig but config say me same error:
>
> "checking for BZ2_bzCompress in -lbz2... no"
>
> I also tryed to copy the libs in gimp source folder with no results.
>
> How to fix?
>
> --
> fabrixx (via www.gimpusers.com/forums)
> _______________________________________________
> gimp-user-list mailing list
> List address:    gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>
_______________________________________________
gimp-user-list mailing list
List address:    gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list

Reply via email to