GTK Can't Find libtiff

2003-09-23 Thread JS
Hi All, As I continue on my quest to get GIMP running on MacOS 10.2.6, I have again ran into a snare with installation. This time it deals with GTK itself. After compiling and installing Pango, I tried to compile GTK again. Well, it came up with another dependency that I needed to install, libt

Re: GTK Can't Find libtiff

2003-09-23 Thread Sven Neumann
Hi, JS <[EMAIL PROTECTED]> writes: > As I continue on my quest to get GIMP running on MacOS > 10.2.6, I have again ran into a snare with > installation. This time it deals with GTK itself. > After compiling and installing Pango, I tried to > compile GTK again. Well, it came up with another > d

Re: GTK Can't Find libtiff

2003-09-24 Thread JS
Hi Sven, Well, I looked through the help page and decided to try to compile GTK with the string that you suggested. However, configure still didn't link to libtiff. So I then tried a recompile of libtiff and copied this following list of directories, in which it was asking me if it was alright

Re: GTK Can't Find libtiff

2003-09-24 Thread Sven Neumann
Hi, JS <[EMAIL PROTECTED]> writes: > Well, I looked through the help page and decided to > try to compile GTK with the string that you > suggested. However, configure still didn't link to > libtiff. Can you show us the relevant (tiff-related) parts of config.log? Sven ___

Re: GTK Can't Find libtiff

2003-09-24 Thread JS
Hi Sven, Here is the error that comes up for configure while compiling GTK: checking for TIFFReadScanline in -ltiff... no checking for TIFFWriteScanline in -ltiff... no checking for TIFFFlushData in -ltiff34... no configure: WARNING: *** TIFF plug-in will not be built (TIFF library not found) ***

Re: GTK Can't Find libtiff

2003-09-24 Thread Sven Neumann
Hi, JS <[EMAIL PROTECTED]> writes: > configure:23170: checking for TIFFReadScanline in > -ltiff > configure:23201: gcc -o conftest -g -O2 -Wall > -L/usr/local/bin conftest.c -ltiff -lm -lintl >&5 > ld: table of contents for archive: /usr/lib/libtiff.a > is out of date; rerun ranlib(1) (can't l

Re: GTK Can't Find libtiff

2003-09-24 Thread JS
Hi Sven, I have searched the entire root directory and cannot find a libtiff.so file. Is there anyway I could get this file so I can get GTK to recognize libtiff? And how can the build of libtiff go wrong like this? Thanks again, J Silverman --- Sven Neumann <[EMAIL PROTECTED]> wrote: > Hi, >

Re: GTK Can't Find libtiff

2003-09-24 Thread Sven Neumann
Hi, JS <[EMAIL PROTECTED]> writes: > I have searched the entire root directory and cannot > find a libtiff.so file. Is there anyway I could get > this file so I can get GTK to recognize libtiff? Yes, compile a shared libtiff library or get your hands on a prebuilt version. fink should have it.