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

recompiling 2.3.7 for FC5: config can't find libtiff

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.

8 of 8 messages available
Toggle history

Please log in to manage your subscriptions.

recompiling 2.3.7 for FC5: config can't find libtiff Colin Brace 23 Mar 19:31
  recompiling 2.3.7 for FC5: config can't find libtiff Carol Spears 23 Mar 21:06
   recompiling 2.3.7 for FC5: config can't find libtiff Colin Brace 23 Mar 22:39
    recompiling 2.3.7 for FC5: config can't find libtiff Carol Spears 23 Mar 23:25
     recompiling 2.3.7 for FC5: config can't find libtiff Colin Brace 24 Mar 00:08
      recompiling 2.3.7 for FC5: config can't find libtiff Carol Spears 24 Mar 00:51
       recompiling 2.3.7 for FC5: config can't find libtiff Colin Brace 24 Mar 13:45
  recompiling 2.3.7 for FC5: config can't find libtiff Olivier Ripoll 24 Mar 13:55
Colin Brace
2006-03-23 19:31:09 UTC (about 18 years ago)

recompiling 2.3.7 for FC5: config can't find libtiff

Hi all,

I installed Fedora Core 5 yesterday and am recompiling 2.3.7. Alas, configure returns an error message:
[...]
checking for TIFFReadScanline in -ltiff... no checking for TIFFWriteScanline in -ltiff... no checking for TIFFFlushData in -ltiff34... no configure: error:
*** Checks for TIFF libary failed. You can build without it by passing *** --without-libtiff to configure but you won't be able to use TIFFs then.

However, libtiff is most definitely installed: $ rpm -q libtiff
libtiff-3.7.4-3.2.1

Any ideas why configure isn't seeing it?

-- Colin Brace
Amsterdam

Carol Spears
2006-03-23 21:06:59 UTC (about 18 years ago)

recompiling 2.3.7 for FC5: config can't find libtiff

On Thu, Mar 23, 2006 at 07:31:09PM +0100, Colin Brace wrote:

I installed Fedora Core 5 yesterday and am recompiling 2.3.7. Alas, configure returns an error message:
[...]
checking for TIFFReadScanline in -ltiff... no checking for TIFFWriteScanline in -ltiff... no checking for TIFFFlushData in -ltiff34... no configure: error:
*** Checks for TIFF libary failed. You can build without it by passing *** --without-libtiff to configure but you won't be able to use TIFFs then.

However, libtiff is most definitely installed: $ rpm -q libtiff
libtiff-3.7.4-3.2.1

Any ideas why configure isn't seeing it?

unfortunately, i have no ideas the reason that configure is not seeing it. i have been trying to do the opposite though with gimp from cvs:

./configure --without-libtiff

and even though i send the flag through, configure finds it.

i am wondering if you configure --without-libtiff what happens?

carol

Colin Brace
2006-03-23 22:39:10 UTC (about 18 years ago)

recompiling 2.3.7 for FC5: config can't find libtiff

On 3/23/06, Carol Spears wrote:

i am wondering if you configure --without-libtiff what happens?

How bizarre:

$ ./configure --prefix=/opt/gimp-2.3.7 --without-libtiff [...]
Building GIMP with prefix=/opt/gimp-2.3.7 GIMP Features:
gimp-remote: no (XMU library not found) tiff: yes
[...]

--
Colin Brace
Amsterdam

Carol Spears
2006-03-23 23:25:10 UTC (about 18 years ago)

recompiling 2.3.7 for FC5: config can't find libtiff

On Thu, Mar 23, 2006 at 10:39:10PM +0100, Colin Brace wrote:

On 3/23/06, Carol Spears wrote:

i am wondering if you configure --without-libtiff what happens?

How bizarre:

$ ./configure --prefix=/opt/gimp-2.3.7 --without-libtiff [...]
Building GIMP with prefix=/opt/gimp-2.3.7 GIMP Features:
gimp-remote: no (XMU library not found) tiff: yes
[...]

well, this really has the smell of a bug report.

have you ever filed one before?

carol

Colin Brace
2006-03-24 00:08:14 UTC (about 18 years ago)

recompiling 2.3.7 for FC5: config can't find libtiff

I just finished the compile (with python support this time!), but alas no tiff support. So, something definitely got munged.

well, this really has the smell of a bug report.

have you ever filed one before?

Yes, just did:

http://bugzilla.gnome.org/show_bug.cgi?id=335764

Care to add anything?

-- Colin Brace
Amsterdam

Carol Spears
2006-03-24 00:51:53 UTC (about 18 years ago)

recompiling 2.3.7 for FC5: config can't find libtiff

On Fri, Mar 24, 2006 at 12:08:14AM +0100, Colin Brace wrote:

I just finished the compile (with python support this time!), but alas no tiff support. So, something definitely got munged.

well, this really has the smell of a bug report.

have you ever filed one before?

Yes, just did:

http://bugzilla.gnome.org/show_bug.cgi?id=335764

Care to add anything?

i did some checking around and these are probably two different bugs. i tried to comment this way on the bug report.

for your problem, i am wondering if you have libtiff-dev installed. i mentioned this on the bug report as well.

for my problem, it is a very very suspicious bug. it would be very nice to see it get fixed very very soon.

this has been fun today, i will readily admit to this!

thanks,

carol

Colin Brace
2006-03-24 13:45:38 UTC (about 18 years ago)

recompiling 2.3.7 for FC5: config can't find libtiff

On 3/24/06, Carol Spears wrote:

for your problem, i am wondering if you have libtiff-dev installed. i mentioned this on the bug report as well.

Yes, installing libtiff-devel fixed it. This requirement is also indicated in the INSTALL text. Sorry to have bothered the list...

-- Colin Brace
Amsterdam

Olivier Ripoll
2006-03-24 13:55:08 UTC (about 18 years ago)

recompiling 2.3.7 for FC5: config can't find libtiff

Colin Brace wrote:

Hi all,

I installed Fedora Core 5 yesterday and am recompiling 2.3.7. Alas, configure returns an error message:
[...]
checking for TIFFReadScanline in -ltiff... no checking for TIFFWriteScanline in -ltiff... no checking for TIFFFlushData in -ltiff34... no configure: error:
*** Checks for TIFF libary failed. You can build without it by passing *** --without-libtiff to configure but you won't be able to use TIFFs then.

However, libtiff is most definitely installed: $ rpm -q libtiff
libtiff-3.7.4-3.2.1

Any ideas why configure isn't seeing it?

Just a guess: It looks to me that you should install the libtiff-devel package (it should be called libtiff-devel-3.7.4-3.2.1.i386.rpm )

Best regards,

Olivier