Re: [E-devel] imlib2 tiff-support?

2005-03-08 Thread Morten Nilsen
Carsten Haitzler (The Rasterman) wrote: On Mon, 07 Mar 2005 22:58:19 +0100 Morten Nilsen [EMAIL PROTECTED] babbled: robotron:2084 wrote: if my theory is correct, the problem is with the first AC_CHECK_LIB -- if you take it out, so that there are only the two AC_CHECK_LIB functions (and if

Re: [E-devel] imlib2 tiff-support?

2005-03-08 Thread Morten Nilsen
Carsten Haitzler (The Rasterman) wrote: On Mon, 7 Mar 2005 15:45:55 -0600 robotron:2084 [EMAIL PROTECTED] babbled: On Mon, 07 Mar 2005 22:27:35 +0100, Morten Nilsen [EMAIL PROTECTED] wrote: any ideas would be greatly appreciated.. the trouble that libtiff is having is with functions from

[E-devel] imlib2 tiff-support?

2005-03-07 Thread Morten Nilsen
I seem to be having moderate problems packaging imlib2 (cvs version) with tiff support... I have libtiff 3.6.1 installed (with headers) taken from config.log: configure:21898: checking for TIFFReadScanline in -ltiff configure:21928: gcc -o conftest -O3 -fomit-frame-pointer -pipe -s -mpentium

Re: [E-devel] imlib2 tiff-support?

2005-03-07 Thread André Medeiros
On Mon, 2005-03-07 at 22:27 +0100, Morten Nilsen wrote: I seem to be having moderate problems packaging imlib2 (cvs version) with tiff support... I have libtiff 3.6.1 installed (with headers) taken from config.log: configure:21898: checking for TIFFReadScanline in -ltiff configure:21928:

Re: [E-devel] imlib2 tiff-support?

2005-03-07 Thread Morten Nilsen
robotron:2084 wrote: the trouble that libtiff is having is with functions from libm (the C math library). in the configure test, adding -lm would probably clear things up. i compile imlib2 with no trouble, though i admit i'm not sure if i have libtiff installed, so it's possible there's a

Re: [E-devel] imlib2 tiff-support?

2005-03-07 Thread Morten Nilsen
André Medeiros wrote: Have you checked if /usr/lib/libtiff.so exists? If it does, is it a symlink? And if it is, is it pointing to the correct place? Also, check for outdated libs. This might happen when you have two versions of the same lib lying around your system. I'm using trustix' rpms

Re: [E-devel] imlib2 tiff-support?

2005-03-07 Thread The Rasterman
On Mon, 7 Mar 2005 15:45:55 -0600 "robotron:2084" [EMAIL PROTECTED] (Bbabbled: (B (B On Mon, 07 Mar 2005 22:27:35 +0100, Morten Nilsen [EMAIL PROTECTED] wrote: (B I seem to be having moderate problems packaging imlib2 (cvs version) (B with tiff support... (B (B I have libtiff 3.6.1

Re: [E-devel] imlib2 tiff-support?

2005-03-07 Thread The Rasterman
On Mon, 07 Mar 2005 22:58:19 +0100 Morten Nilsen [EMAIL PROTECTED] babbled: (B (B robotron:2084 wrote: (B (B the trouble that libtiff is having is with functions from libm (the C (B math library). in the configure test, adding "-lm" would probably (B clear things up. i compile imlib2