RSS/Atom feed Twitter
Site is read-only, email is disabled

"checking for BZ2_bzCompress in -lbz2... no"

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

"checking for BZ2_bzCompress in -lbz2... no" fabrixx 25 Jun 22:34
  "checking for BZ2_bzCompress in -lbz2... no" Partha Bagchi 25 Jun 23:36
   "checking for BZ2_bzCompress in -lbz2... no" fabrixx 26 Jun 17:01
2013-06-25 22:34:51 UTC (over 11 years ago)
postings
2

"checking for BZ2_bzCompress in -lbz2... no"

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?

Partha Bagchi
2013-06-25 23:36:58 UTC (over 11 years ago)

"checking for BZ2_bzCompress in -lbz2... no"

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 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

2013-06-26 17:01:31 UTC (over 11 years ago)
postings
2

"checking for BZ2_bzCompress in -lbz2... no"

Ok was the dev package, my error, excuse me...